diff --git a/build/Jamfile.v2 b/build/Jamfile.v2 index 2c012ba..7d49925 100644 --- a/build/Jamfile.v2 +++ b/build/Jamfile.v2 @@ -66,6 +66,7 @@ lib boost_mpi : # Usage requirements /boost/serialization//boost_serialization /mpi//mpi [ mpi.extra-requirements ] + BOOST_MPI_NO_LIB=1 ; if [ python.configured ] @@ -94,6 +95,7 @@ lib boost_mpi : # Usage requirements /mpi//mpi [ mpi.extra-requirements ] /python//python + BOOST_MPI_PYTHON_NO_LIB=1 ; python-extension mpi @@ -136,7 +138,7 @@ else : "warning: skipping optional Message Passing Interface (MPI) library." : "note: to enable MPI support, add \"using mpi ;\" to user-config.jam." : "note: to suppress this message, pass \"--without-mpi\" to b2." - : "note: otherwise, you can safely ignore this message." + : "note: otherwise, you can safely ignore this message." ; } alias boost_mpi_python ;