Previous changeset 2:50215e7c7efa (2016-03-01) Next changeset 4:9cc5f2bc9a9c (2016-03-01) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_boost_1_55 commit 2e18fe350712147421228210013814bc0aeec120-dirty |
modified:
tool_dependencies.xml |
b |
diff -r 50215e7c7efa -r 3d6d1ff8dcbf tool_dependencies.xml --- a/tool_dependencies.xml Tue Mar 01 11:47:28 2016 -0500 +++ b/tool_dependencies.xml Tue Mar 01 16:02:39 2016 -0500 |
b |
@@ -21,7 +21,7 @@ </action> <action type="set_environment"> <environment_variable action="set_to" name="BOOST_ROOT_DIR">$INSTALL_DIR/boost</environment_variable> - <environment_variable action="append_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/boost/lib/</environment_variable> + <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/boost/lib/</environment_variable> <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/boost/include</environment_variable> <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/boost/include</environment_variable> </action> |