Mercurial > repos > greg > package_icqsol_1_0
changeset 11:0c4ed151987d draft
Uploaded
author | greg |
---|---|
date | Tue, 12 Jul 2016 07:29:30 -0400 |
parents | eec33e72ea7b |
children | 565289c8c532 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Mon Jul 11 08:57:06 2016 -0400 +++ b/tool_dependencies.xml Tue Jul 12 07:29:30 2016 -0400 @@ -21,9 +21,9 @@ <!-- 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.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 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 type="shell_command"> export PATH=$INSTALL_DIR/bin:$PATH && @@ -83,7 +83,7 @@ <action type="change_directory">icqsol</action> <action type="shell_command"> - export PATH=$INSTALL_DIR/bin:$PATH && + export PATH=$INSTALL_DIR/bin:$PATH && 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 @@ -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.3.0 as a package in the above Python --> + <!-- Install and compile VTK 6.2.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.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 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 type="shell_command"> export PATH=$INSTALL_DIR/bin:$PATH &&