# HG changeset patch # User iuc # Date 1422369881 18000 # Node ID 3c03e7c7f7bb47003e5134cae393e68417eebe4b Imported from capsule None diff -r 000000000000 -r 3c03e7c7f7bb tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue Jan 27 09:44:41 2015 -0500 @@ -0,0 +1,35 @@ + + + + + + + + + http://downloads.sourceforge.net/project/boost/boost/1.55.0/boost_1_55_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/. + + +