Repository 'package_icqsol_1_0'
hg clone https://testtoolshed.g2.bx.psu.edu/repos/greg/package_icqsol_1_0

Changeset 11:0c4ed151987d (2016-07-12)
Previous changeset 10:eec33e72ea7b (2016-07-11) Next changeset 12:565289c8c532 (2016-07-12)
Commit message:
Uploaded
modified:
tool_dependencies.xml
b
diff -r eec33e72ea7b -r 0c4ed151987d tool_dependencies.xml
--- a/tool_dependencies.xml Mon Jul 11 08:57:06 2016 -0400
+++ b/tool_dependencies.xml Tue Jul 12 07:29:30 2016 -0400
b
@@ -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 &amp;&amp;
@@ -83,7 +83,7 @@
                     <action type="change_directory">icqsol</action>
                     <action type="shell_command">
                         
-                            export PATH=$INSTALL_DIR/bin:$PATH &amp;&amp; 
+                            export PATH=$INSTALL_DIR/bin:$PATH &amp;&amp;
                             export VTK_INCLUDE_DIR=$INSTALL_DIR/vtk/include/vtk-6.3 &amp;&amp;
                             export VTK_LIBRARY_DIR=$INSTALL_DIR/vtk/lib &amp;&amp;
                             $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 &amp;&amp;