Mercurial > repos > iuc > package_python_2_7
comparison tool_dependencies.xml @ 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 |
comparison
equal
deleted
inserted
replaced
34:e17159d91086 | 35:8534b229ff0b |
---|---|
80 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> | 80 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable> |
81 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib</environment_variable> | 81 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib</environment_variable> |
82 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python2.7/site-packages</environment_variable> | 82 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python2.7/site-packages</environment_variable> |
83 <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> | 83 <environment_variable action="set_to" name="PYTHONHOME">$INSTALL_DIR</environment_variable> |
84 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> | 84 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> |
85 | |
86 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[BZLIB_LIB_DIR]</environment_variable> | |
87 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[BZLIB_LIB_DIR]/source</environment_variable> | |
88 | |
85 <!-- | 89 <!-- |
86 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$ENV[OPENSSL_ROOT_DIR]/lib/pkgconfig</environment_variable> | 90 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$ENV[OPENSSL_ROOT_DIR]/lib/pkgconfig</environment_variable> |
87 <environment_variable action="prepend_to" name="LIBRARY_PATH">$ENV[OPENSSL_ROOT_DIR]/lib/</environment_variable> | 91 <environment_variable action="prepend_to" name="LIBRARY_PATH">$ENV[OPENSSL_ROOT_DIR]/lib/</environment_variable> |
88 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[OPENSSL_ROOT_DIR]/lib/</environment_variable> | 92 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[OPENSSL_ROOT_DIR]/lib/</environment_variable> |
89 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$ENV[OPENSSL_ROOT_DIR]/include/</environment_variable> | 93 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$ENV[OPENSSL_ROOT_DIR]/include/</environment_variable> |