comparison tool_dependencies.xml @ 2:586578e137b3 draft

Uploaded
author ulfschaefer
date Fri, 18 Dec 2015 05:52:13 -0500
parents 7b2bbbd5bc90
children 7ef691e979b5
comparison
equal deleted inserted replaced
1:7b2bbbd5bc90 2:586578e137b3
6 <package name="pyvcf" version="0.6.8dev"> 6 <package name="pyvcf" version="0.6.8dev">
7 <install version="1.0"> 7 <install version="1.0">
8 <actions> 8 <actions>
9 <action type="download_by_url">https://github.com/jamescasbon/PyVCF/archive/0eb779559e74faa14fae609c8864874ab8321c7e.tar.gz</action> 9 <action type="download_by_url">https://github.com/jamescasbon/PyVCF/archive/0eb779559e74faa14fae609c8864874ab8321c7e.tar.gz</action>
10 <action type="make_directory">$INSTALL_DIR/lib/python</action> 10 <action type="make_directory">$INSTALL_DIR/lib/python</action>
11 <action type="make_directory">$INSTALL_DIR/lib/python/bin</action>
11 <action type="shell_command"> 12 <action type="shell_command">
12 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; 13 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;
13 python setup.py install --install-scripts $INSTALL_DIR/lib/python --install-lib $INSTALL_DIR/lib/python 14 python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/lib/python/bin
14 </action> 15 </action>
15 <action type="set_environment"> 16 <action type="set_environment">
16 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> 17 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
18 <environment_variable action="append_to" name="PATH">$INSTALL_DIR/lib/python/bin</environment_variable>
17 <environment_variable action="set_to" name="PYTHONPATH_PYVCF">$INSTALL_DIR/lib/python</environment_variable> 19 <environment_variable action="set_to" name="PYTHONPATH_PYVCF">$INSTALL_DIR/lib/python</environment_variable>
18 </action> 20 </action>
19 </actions> 21 </actions>
20 </install> 22 </install>
21 <readme> 23 <readme>