-
Notifications
You must be signed in to change notification settings - Fork 0
/
modboost.yaml.sample
102 lines (102 loc) · 1.57 KB
/
modboost.yaml.sample
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
# ModBoost configuration file
default_base_repo: 'git://github.com/boost-lib'
default_branch: trunk
cmake_args: '-DTOOLCHAIN='
publish_path: /tmp/modboost
components:
accumulators: {}
algorithm: {}
any: {}
array: {}
asio: {}
assign: {}
bimap: {}
bind: {}
chrono: {}
circular_buffer: {}
compatibility: {}
concept_check: {}
config: {}
container: {}
conversion: {}
core: {}
crc: {}
date_time: {}
detail: {}
disjoint_sets: {}
dynamic_bitset: {}
exception: {}
filesystem: {}
flyweight: {}
foreach: {}
format: {}
function: {}
functional: {}
function_types: {}
fusion: {}
geometry: {}
gil: {}
graph: {}
graph_parallel: {}
heap: {}
icl: {}
integer: {}
interprocess: {}
intrusive: {}
io: {}
iostreams: {}
iterator: {}
lambda: {}
locale: {}
logic: {}
math: {}
move: {}
mpi: {}
mpl: {}
msm: {}
multi_array: {}
multi_index: {}
numeric: {}
optional: {}
parameter: {}
phoenix: {}
polygon: {}
pool: {}
preprocessor: {}
program_options: {}
property_map: {}
property_tree: {}
proto: {}
ptr_container: {}
python: {}
random: {}
range: {}
ratio: {}
rational: {}
regex: {}
scope_exit: {}
serialization: {}
signals: {}
signals2: {}
smart_ptr: {}
spirit: {}
statechart: {}
static_assert: {}
system: {}
test: {}
thread: {}
timer:
deps: [chrono config core exception integer io system utility]
tokenizer: {}
tr1: {}
tti: {}
tuple: {}
typeof: {}
type_traits: {}
units: {}
unordered: {}
utility: {}
uuid: {}
variant: {}
wave: {}
xpressive: {}