comparison tool_dependencies.xml @ 17:8ce91708b876 draft

Uploaded
author greg
date Tue, 12 Jul 2016 10:33:02 -0400
parents cee17b592b17
children f830d27a3a29
comparison
equal deleted inserted replaced
16:cee17b592b17 17:8ce91708b876
57 -DModule_vtkIOPLY:BOOL=ON \ 57 -DModule_vtkIOPLY:BOOL=ON \
58 -DVTK_INSTALL_PYTHON_MODULE_DIR:PATH=$INSTALL_DIR/anaconda/lib/python2.7/site-packages \ 58 -DVTK_INSTALL_PYTHON_MODULE_DIR:PATH=$INSTALL_DIR/anaconda/lib/python2.7/site-packages \
59 -DPYTHON_EXECUTABLE:PATH=$INSTALL_DIR/anaconda/bin/python \ 59 -DPYTHON_EXECUTABLE:PATH=$INSTALL_DIR/anaconda/bin/python \
60 -DPYTHON_LIBRARY:PATH=$INSTALL_DIR/anaconda/lib/libpython2.7.so \ 60 -DPYTHON_LIBRARY:PATH=$INSTALL_DIR/anaconda/lib/libpython2.7.so \
61 -DPYTHON_INCLUDE_DIR:PATH=$INSTALL_DIR/anaconda/include/python2.7 . && 61 -DPYTHON_INCLUDE_DIR:PATH=$INSTALL_DIR/anaconda/include/python2.7 . &&
62 make -j 8 && 62 make &&
63 make install 63 make install
64 64
65 </action> 65 </action>
66 66
67 <!-- Install and compile icqsol version 1.0 as a package in the above Python --> 67 <!-- Install and compile icqsol version 1.0 as a package in the above Python -->
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 . &amp;&amp; 147 -DPYTHON_INCLUDE_DIR:PATH=$INSTALL_DIR/anaconda/include/python2.7 . &amp;&amp;
148 make -j 8 &amp;&amp; 148 make &amp;&amp;
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 -->