Mercurial > repos > biopython > package_biopython_1_61
annotate tool_dependencies.xml @ 1:ededc5ef3fc0 draft
updated to point to the IUC account for external dependencies
author | bgruening |
---|---|
date | Mon, 12 Aug 2013 07:26:51 -0400 |
parents | 5d0c54f7fea2 |
children | b482933a6de5 |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="numpy" version="1.7.1"> | |
1
ededc5ef3fc0
updated to point to the IUC account for external dependencies
bgruening
parents:
0
diff
changeset
|
4 <repository changeset_revision="c75482be1d3a" name="package_numpy_1_7" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> |
0 | 5 </package> |
6 <package name="matplotlib" version="1.2.1"> | |
1
ededc5ef3fc0
updated to point to the IUC account for external dependencies
bgruening
parents:
0
diff
changeset
|
7 <repository changeset_revision="9d164359606b" name="package_matplotlib_1_2" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> |
0 | 8 </package> |
9 <!-- TODO reportlab -> Python Imaging Library | |
10 <package name="reportlab" version="1.2.1"> | |
11 <repository name="package_reportlab_1_2" owner="bgruening" prior_installation_required="True" /> | |
12 </package> | |
13 --> | |
14 <package name="biopython" version="1.61"> | |
15 <install version="1.0"> | |
16 <actions> | |
17 <action type="download_by_url">https://pypi.python.org/packages/source/b/biopython/biopython-1.61.tar.gz</action> | |
18 <action type="set_environment_for_install"> | |
1
ededc5ef3fc0
updated to point to the IUC account for external dependencies
bgruening
parents:
0
diff
changeset
|
19 <repository changeset_revision="9d164359606b" name="package_matplotlib_1_2" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu"> |
0 | 20 <package name="matplotlib" version="1.2.1" /> |
21 </repository> | |
1
ededc5ef3fc0
updated to point to the IUC account for external dependencies
bgruening
parents:
0
diff
changeset
|
22 <repository changeset_revision="c75482be1d3a" name="package_numpy_1_7" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu"> |
0 | 23 <package name="numpy" version="1.7.1" /> |
24 </repository> | |
25 </action> | |
26 | |
27 <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
|
28 <action type="shell_command"> |
ededc5ef3fc0
updated to point to the IUC account for external dependencies
bgruening
parents:
0
diff
changeset
|
29 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && |
ededc5ef3fc0
updated to point to the IUC account for external dependencies
bgruening
parents:
0
diff
changeset
|
30 export PATH=$PATH:$PATH_NUMPY && |
ededc5ef3fc0
updated to point to the IUC account for external dependencies
bgruening
parents:
0
diff
changeset
|
31 export PYTHONPATH=$PYTHONPATH:$PYTHONPATH_NUMPY:$PYTHONPATH_MATPLOTLIB && |
ededc5ef3fc0
updated to point to the IUC account for external dependencies
bgruening
parents:
0
diff
changeset
|
32 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
|
33 </action> |
0 | 34 <action type="set_environment"> |
35 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | |
36 | |
37 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> | |
38 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable> | |
39 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_MATPLOTLIB]</environment_variable> | |
40 | |
41 <environment_variable action="set_to" name="PYTHONPATH_BIOPYTHON">$INSTALL_DIR/lib/python</environment_variable> | |
42 </action> | |
43 </actions> | |
44 </install> | |
45 <readme>The PYTHONPATH for biopython can be accessed through PYTHONPATH_BIOPYTHON.</readme> | |
46 </package> | |
47 </tool_dependency> |