Mercurial > repos > greg > package_icqsol_1_0
diff tool_dependencies.xml @ 13:788728c094da draft
Uploaded
author | greg |
---|---|
date | Tue, 12 Jul 2016 08:15:01 -0400 |
parents | 565289c8c532 |
children | 283b9344e7c4 |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue Jul 12 07:58:08 2016 -0400 +++ b/tool_dependencies.xml Tue Jul 12 08:15:01 2016 -0400 @@ -18,7 +18,7 @@ <action type="shell_command">bash Anaconda-2.3.0-Linux-x86_64.sh -b -f -p $INSTALL_DIR</action> - <!-- Install VTK 6.3.0 into the above Python --> + <!-- Install VTK 6.2.0 into the above Python --> <action type="make_directory">$TMP_WORK_DIR/vtk</action> <action type="change_directory">$TMP_WORK_DIR/vtk</action> <action target_filename="VTK-6.2.0.tar.gz" type="download_file">http://www.vtk.org/files/release/6.2/VTK-6.2.0.tar.gz</action> @@ -59,7 +59,7 @@ -DPYTHON_EXECUTABLE:PATH=$INSTALL_DIR/bin/python \ -DPYTHON_LIBRARY:PATH=$INSTALL_DIR/lib/libpython2.7.so \ -DPYTHON_INCLUDE_DIR:PATH=$INSTALL_DIR/include/python2.7 . && - make && + make -j 8 && make install </action> @@ -84,7 +84,7 @@ <action type="shell_command"> export PATH=$INSTALL_DIR/bin:$PATH && - export VTK_INCLUDE_DIR=$INSTALL_DIR/vtk/include/vtk-6.3 && + export VTK_INCLUDE_DIR=$INSTALL_DIR/vtk/include/vtk-6.2 && export VTK_LIBRARY_DIR=$INSTALL_DIR/vtk/lib && $INSTALL_DIR/bin/python setup.py develop --prefix=$INSTALL_DIR $INSTALL_DIR/bin/python setup.py install --prefix=$INSTALL_DIR @@ -154,7 +154,7 @@ -DPYTHON_EXECUTABLE:PATH=$INSTALL_DIR/bin/python \ -DPYTHON_LIBRARY:PATH=$INSTALL_DIR/lib/libpython2.7.dylib \ -DPYTHON_INCLUDE_DIR:PATH=$INSTALL_DIR/include/python2.7 . && - make -j 4 && + make -j 8 && make install </action> @@ -179,7 +179,7 @@ <action type="shell_command"> export PATH=$INSTALL_DIR/bin:$PATH && - export VTK_INCLUDE_DIR=$INSTALL_DIR/vtk/include/vtk-6.3 && + export VTK_INCLUDE_DIR=$INSTALL_DIR/vtk/include/vtk-6.2 && export VTK_LIBRARY_DIR=$INSTALL_DIR/vtk/lib && $INSTALL_DIR/bin/python setup.py develop --prefix=$INSTALL_DIR && $INSTALL_DIR/bin/python setup.py install --prefix=$INSTALL_DIR @@ -211,7 +211,7 @@ math, engineering, and data analysis. This list of packages is available at http://docs.continuum.io/anaconda/pkg-docs. -1) VTK version 6.3.0 +1) VTK version 6.2.0 The Visualization Toolkit (VTK) is an open-source, freely available software system for 3D computer graphics, modeling, image processing, volume rendering, scientific visualization, and