comparison tool_dependencies.xml @ 4:9cc5f2bc9a9c draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_boost_1_55 commit 2e18fe350712147421228210013814bc0aeec120-dirty
author iuc
date Tue, 01 Mar 2016 16:05:13 -0500
parents 3d6d1ff8dcbf
children
comparison
equal deleted inserted replaced
3:3d6d1ff8dcbf 4:9cc5f2bc9a9c
20 ./bjam address-model=64 cflags=-fPIC cxxflags=-fPIC install --prefix=$INSTALL_DIR/boost/ -sBZIP2_INCLUDE=$BZLIB_INCLUDE_DIR -sBZIP2_LIB=$BZLIB_LIB_DIR -sBZIP2_SOURCE=$BZLIB_SOURCE_DIR; 20 ./bjam address-model=64 cflags=-fPIC cxxflags=-fPIC install --prefix=$INSTALL_DIR/boost/ -sBZIP2_INCLUDE=$BZLIB_INCLUDE_DIR -sBZIP2_LIB=$BZLIB_LIB_DIR -sBZIP2_SOURCE=$BZLIB_SOURCE_DIR;
21 </action> 21 </action>
22 <action type="set_environment"> 22 <action type="set_environment">
23 <environment_variable action="set_to" name="BOOST_ROOT_DIR">$INSTALL_DIR/boost</environment_variable> 23 <environment_variable action="set_to" name="BOOST_ROOT_DIR">$INSTALL_DIR/boost</environment_variable>
24 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/boost/lib/</environment_variable> 24 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/boost/lib/</environment_variable>
25 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/boost/lib/</environment_variable>
25 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/boost/include</environment_variable> 26 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/boost/include</environment_variable>
26 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/boost/include</environment_variable> 27 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/boost/include</environment_variable>
27 </action> 28 </action>
28 </actions> 29 </actions>
29 </install> 30 </install>