Get file: http://sourceforge.net/projects/boost/files/boost/1.49.0/boost_1_49_0.tar.gz/download
tar -xzvf module load openmpi-x86_64 ./bootstrap.sh -prefix=/opt/boost/1.49.0 ./b2 -j20 # if you want to compile on 20 cores :-) mkdir -p /opt/boost/1.49.0 cp -r stage/ /opt/boost/1.49.0/
Create module file /etc/modulefiles/boost/1.49.0
#%Module1.0#################################################################### ## ## boost modulefile ## ## ## prepend-path LD_LIBRARY_PATH /opt/boost/1.49.0/stage/lib
Pingback: install OpenFOAM 2.4.0 on CentOS 6.6 | Discretizer | Future of Open Source CAE