Mercurial > repos > biopython > package_biopython_1_61
annotate tool_dependencies.xml @ 2:b482933a6de5 draft
biopython version only with hard dependencies
author | bgruening |
---|---|
date | Mon, 12 Aug 2013 11:29:41 -0400 |
parents | ededc5ef3fc0 |
children | ae9dda584395 |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="numpy" version="1.7.1"> | |
2 | 4 <repository changeset_revision="74c21f9bdc39" name="package_numpy_1_7" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> |
0 | 5 </package> |
6 <package name="biopython" version="1.61"> | |
7 <install version="1.0"> | |
8 <actions> | |
9 <action type="download_by_url">https://pypi.python.org/packages/source/b/biopython/biopython-1.61.tar.gz</action> | |
10 <action type="set_environment_for_install"> | |
2 | 11 <repository changeset_revision="74c21f9bdc39" name="package_numpy_1_7" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu"> |
0 | 12 <package name="numpy" version="1.7.1" /> |
13 </repository> | |
14 </action> | |
15 <action type="make_directory">$INSTALL_DIR/lib/python</action> | |
1
ededc5ef3fc0
updated to point to the IUC account for external dependencies
bgruening
parents:
0
diff
changeset
|
16 <action type="shell_command"> |
ededc5ef3fc0
updated to point to the IUC account for external dependencies
bgruening
parents:
0
diff
changeset
|
17 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && |
ededc5ef3fc0
updated to point to the IUC account for external dependencies
bgruening
parents:
0
diff
changeset
|
18 export PATH=$PATH:$PATH_NUMPY && |
ededc5ef3fc0
updated to point to the IUC account for external dependencies
bgruening
parents:
0
diff
changeset
|
19 export PYTHONPATH=$PYTHONPATH:$PYTHONPATH_NUMPY:$PYTHONPATH_MATPLOTLIB && |
ededc5ef3fc0
updated to point to the IUC account for external dependencies
bgruening
parents:
0
diff
changeset
|
20 python setup.py install --install-lib $INSTALL_DIR/lib/python |
ededc5ef3fc0
updated to point to the IUC account for external dependencies
bgruening
parents:
0
diff
changeset
|
21 </action> |
0 | 22 <action type="set_environment"> |
23 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | |
24 | |
25 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> | |
26 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable> | |
27 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_MATPLOTLIB]</environment_variable> | |
28 | |
29 <environment_variable action="set_to" name="PYTHONPATH_BIOPYTHON">$INSTALL_DIR/lib/python</environment_variable> | |
30 </action> | |
31 </actions> | |
32 </install> | |
33 <readme>The PYTHONPATH for biopython can be accessed through PYTHONPATH_BIOPYTHON.</readme> | |
34 </package> | |
35 </tool_dependency> |