summaryrefslogtreecommitdiffstats
path: root/libs/boost/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'libs/boost/DEPENDS')
-rwxr-xr-xlibs/boost/DEPENDS12
1 files changed, 6 insertions, 6 deletions
diff --git a/libs/boost/DEPENDS b/libs/boost/DEPENDS
index 18ca687a4f..088c46b101 100755
--- a/libs/boost/DEPENDS
+++ b/libs/boost/DEPENDS
@@ -1,16 +1,16 @@
depends -sub CXX gcc &&
-if list_find "$BOOST_LIBS" "python" ||
- list_find "$BOOST_LIBS" "all"
+if list_find "$BOOST_LIBS_MZ" "python" ||
+ [[ $BOOST_SELECT_LIBS == "n" ]]
then
depends python
fi &&
-if list_find "$BOOST_LIBS" "graph" ||
- list_find "$BOOST_LIBS" "all"
+if list_find "$BOOST_LIBS_AL" "graph" ||
+ [[ $BOOST_SELECT_LIBS == "n" ]]
then
depends expat
fi &&
-if list_find "$BOOST_LIBS" "mpi" ||
- list_find "$BOOST_LIBS" "all"
+if list_find "$BOOST_LIBS_MZ" "mpi" ||
+ [[ $BOOST_SELECT_LIBS == "n" ]]
then
depends openmpi
fi &&