Mercurial > repos > greg > package_icqsol_1_0
comparison tool_dependencies.xml @ 21:fbc28957cdc6 draft
Uploaded
author | greg |
---|---|
date | Wed, 13 Jul 2016 09:54:39 -0400 |
parents | 21dc096c019f |
children | 3a97cddb56c0 |
comparison
equal
deleted
inserted
replaced
20:21dc096c019f | 21:fbc28957cdc6 |
---|---|
155 <action type="change_directory">$TMP_WORK_DIR/icqsol</action> | 155 <action type="change_directory">$TMP_WORK_DIR/icqsol</action> |
156 <action type="shell_command">git clone https://github.com/pletzer/icqsol.git</action> | 156 <action type="shell_command">git clone https://github.com/pletzer/icqsol.git</action> |
157 <action type="change_directory">icqsol</action> | 157 <action type="change_directory">icqsol</action> |
158 <action type="shell_command"> | 158 <action type="shell_command"> |
159 | 159 |
160 export PATH=$INSTALL_DIR/bin:$PATH && | 160 export PATH=$INSTALL_DIR/anaconda/bin:$PATH && |
161 $INSTALL_DIR/bin/python setup.py develop --prefix=$INSTALL_DIR && | 161 $INSTALL_DIR/bin/python setup.py develop --prefix=$INSTALL_DIR && |
162 $INSTALL_DIR/bin/python setup.py install --prefix=$INSTALL_DIR | 162 $INSTALL_DIR/bin/python setup.py install --prefix=$INSTALL_DIR |
163 | 163 |
164 </action> | 164 </action> |
165 | 165 |