comparison tool_dependencies.xml @ 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
comparison
equal deleted inserted replaced
27:722390015c08 28:1418d5b1ba34
74 <action type="set_environment"> 74 <action type="set_environment">
75 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 75 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
76 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> 76 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable>
77 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib</environment_variable> 77 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib</environment_variable>
78 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python2.7/site-packages</environment_variable> 78 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python2.7/site-packages</environment_variable>
79 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">&gt;$ENV[OPENSSL_ROOT_DIR]/lib/</environment_variable>
80 <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> 79 <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable>
81 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> 80 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
81
82 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$ENV[OPENSSL_ROOT_DIR]/lib/pkgconfig</environment_variable>
83 <environment_variable action="prepend_to" name="LIBRARY_PATH">&gt;$ENV[OPENSSL_ROOT_DIR]/lib/</environment_variable>
84 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">&gt;$ENV[OPENSSL_ROOT_DIR]/lib/</environment_variable>
85 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">&gt;$ENV[OPENSSL_ROOT_DIR]/include/</environment_variable>
86 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">&gt;$ENV[OPENSSL_ROOT_DIR]/include/</environment_variable>
82 </action> 87 </action>
83 </actions> 88 </actions>
84 </install> 89 </install>
85 90
86 <readme> 91 <readme>