summaryrefslogtreecommitdiffstats
path: root/libs/boost/CONFIGURE
blob: 27a8a1e48cc242c2ff2ece90277955ba8a491ef0 (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
30
31
32
33
34
35
. $GRIMOIRE/config_query_multi.function                                      &&
config_query BOOST_SELECT_LIBS "Select individual boost libraries to build?" n &&
if [[ "${BOOST_SELECT_LIBS}" == "y" ]]; then
config_query_multi BOOST_LIBS_AL "Which boost libraries would you like to install?" \
                              none \
                              atomic \
                              chrono \
                              context \
                              date_time \
                              exception \
                              filesystem \
                              graph \
                              graph_parallel \
                              iostreams \
                              locale &&
config_query_multi BOOST_LIBS_MZ "Which additional boost libraries would you like to install?"   \
                              none \
                              math \
                              mpi \
                              program_options \
                              python \
                              random \
                              regex \
                              serialization \
                              signals \
                              system \
                              test \
                              thread \
                              timer \
                              wave 
fi &&
config_query_list BOOST_VARIANT "What variant of boost do you want?"         \
                                 release debug                               &&
config_query INSTALL_BJAM "Install Boost.Jam (bjam)?" n