Mercurial > repos > iuc > package_ucsc_tools_312
changeset 1:ceda74761368 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_ucsc_tools_312 commit 743caa3d7198c38c8f3d9f90e4aae16f76cfd7f2
| author | iuc |
|---|---|
| date | Tue, 22 Sep 2015 13:16:59 -0400 |
| parents | 34e9010db346 |
| children | |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Sun Jun 07 22:40:54 2015 -0400 +++ b/tool_dependencies.xml Tue Sep 22 13:16:59 2015 -0400 @@ -20,7 +20,10 @@ </actions--> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> - <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> + <!-- We are building these libraries now against an old version of libc, + so we hopefully do not need the libs anymore. They also seem to make trouble when the old glibc is in LD_LIBRARY_PATH + but other tools are compiled against a newer version. + <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable--> <environment_variable name="UCSC_TOOLS_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> </action> </actions_group>
