# HG changeset patch # User iuc # Date 1437142197 14400 # Node ID f0da948c530287cc5201b6ba043319920a9ad959 # Parent 3c03e7c7f7bb47003e5134cae393e68417eebe4b planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_boost_1_55 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty diff -r 3c03e7c7f7bb -r f0da948c5302 tool_dependencies.xml --- a/tool_dependencies.xml Tue Jan 27 09:44:41 2015 -0500 +++ b/tool_dependencies.xml Fri Jul 17 10:09:57 2015 -0400 @@ -1,25 +1,26 @@ - - + + - - - http://downloads.sourceforge.net/project/boost/boost/1.55.0/boost_1_55_0.tar.gz + + + 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; + ./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 $INSTALL_DIR/boost/lib/ $INSTALL_DIR/boost/include $INSTALL_DIR/boost/include @@ -27,7 +28,7 @@ - Compiling boost requires a C++ compiler (typically gcc). + 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/.