comparison tool_dependencies.xml @ 2:ab42c5133d1c draft

Depend on latest openssl and set prior_install_required
author jankanis
date Thu, 22 May 2014 06:28:24 -0400
parents 09faf0ae581b
children d71cfcee2977
comparison
equal deleted inserted replaced
1:09faf0ae581b 2:ab42c5133d1c
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="openssl" version="1.0.1g"> 3 <package name="openssl" version="1.0.1g">
4 <repository changeset_revision="e459a9ce3fce" name="package_openssl" owner="jankanis" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> 4 <repository changeset_revision="1c167e73d30f" name="package_openssl" owner="jankanis" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
5 </package> 5 </package>
6 6
7 <package name="python3" version="3.4.1"> 7 <package name="python3" version="3.4.1">
8 <install version="1.0"> 8 <install version="1.0">
9 <actions> 9 <actions>
10 <action type="download_by_url">https://www.python.org/ftp/python/3.4.1/Python-3.4.1.tgz</action> 10 <action type="download_by_url">https://www.python.org/ftp/python/3.4.1/Python-3.4.1.tgz</action>
11 <action type="set_environment_for_install"> 11 <action type="set_environment_for_install">
12 <repository changeset_revision="e459a9ce3fce" name="package_openssl" owner="jankanis" toolshed="http://toolshed.g2.bx.psu.edu"> 12 <repository changeset_revision="1c167e73d30f" name="package_openssl" owner="jankanis" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu">
13 <package name="openssl" version="1.0.1g" /> 13 <package name="openssl" version="1.0.1g" />
14 </repository> 14 </repository>
15 </action> 15 </action>
16 <action type="autoconf">--prefix=$INSTALL_DIR</action> 16 <action type="autoconf">--prefix=$INSTALL_DIR</action>
17 <action type="set_environment"> 17 <action type="set_environment">
18 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 18 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
19 <!-- empty PYTHONPATH, otherwise we will get Galaxy's Python 2 libraries in the Python 3 path--> 19 <!-- empty PYTHONPATH, otherwise we will get Galaxy's Python 2 libraries in the Python 3 path-->
20 <environment_variable action="set_to" name="PYTHONPATH" /> 20 <environment_variable action="set_to" name="PYTHONPATH" />
21 <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> 21 <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable>
22 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
22 </action> 23 </action>
23 </actions> 24 </actions>
24 </install> 25 </install>
25 26
26 <readme> 27 <readme>