# HG changeset patch # User iuc # Date 1373292742 14400 # Node ID a72f8efe92011beb4ffbb79b2d0f5b1dd1dfa83e Uploaded diff -r 000000000000 -r a72f8efe9201 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Jul 08 10:12:22 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. + +