# HG changeset patch # User iuc # Date 1447956169 18000 # Node ID a534981960caab412c5dc996903f6c990b7115a2 # Parent 098282828e77ab64055b8d3acfa86819290a4341 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_boost_1_53 commit 97a064489364118d108b0dd2cfb4d9bc53080837 diff -r 098282828e77 -r a534981960ca tool_dependencies.xml --- a/tool_dependencies.xml Sun Nov 01 10:17:29 2015 -0500 +++ b/tool_dependencies.xml Thu Nov 19 13:02:49 2015 -0500 @@ -5,18 +5,38 @@ - - http://downloads.sourceforge.net/project/boost/boost/1.53.0/boost_1_53_0.tar.bz2 + + + http://downloads.sourceforge.net/project/boost/boost/1.53.0/boost_1_53_0.tar.bz2 + + + + + + + - - - - - - + ./bootstrap.sh + + ./bjam address-model=64 architecture=x86 cflags=-fPIC cxxflags=-fPIC install --prefix=$INSTALL_DIR/boost/ -sBZIP2_INCLUDE=$BZLIB_INCLUDE_DIR -sBZIP2_LIB=$BZLIB_LIB_DIR -sBZIP2_SOURCE=$BZLIB_SOURCE_DIR; + + + + http://downloads.sourceforge.net/project/boost/boost/1.53.0/boost_1_53_0.tar.bz2 - ./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 + + + + + + + + ./bootstrap.sh + + + ./bjam 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 @@ -24,7 +44,7 @@ $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.