Mercurial > repos > miller-lab > package_fisher_0_1_4
annotate tool_dependencies.xml @ 1:be2fc454d121 default tip
Changed revision of package_numpy_1_7 to 8b3a5c7061d8
author | miller-lab |
---|---|
date | Mon, 06 Jul 2015 10:26:16 -0400 |
parents | c84c287b81a4 |
children |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="numpy" version="1.7.1"> | |
1
be2fc454d121
Changed revision of package_numpy_1_7 to 8b3a5c7061d8
miller-lab
parents:
0
diff
changeset
|
4 <repository prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu/" owner="iuc" name="package_numpy_1_7" changeset_revision="8b3a5c7061d8" /> |
0 | 5 </package> |
6 | |
7 <package name="fisher" version="0.1.4"> | |
8 <install version="1.0"> | |
9 <actions> | |
10 <!-- Download source code --> | |
11 <action type="download_by_url">https://pypi.python.org/packages/source/f/fisher/fisher-0.1.4.tar.gz</action> | |
12 | |
13 <!-- Get PYTHONPATH_NUMPY from numpy package --> | |
14 <action type="set_environment_for_install"> | |
1
be2fc454d121
Changed revision of package_numpy_1_7 to 8b3a5c7061d8
miller-lab
parents:
0
diff
changeset
|
15 <repository toolshed="http://toolshed.g2.bx.psu.edu/" owner="iuc" name="package_numpy_1_7" changeset_revision="8b3a5c7061d8"> |
0 | 16 <package name="numpy" version="1.7.1" /> |
17 </repository> | |
18 </action> | |
19 | |
20 <!-- Build and install fisher --> | |
21 <action type="shell_command">mkdir -p $INSTALL_DIR/lib/python</action> | |
22 <action type="shell_command">PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python:$PYTHONPATH_NUMPY python setup.py install --home $INSTALL_DIR</action> | |
23 | |
24 <!-- Set environment for dependent repositories --> | |
25 <action type="set_environment"> | |
26 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> | |
27 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | |
28 </action> | |
29 </actions> | |
30 </install> | |
31 </package> | |
32 </tool_dependency> |