| Previous changeset 13:788728c094da (2016-07-12) Next changeset 15:37a6491da3ed (2016-07-12) |
|
Commit message:
Uploaded |
|
modified:
tool_dependencies.xml |
| b |
| diff -r 788728c094da -r 283b9344e7c4 tool_dependencies.xml --- a/tool_dependencies.xml Tue Jul 12 08:15:01 2016 -0400 +++ b/tool_dependencies.xml Tue Jul 12 09:19:19 2016 -0400 |
| b |
| @@ -18,12 +18,12 @@ <action type="shell_command">bash Anaconda-2.3.0-Linux-x86_64.sh -b -f -p $INSTALL_DIR</action> - <!-- Install VTK 6.2.0 into the above Python --> + <!-- Install VTK 6.3.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> - <action type="shell_command">tar xfvz VTK-6.2.0.tar.gz</action> - <action type="change_directory">VTK-6.2.0</action> + <action target_filename="VTK-6.3.0.tar.gz" type="download_file">http://www.vtk.org/files/release/6.3/VTK-6.3.0.tar.gz</action> + <action type="shell_command">tar xfvz VTK-6.3.0.tar.gz</action> + <action type="change_directory">VTK-6.3.0</action> <action type="shell_command"> export PATH=$INSTALL_DIR/bin:$PATH && @@ -84,7 +84,7 @@ <action type="shell_command"> export PATH=$INSTALL_DIR/bin:$PATH && - export VTK_INCLUDE_DIR=$INSTALL_DIR/vtk/include/vtk-6.2 && + export VTK_INCLUDE_DIR=$INSTALL_DIR/vtk/include/vtk-6.3 && 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 @@ -114,12 +114,12 @@ <action type="shell_command">bash Anaconda-2.3.0-MacOSX-x86_64.sh -b -f -p $INSTALL_DIR</action> - <!-- Install and compile VTK 6.2.0 as a package in the above Python --> + <!-- Install and compile VTK 6.3.0 as a package in 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> - <action type="shell_command">tar xfvz VTK-6.2.0.tar.gz</action> - <action type="change_directory">VTK-6.2.0</action> + <action target_filename="VTK-6.3.0.tar.gz" type="download_file">http://www.vtk.org/files/release/6.3/VTK-6.3.0.tar.gz</action> + <action type="shell_command">tar xfvz VTK-6.3.0.tar.gz</action> + <action type="change_directory">VTK-6.3.0</action> <action type="shell_command"> export PATH=$INSTALL_DIR/bin:$PATH && @@ -179,7 +179,7 @@ <action type="shell_command"> export PATH=$INSTALL_DIR/bin:$PATH && - export VTK_INCLUDE_DIR=$INSTALL_DIR/vtk/include/vtk-6.2 && + export VTK_INCLUDE_DIR=$INSTALL_DIR/vtk/include/vtk-6.3 && 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.2.0 +1) VTK version 6.3.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 |