summaryrefslogtreecommitdiffstats
path: root/libs/boost/CONFIGURE
blob: c7f54669aa8b68c1104b119011712dd27bb9a306 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
. $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?" \
                              accumulators \
                              any \
                              array \
                              asio \
                              assign \
                              bimap \
                              bind \
                              call_traits \
                              chrono \
                              circular_buffer \
                              compressed_pair \
                              concept_check \
                              container \
                              conversion \
                              crc \
                              date_time \
                              dynamic_bitset \
                              exception \
                              enable_if \
                              filesystem \
                              flyweight \
                              foreach \
                              format \
                              function \
                              function_types \
                              functional \
                              fusion \
                              gil \
                              geometry \
                              graph \
                              graph_parallel \
                              heap \
                              icl \
                              io \
                              iostreams \
                              integer \
                              interprocess \
                              interval \
                              intrusive \
                              iostreams \
                              iterators \
                              lambda \
                              locale \
                              lexical_cast &&
config_query_multi BOOST_LIBS_MZ "Which additional boost libraries would you like to install?"   \
                              math \
                              mem_fn \
                              minmax \
                              move \
                              mpi \
                              mpl \
                              multi_array \
                              multi_index \
                              numeric \
                              operators \
                              optional \
                              parameter \
                              phoenix \
                              polygon \
                              pool \
                              preprocessor \
                              program_options \
                              property_map \
                              property_tree \
                              proto \
                              python \
                              random \
                              range \
                              ratio \
                              rational \
                              ref \
                              regex \
                              result_of \
                              scope_exit \
                              serialization \
                              signals \
                              signals2 \
                              smart_ptr \
                              statechart \
                              static_assert \
                              spirit \
                              string_algo \
                              swap \
                              system \
                              test \
                              thread \
                              timer \
                              tokenizer \
                              tr1 \
                              tribool \
                              tuple \
                              type_traits \
                              typeof \
                              units \
                              unordered \
                              utility \
                              value_initialized \
                              uuid \
                              variant \
                              wave \
                              xpressive
fi &&
config_query_list BOOST_VARIANT "What variant of boost do you want?"         \
                                 release debug                               &&
config_query INSTALL_BJAM "Install Boost.Jam (bjam)?" n