|
0
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
|
3 <package name="numpy" version="1.7.1">
|
|
|
4 <repository changeset_revision="240d1ad9f207" name="package_pysam_0_7_7" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
|
|
5 </package>
|
|
|
6 <package name="labels" version="1.0.5">
|
|
|
7 <install version="1.0">
|
|
|
8 <actions>
|
|
|
9 <action type="download_by_url">https://pypi.python.org/packages/source/l/lapels/lapels-1.0.5.tar.gz</action>
|
|
|
10 <action type="set_environment_for_install">
|
|
|
11 <repository changeset_revision="240d1ad9f207" name="package_pysam_0_7_7" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
|
|
|
12 <package name="pysam" version="0.7.7" />
|
|
|
13 </repository>
|
|
|
14 </action>
|
|
|
15 <action type="make_directory">$INSTALL_DIR/lib/python</action>
|
|
|
16 <action type="shell_command">
|
|
|
17 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &&
|
|
|
18 export PATH=$PATH:$PYSAM_PATH &&
|
|
|
19 export PYTHONPATH=$PYTHONPATH:$PYSAM_PATH/lib/python &&
|
|
1
|
20 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin
|
|
0
|
21 </action>
|
|
|
22 <action type="set_environment">
|
|
|
23 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
|
|
|
24 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYSAM_PATH]/lib/python</environment_variable>
|
|
2
|
25 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
0
|
26 <environment_variable action="prepend_to" name="PATH">$ENV[PYSAM_PATH]</environment_variable>
|
|
|
27 <environment_variable action="set_to" name="PYTHONPATH_LABELS">$INSTALL_DIR/lib/python</environment_variable>
|
|
|
28 </action>
|
|
|
29 </actions>
|
|
|
30 </install>
|
|
|
31 <readme>The PYTHONPATH for labels can be accessed through PYTHONPATH_LABELS.</readme>
|
|
|
32 </package>
|
|
|
33 </tool_dependency>
|