# HG changeset patch # User bgruening # Date 1376059194 14400 # Node ID 0464d82a4c3fac34c6bfd1872603062247e40123 inital version diff -r 000000000000 -r 0464d82a4c3f tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Aug 09 10:39:54 2013 -0400 @@ -0,0 +1,39 @@ + + + + + + + + + http://sourceforge.net/projects/boost/files/boost/1.54.0/boost_1_54_0.tar.bz2 + + + + + + + + + ./bootstrap.sh + + + if [ $(uname -m) == 'x86_64' ]; then + ./bjam install --prefix=$INSTALL_DIR/boost/ -sBZIP2_INCLUDE=$BZLIB_INCLUDE_DIR -sBZIP2_LIB=$BZLIB_LIB_DIR -sBZIP2_SOURCE=$BZLIB_SOURCE_DIR; + else + ./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; + fi; + + + $INSTALL_DIR/boost + $INSTALL_DIR/boost/lib/ + + + + + Compiling boost requires a C++ compiler (typically gcc). + You can access the boost root directory through the $BOOST_ROOT_DIR system variable. All modules will be build. + Development of that wrapper happens in https://github.com/bgruening/galaxytools/tree/master/orphan_tool_dependencies/. + + +