Mercurial > repos > greg > package_icqsol_1_0
comparison tool_dependencies.xml @ 22:3a97cddb56c0 draft
Uploaded
author | greg |
---|---|
date | Wed, 13 Jul 2016 10:25:38 -0400 |
parents | fbc28957cdc6 |
children | e15630492bfc |
comparison
equal
deleted
inserted
replaced
21:fbc28957cdc6 | 22:3a97cddb56c0 |
---|---|
143 -DModule_vtkIOPLY:BOOL=ON \ | 143 -DModule_vtkIOPLY:BOOL=ON \ |
144 -DVTK_INSTALL_PYTHON_MODULE_DIR:PATH=$INSTALL_DIR/anaconda/lib/python2.7/site-packages \ | 144 -DVTK_INSTALL_PYTHON_MODULE_DIR:PATH=$INSTALL_DIR/anaconda/lib/python2.7/site-packages \ |
145 -DPYTHON_EXECUTABLE:PATH=$INSTALL_DIR/anaconda/bin/python \ | 145 -DPYTHON_EXECUTABLE:PATH=$INSTALL_DIR/anaconda/bin/python \ |
146 -DPYTHON_LIBRARY:PATH=$INSTALL_DIR/anaconda/lib/libpython2.7.dylib \ | 146 -DPYTHON_LIBRARY:PATH=$INSTALL_DIR/anaconda/lib/libpython2.7.dylib \ |
147 -DPYTHON_INCLUDE_DIR:PATH=$INSTALL_DIR/anaconda/include/python2.7 . && | 147 -DPYTHON_INCLUDE_DIR:PATH=$INSTALL_DIR/anaconda/include/python2.7 . && |
148 make && | 148 make -j 8 && |
149 make install | 149 make install |
150 | 150 |
151 </action> | 151 </action> |
152 | 152 |
153 <!-- Install and compile icqsol version 1.0 as a package in the above Python --> | 153 <!-- Install and compile icqsol version 1.0 as a package in the above Python --> |
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/anaconda/bin:$PATH && | 160 export PATH=$INSTALL_DIR/anaconda/bin:$PATH && |
161 $INSTALL_DIR/bin/python setup.py develop --prefix=$INSTALL_DIR && | 161 $INSTALL_DIR/anaconda/bin/python setup.py develop --prefix=$INSTALL_DIR/anaconda && |
162 $INSTALL_DIR/bin/python setup.py install --prefix=$INSTALL_DIR | 162 $INSTALL_DIR/anaconda/bin/python setup.py install --prefix=$INSTALL_DIR/anaconda |
163 | 163 |
164 </action> | 164 </action> |
165 | 165 |
166 <action type="set_environment"> | 166 <action type="set_environment"> |
167 <!-- | 167 <!-- |