comparison tool_dependencies.xml @ 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
comparison
equal deleted inserted replaced
0:34e9010db346 1:ceda74761368
18 <destination_directory>$INSTALL_DIR/bin</destination_directory> 18 <destination_directory>$INSTALL_DIR/bin</destination_directory>
19 </action> 19 </action>
20 </actions--> 20 </actions-->
21 <action type="set_environment"> 21 <action type="set_environment">
22 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 22 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
23 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> 23 <!-- We are building these libraries now against an old version of libc,
24 so we hopefully do not need the libs anymore. They also seem to make trouble when the old glibc is in LD_LIBRARY_PATH
25 but other tools are compiled against a newer version.
26 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable-->
24 <environment_variable name="UCSC_TOOLS_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> 27 <environment_variable name="UCSC_TOOLS_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
25 </action> 28 </action>
26 </actions_group> 29 </actions_group>
27 </install> 30 </install>
28 <readme>The well known UCSC tools from Jim Kent.</readme> 31 <readme>The well known UCSC tools from Jim Kent.</readme>