# HG changeset patch # User iuc # Date 1422399091 18000 # Node ID b0ef20ca0e03b06538805310380fa682c29fefec Uploaded diff -r 000000000000 -r b0ef20ca0e03 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue Jan 27 17:51:31 2015 -0500 @@ -0,0 +1,37 @@ + + + + + + + + + http://sourceforge.net/projects/boost/files/boost/1.57.0/boost_1_57_0.tar.gz + + + + + + + + + ./bootstrap.sh + + + ./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; + + + $INSTALL_DIR/boost + $INSTALL_DIR/boost/lib/ + $INSTALL_DIR/boost/include + $INSTALL_DIR/boost/include + + + + + 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/. + + +