comparison tool_dependencies.xml @ 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
comparison
equal deleted inserted replaced
0:41eb9d9f667d 1:2d0c08728bca
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="numpy" version="1.7.1">
4 <repository changeset_revision="0c288abd2a1e" name="package_numpy_1_7" owner="devteam" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
5 </package>
6 <package name="bx-python" version="0.7.1"> 3 <package name="bx-python" version="0.7.1">
7 <install version="1.0"> 4 <install version="1.0">
8 <actions> 5 <actions>
9 <action type="shell_command">echo 'Installing bx-python'</action> 6 <action type="setup_virtualenv">
10 <action type="setup_virtualenv">bx-python==0.7.1</action> 7 numpy==1.7.1
8 bx-python==0.7.1
9 </action>
11 <action type="set_environment"> 10 <action type="set_environment">
12 <environment_variable action="set_to" name="BX_PYTHON_PATH">$INSTALL_DIR</environment_variable> 11 <environment_variable action="set_to" name="BX_PYTHON_PATH">$INSTALL_DIR</environment_variable>
13 </action> 12 </action>
14 </actions> 13 </actions>
15 </install> 14 </install>