Mercurial > repos > devteam > package_bx_python_0_7
annotate tool_dependencies.xml @ 1:35e2457234ef draft default tip
Uploaded tool dependency definition that preinstalls numpy within the setup_virtualenv action.
| author | devteam |
|---|---|
| date | Tue, 01 Apr 2014 15:23:47 -0400 |
| parents | cdb5991f9790 |
| 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
35e2457234ef
Uploaded tool dependency definition that preinstalls numpy within the setup_virtualenv action.
devteam
parents:
0
diff
changeset
|
6 <action type="setup_virtualenv"> |
|
35e2457234ef
Uploaded tool dependency definition that preinstalls numpy within the setup_virtualenv action.
devteam
parents:
0
diff
changeset
|
7 numpy==1.7.1 |
|
35e2457234ef
Uploaded tool dependency definition that preinstalls numpy within the setup_virtualenv action.
devteam
parents:
0
diff
changeset
|
8 bx-python==0.7.1 |
|
35e2457234ef
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> |
