changeset 1:97ca7e738c02 draft

Uploaded
author iuc
date Sat, 14 Dec 2013 15:09:32 -0500
parents f2ce8530a6b6
children 411b6d0c27dc
files tool_dependencies.xml
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Sat Dec 14 14:12:42 2013 -0500
+++ b/tool_dependencies.xml	Sat Dec 14 15:09:32 2013 -0500
@@ -1,9 +1,19 @@
 <?xml version="1.0"?>
 <tool_dependency>
+    <package name="numpy" version="1.7.1">
+        <repository changeset_revision="84125ffacb90" name="package_numpy_1_7" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
+    </package>
     <package name="bx-python" version="0.7.1">
         <install version="1.0">
             <actions>
                 <action type="download_by_url">https://pypi.python.org/packages/source/b/bx-python/bx-python-0.7.1.tar.gz</action>
+
+                <action type="set_environment_for_install">
+                    <repository changeset_revision="84125ffacb90" name="package_numpy_1_7" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu">
+                        <package name="numpy" version="1.7.1" />
+                    </repository>
+                </action>
+
                 <action type="make_directory">$INSTALL_DIR/lib/python</action>
                 <action type="shell_command">
                     export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;