help([[
This module loads the boost library built with the intel
compiler toolchain and the mpich MPI stack.

Version 1.90.0
]])

whatis("Name: boost built with intel compiler and mpich MPI")
whatis("Version: 1.90.0")
whatis("Category: runtime library")
whatis("Description: Free peer-reviewed portable C++ source libraries")
whatis("http://www.boost.org")

prepend_path("INCLUDE", "/opt/ohpc/pub/libs/intel/mpich/boost/1.90.0/include")
prepend_path("LD_LIBRARY_PATH", "/opt/ohpc/pub/libs/intel/mpich/boost/1.90.0/lib")

setenv("BOOST_DIR", "/opt/ohpc/pub/libs/intel/mpich/boost/1.90.0")
setenv("BOOST_ROOT", "/opt/ohpc/pub/libs/intel/mpich/boost/1.90.0")
setenv("BOOST_LIB", "/opt/ohpc/pub/libs/intel/mpich/boost/1.90.0/lib")
setenv("BOOST_INC", "/opt/ohpc/pub/libs/intel/mpich/boost/1.90.0/include")

family("boost")
