summaryrefslogtreecommitdiffstats
path: root/libs/boost/PRE_SUB_DEPENDS
blob: 1fa0825d38fcf9ed5fd31af6a01747c6119656e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
if [[ $BOOST_SELECT_LIBS == "n" ]]; then
  return 0
fi &&

case $THIS_SUB_DEPENDS in
   PROGRAM_OPTIONS) list_find "$BOOST_LIBS_MZ" program_options  ;;
    GRAPH_PARALLEL) list_find "$BOOST_LIBS_AL" graph_parallel   ;;
     SERIALIZATION) list_find "$BOOST_LIBS_MZ" serialization    ;;
        FILESYSTEM) list_find "$BOOST_LIBS_AL" filesystem       ;;
         EXCEPTION) list_find "$BOOST_LIBS_AL" exception        ;;
         DATE_TIME) list_find "$BOOST_LIBS_AL" date_time        ;;
         IOSTREAMS) list_find "$BOOST_LIBS_AL" iostreams        ;;
            RANDOM) list_find "$BOOST_LIBS_MZ" random           ;;
           SIGNALS) list_find "$BOOST_LIBS_MZ" signals          ;;
            PYTHON) is_depends_enabled $SPELL python         ;;
            SYSTEM) list_find "$BOOST_LIBS_MZ" system           ;;
            THREAD) list_find "$BOOST_LIBS_MZ" thread           ;;
            CHRONO) list_find "$BOOST_LIBS_AL" chrono           ;;
             GRAPH) list_find "$BOOST_LIBS_AL" graph            ;;
             REGEX) list_find "$BOOST_LIBS_MZ" regex            ;;
              TEST) list_find "$BOOST_LIBS_MZ" test             ;;
              WAVE) list_find "$BOOST_LIBS_MZ" wave             ;;
               MPI) list_find "$BOOST_LIBS_MZ" mpi              ;;
            LOCALE) list_find "$BOOST_LIBS_AL" locale           ;;
             TIMER) list_find "$BOOST_LIBS_MZ" timer            ;;
              MATH) list_find "$BOOST_LIBS_MZ" math             ;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL $THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
   return 1;;
esac