Mercurial > repos > iuc > package_pysam_0_7_5
comparison tool_dependencies.xml @ 0:048d8aebf08b draft default tip
Uploaded
| author | iuc |
|---|---|
| date | Tue, 17 Sep 2013 08:04:24 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:048d8aebf08b |
|---|---|
| 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> |
