2
0
mirror of https://github.com/boostorg/mpi.git synced 2026-01-19 04:22:10 +00:00

Add missing NO_LIB usage requirements.

This commit is contained in:
Rene Rivera
2024-04-28 20:16:12 -05:00
parent cd5dc1010e
commit 0d62f281e9

View File

@@ -66,6 +66,7 @@ lib boost_mpi
: # Usage requirements
<library>/boost/serialization//boost_serialization
<library>/mpi//mpi [ mpi.extra-requirements ]
<define>BOOST_MPI_NO_LIB=1
;
if [ python.configured ]
@@ -94,6 +95,7 @@ lib boost_mpi
: # Usage requirements
<library>/mpi//mpi [ mpi.extra-requirements ]
<library>/python//python
<define>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 ;