Mercurial > repos > iuc > package_bzlib_1_0
changeset 8:318cd7b46435 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bzlib_1_0 commit e8e971905f5fce11a99d51b1399af45288389d76
author | iuc |
---|---|
date | Thu, 21 May 2015 22:40:46 -0400 |
parents | 087298adb1fa |
children | 593cc77357d6 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Feb 18 11:33:57 2015 -0500 +++ b/tool_dependencies.xml Thu May 21 22:40:46 2015 -0400 @@ -15,8 +15,10 @@ <environment_variable name="BZLIB_LIB_DIR" action="set_to">$INSTALL_DIR/bzlib/lib</environment_variable> <environment_variable name="BZLIB_INCLUDE_DIR" action="set_to">$INSTALL_DIR/bzlib/include</environment_variable> <environment_variable name="BZLIB_SOURCE_DIR" action="set_to">$INSTALL_DIR/bzlib/source</environment_variable> - <environment_variable name="LD_LIBRARY_PATH" action="prepend_to" >$INSTALL_DIR/bzlib/lib/</environment_variable> - <environment_variable name="LIBRARY_PATH" action="prepend_to" >$INSTALL_DIR/bzlib/lib/</environment_variable> + <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/bzlib/lib</environment_variable> + <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/bzlib/lib/source</environment_variable> + <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/bzlib/lib</environment_variable> + <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/bzlib/lib/source</environment_variable> <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/bzlib/include</environment_variable> <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/bzlib/include</environment_variable> </action>