changeset 1:2d0c08728bca draft default tip

Uploaded tool dependency definition that preinstalls numpy within the setup_virtualenv action.
author devteam
date Tue, 01 Apr 2014 15:39:45 -0400
parents 41eb9d9f667d
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 10:47:56 2014 -0400
+++ b/tool_dependencies.xml	Tue Apr 01 15:39:45 2014 -0400
@@ -1,13 +1,12 @@
 <?xml version="1.0"?>
 <tool_dependency>
-  <package name="numpy" version="1.7.1">
-      <repository changeset_revision="0c288abd2a1e" name="package_numpy_1_7" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.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>