changeset 0:41eb9d9f667d draft

Imported from capsule None
author devteam
date Tue, 01 Apr 2014 10:47:56 -0400
parents
children 2d0c08728bca
files tool_dependencies.xml
diffstat 1 files changed, 20 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Tue Apr 01 10:47:56 2014 -0400
@@ -0,0 +1,20 @@
+<?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="set_environment">
+                  <environment_variable action="set_to" name="BX_PYTHON_PATH">$INSTALL_DIR</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>
+            Installation of bx-python. The installation can be accessed via BX_PYTHON_PATH.
+        </readme>
+    </package>
+</tool_dependency>