# HG changeset patch # User iuc # Date 1434720124 14400 # Node ID a0dd39685fce7e284fedf2ac991b0e80c4761bfe planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_boost_1_57 commit 0887009a23d176b21536c9fd8a18c4fecc417d4f diff -r 000000000000 -r a0dd39685fce tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Jun 19 09:22:04 2015 -0400 @@ -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 -sBOOST_ROOT=$INSTALL_DIR/boost -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/. + + +