Previous changeset 0:41eb9d9f667d (2014-04-01) |
Commit message:
Uploaded tool dependency definition that preinstalls numpy within the setup_virtualenv action. |
modified:
tool_dependencies.xml |
b |
diff -r 41eb9d9f667d -r 2d0c08728bca tool_dependencies.xml --- a/tool_dependencies.xml Tue Apr 01 10:47:56 2014 -0400 +++ b/tool_dependencies.xml Tue Apr 01 15:39:45 2014 -0400 |
b |
@@ -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> |