Mercurial > repos > devteam > package_bx_python_0_7
view 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 |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="bx-python" version="0.7.1"> <install version="1.0"> <actions> <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> </actions> </install> <readme> Installation of bx-python. The installation can be accessed via BX_PYTHON_PATH. </readme> </package> </tool_dependency>