# HG changeset patch # User iuc # Date 1376216596 14400 # Node ID dbdde1a2d0c509ff4c68effc1de585261f2d85eb initial upload diff -r 000000000000 -r dbdde1a2d0c5 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Sun Aug 11 06:23:16 2013 -0400 @@ -0,0 +1,30 @@ + + + + + + + + + http://downloads.sourceforge.net/project/boost/boost/1.53.0/boost_1_53_0.tar.bz2 + + + + + + + + + ./bootstrap.sh + + if [ $(uname -m) == 'x86_64' ]; then ./bjam install --prefix=$INSTALL_DIR/boost/ -sBZIP2_INCLUDE=$BZLIB_INCLUDE_DIR -sBZIP2_LIB=$BZLIB_LIB_DIR -sBZIP2_SOURCE=$BZLIB_SOURCE_DIR; else ./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; fi; + + + $INSTALL_DIR/boost + $INSTALL_DIR/boost/lib/ + + + + 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. + +