changeset 1:35e2457234ef draft default tip

Uploaded tool dependency definition that preinstalls numpy within the setup_virtualenv action.
author devteam
date Tue, 01 Apr 2014 15:23:47 -0400
parents cdb5991f9790
children
files tool_dependencies.xml
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Apr 01 09:11:36 2014 -0400
+++ b/tool_dependencies.xml	Tue Apr 01 15:23:47 2014 -0400
@@ -1,13 +1,12 @@
 <?xml version="1.0"?>
 <tool_dependency>
-  <package name="numpy" version="1.7.1">
-      <repository changeset_revision="55a7a5e9d63f" name="package_numpy_1_7" owner="devteam" 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="shell_command">echo 'Installing bx-python'</action>
-                <action type="setup_virtualenv">bx-python==0.7.1</action>
+                <action type="setup_virtualenv">
+numpy==1.7.1
+bx-python==0.7.1
+                </action>
                 <action type="set_environment">
                   <environment_variable action="set_to" name="BX_PYTHON_PATH">$INSTALL_DIR</environment_variable>
                 </action>