comparison tool_dependencies.xml @ 3:cf32ec1ccccd draft

Uploaded
author saketkc
date Sat, 07 Jun 2014 15:19:55 -0400
parents b39fd549b590
children cd979c60e4fb
comparison
equal deleted inserted replaced
2:b39fd549b590 3:cf32ec1ccccd
9 9
10 Developmental version is hosted on Github: https://github.com/saketkc/galaxy_tools/packages/package_pycurl_7_19_3_1/ 10 Developmental version is hosted on Github: https://github.com/saketkc/galaxy_tools/packages/package_pycurl_7_19_3_1/
11 </readme> 11 </readme>
12 <install version="1.0"> 12 <install version="1.0">
13 <actions> 13 <actions>
14 <action type="download_by_url">http://curl.haxx.se/download/curl-7.36.0.tar.gz</action>
15 <action type="shell_command">make</action>
16 <action type="move_directory_files">
17 <source_directory>include</source_directory>
18 <destination_directory>$INSTALL_DIR</destination_directory>
19 </action>
20 <action type="set_environment">
21 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
22 <environment_variable name="CURL" action="set_to">$INSTALL_DIR</environment_variable>
23 </action>
24 </actions>
25
26
27 <actions>
14 <action type="download_by_url">https://pypi.python.org/packages/source/p/pycurl/pycurl-7.19.3.1.tar.gz</action> 28 <action type="download_by_url">https://pypi.python.org/packages/source/p/pycurl/pycurl-7.19.3.1.tar.gz</action>
15 <action type="make_directory">$INSTALL_DIR/lib/python</action> 29 <action type="make_directory">$INSTALL_DIR/lib/python</action>
16 <action type="shell_command"> 30 <action type="shell_command">
17 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp; 31 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;
18 python setup.py build --with-ssl &amp;&amp; 32 python setup.py build --with-ssl --curl-config=$CURL/curl-config &amp;&amp;
19 python setup.py install --install-lib $INSTALL_DIR/lib/python 33 python setup.py install --install-lib $INSTALL_DIR/lib/python
20 </action> 34 </action>
21 <action type="set_environment"> 35 <action type="set_environment">
22 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> 36 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
23 <environment_variable action="set_to" name="PYTHONPATH_PYCURL">$INSTALL_DIR/lib/python</environment_variable> 37 <environment_variable action="set_to" name="PYTHONPATH_PYCURL">$INSTALL_DIR/lib/python</environment_variable>