changeset 7:901355b6d040 draft

Uploaded
author wolma
date Wed, 13 Aug 2014 11:02:46 -0400
parents e95f94586cb3
children 1ff88d6f5e58
files tool_dependencies.xml
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Aug 13 10:46:56 2014 -0400
+++ b/tool_dependencies.xml	Wed Aug 13 11:02:46 2014 -0400
@@ -1,5 +1,8 @@
 <?xml version="1.0"?>
 <tool_dependency>
+    <package name="zlib" version="1.2.8">
+        <repository changeset_revision="9d017266c41e" name="package_zlib_1_2_8" owner="wolma" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
+    </package>
     <package name="python3" version="3.4.1">
         <repository changeset_revision="79f0803e3bbb" name="package_python3_zlib_dependent_1_0" owner="wolma" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
     </package>
@@ -13,6 +16,12 @@
                         <package name="python3" version="3.4.1" />
                     </repository>
                 </action>
+                <action type="set_environment_for_install">
+                    <repository changeset_revision="9d017266c41e" name="package_zlib_1_2_8" owner="wolma" toolshed="https://testtoolshed.g2.bx.psu.edu">
+                        <package name="zlib" version="1.2.8" />
+                    </repository>
+                </action>
+                
                 <action type="shell_command">python3 setup.py install --install-scripts $INSTALL_DIR/bin</action>
                 <action type="set_environment">
                     <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>