summaryrefslogtreecommitdiffstats
path: root/libs/boost/DEPENDS
blob: 18ca687a4fe3b791f7b6d16d306eae1f4ab0fc85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
depends -sub CXX gcc                                    &&
if list_find "$BOOST_LIBS" "python"             ||
   list_find "$BOOST_LIBS" "all"
then
  depends python
fi                                              &&
if list_find "$BOOST_LIBS" "graph"              ||
   list_find "$BOOST_LIBS" "all"
then
  depends expat
fi                                              &&
if list_find "$BOOST_LIBS" "mpi"              ||
   list_find "$BOOST_LIBS" "all"
then
  depends openmpi
fi                                              &&
optional_depends  icu                           \
                  "-sHAVE_ICU=1"                \
                  ""                            \
                  "Unicode support"