# HG changeset patch # User morinlab # Date 1476206827 14400 # Node ID 56042def4337a9c7b8f93cb44b6627897d196a83 planemo upload for repository https://github.com/morinlab/tools-morinlab/tree/master/packages/package_boost_1_55_0 commit 4ef2d91b7c1686a2696b92fe538d4aec51d05e40 diff -r 000000000000 -r 56042def4337 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue Oct 11 13:27:07 2016 -0400 @@ -0,0 +1,35 @@ + + + + + + + + + https://depot.galaxyproject.org/software/boost/boost_1.55.0_src_all.tar.gz + + + + + + + + $INSTALL_DIR/boost + $INSTALL_DIR/boost/lib/ + $INSTALL_DIR/boost/lib/ + $INSTALL_DIR/boost/include + $INSTALL_DIR/boost/include + + ./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 1> $INSTALL_DIR/stdout.txt 2> $INSTALL_DIR/stderr.txt; + + + + + 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/. + + +