changeset 35:8534b229ff0b draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7 commit 45a64d82dfada34d826be98a1f7a0657f9148d59-dirty
author galaxyp
date Mon, 01 Jun 2015 16:04:01 -0400
parents e17159d91086
children 22e17a8b5b82
files tool_dependencies.xml
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Sun May 31 22:57:36 2015 -0400
+++ b/tool_dependencies.xml	Mon Jun 01 16:04:01 2015 -0400
@@ -82,6 +82,10 @@
             <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python2.7/site-packages</environment_variable>
             <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>
+
+            <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[BZLIB_LIB_DIR]</environment_variable>
+            <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[BZLIB_LIB_DIR]/source</environment_variable>
+
             <!--
             <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$ENV[OPENSSL_ROOT_DIR]/lib/pkgconfig</environment_variable>
             <environment_variable action="prepend_to" name="LIBRARY_PATH">$ENV[OPENSSL_ROOT_DIR]/lib/</environment_variable>