tsuna / boost.m4

M4 macros to use Boost with the autotools
http://wiki.github.com/tsuna/boost.m4/
GNU General Public License v3.0
87 stars 52 forks source link

Macro for detection of boost MPI. #50

Closed tskisner closed 10 years ago

tskisner commented 10 years ago

This pull request adds a function for detecting boost MPI, which uses BOOST_FIND_LIB. If the MPICXX variable is set (by ax_mpi.m4, acx_mpi.m4 or similar), then set the CXX and CXXCPP variables prior to the check and restore them afterwards. Otherwise the standard CXX variable is used. I have tested this on OS X with macports boost +openmpi variant, as well as on Ubuntu with self-installed boost. Hopefully others find this useful...

tsuna commented 10 years ago

Merged as tsuna/boost.m4@fe4bd4f670718ad324728fd9bed166eaaf6e4928 with minor tweaks. Thanks!