0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="pysam" version="0.7.5">
|
|
4 <install version="1.0">
|
|
5 <actions>
|
|
6 <action type="download_by_url">https://pysam.googlecode.com/files/pysam-0.7.5.tar.gz</action>
|
|
7 <action type="make_directory">$INSTALL_DIR/lib/python</action>
|
|
8 <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action>
|
|
9 <action type="set_environment">
|
|
10 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
|
|
11 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
12 <environment_variable action="set_to" name="PYSAM_PATH">$INSTALL_DIR</environment_variable>
|
|
13 </action>
|
|
14 </actions>
|
|
15 </install>
|
|
16 <readme>
|
|
17 Installation of pysam, pyrex and python are required. The installation can be accessed via PYSAM_PATH.
|
|
18 </readme>
|
|
19 </package>
|
|
20 </tool_dependency>
|