changeset 28:1418d5b1ba34 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_python_2_7 commit 543b8d28d5f84f5b8ac31b3aa05f68a7b4094d66-dirty
author iuc
date Mon, 25 May 2015 12:39:26 -0400
parents 722390015c08
children c7042bd0bb22
files tool_dependencies.xml
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon May 25 11:31:07 2015 -0400
+++ b/tool_dependencies.xml	Mon May 25 12:39:26 2015 -0400
@@ -76,9 +76,14 @@
             <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable>
             <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib</environment_variable>
             <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python2.7/site-packages</environment_variable>
-            <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">&gt;$ENV[OPENSSL_ROOT_DIR]/lib/</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="PKG_CONFIG_PATH">$ENV[OPENSSL_ROOT_DIR]/lib/pkgconfig</environment_variable>
+            <environment_variable action="prepend_to" name="LIBRARY_PATH">&gt;$ENV[OPENSSL_ROOT_DIR]/lib/</environment_variable>
+            <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">&gt;$ENV[OPENSSL_ROOT_DIR]/lib/</environment_variable>
+            <environment_variable action="prepend_to" name="C_INCLUDE_PATH">&gt;$ENV[OPENSSL_ROOT_DIR]/include/</environment_variable>
+            <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">&gt;$ENV[OPENSSL_ROOT_DIR]/include/</environment_variable>
         </action>
       </actions>
     </install>