Previous changeset 1:09faf0ae581b (2014-05-22) Next changeset 3:d71cfcee2977 (2014-05-22) |
Commit message:
Depend on latest openssl and set prior_install_required |
modified:
tool_dependencies.xml |
b |
diff -r 09faf0ae581b -r ab42c5133d1c tool_dependencies.xml --- a/tool_dependencies.xml Thu May 22 06:00:27 2014 -0400 +++ b/tool_dependencies.xml Thu May 22 06:28:24 2014 -0400 |
b |
@@ -1,7 +1,7 @@ <?xml version="1.0"?> <tool_dependency> <package name="openssl" version="1.0.1g"> - <repository changeset_revision="e459a9ce3fce" name="package_openssl" owner="jankanis" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> + <repository changeset_revision="1c167e73d30f" name="package_openssl" owner="jankanis" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> </package> <package name="python3" version="3.4.1"> @@ -9,7 +9,7 @@ <actions> <action type="download_by_url">https://www.python.org/ftp/python/3.4.1/Python-3.4.1.tgz</action> <action type="set_environment_for_install"> - <repository changeset_revision="e459a9ce3fce" name="package_openssl" owner="jankanis" toolshed="http://toolshed.g2.bx.psu.edu"> + <repository changeset_revision="1c167e73d30f" name="package_openssl" owner="jankanis" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu"> <package name="openssl" version="1.0.1g" /> </repository> </action> @@ -19,6 +19,7 @@ <!-- empty PYTHONPATH, otherwise we will get Galaxy's Python 2 libraries in the Python 3 path--> <environment_variable action="set_to" name="PYTHONPATH" /> <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> + <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> </action> </actions> </install> |