comparison tool_dependencies.xml @ 0:9d817cc2c290 draft default tip

Uploaded
author iuc
date Wed, 30 Oct 2013 09:24:57 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:9d817cc2c290
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="pysam" version="0.7.6">
4 <install version="1.0">
5 <actions>
6 <action type="download_by_url">https://pypi.python.org/packages/source/p/pysam/pysam-0.7.6.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 &amp;&amp; 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>