Mercurial > repos > devteam > package_bx_python_0_7
annotate 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 |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="bx-python" version="0.7.1"> | |
4 <install version="1.0"> | |
5 <actions> | |
1
2d0c08728bca
Uploaded tool dependency definition that preinstalls numpy within the setup_virtualenv action.
devteam
parents:
0
diff
changeset
|
6 <action type="setup_virtualenv"> |
2d0c08728bca
Uploaded tool dependency definition that preinstalls numpy within the setup_virtualenv action.
devteam
parents:
0
diff
changeset
|
7 numpy==1.7.1 |
2d0c08728bca
Uploaded tool dependency definition that preinstalls numpy within the setup_virtualenv action.
devteam
parents:
0
diff
changeset
|
8 bx-python==0.7.1 |
2d0c08728bca
Uploaded tool dependency definition that preinstalls numpy within the setup_virtualenv action.
devteam
parents:
0
diff
changeset
|
9 </action> |
0 | 10 <action type="set_environment"> |
11 <environment_variable action="set_to" name="BX_PYTHON_PATH">$INSTALL_DIR</environment_variable> | |
12 </action> | |
13 </actions> | |
14 </install> | |
15 <readme> | |
16 Installation of bx-python. The installation can be accessed via BX_PYTHON_PATH. | |
17 </readme> | |
18 </package> | |
19 </tool_dependency> |