forked from boostorg/boost_install
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathboost-install-dependencies.jam
32 lines (31 loc) · 1.11 KB
/
boost-install-dependencies.jam
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
# Generated by boostdep --list-buildable-dependencies
atomic = headers ;
chrono = headers system ;
container = headers ;
context = headers thread ;
contract = headers exception thread ;
coroutine = headers context exception system thread ;
date_time = headers serialization ;
exception = headers ;
fiber = headers context filesystem ;
filesystem = headers system ;
graph = headers math random regex serialization ;
graph_parallel = headers filesystem graph mpi random serialization ;
iostreams = headers random regex ;
locale = headers thread ;
log = headers atomic container date_time exception filesystem locale random regex system thread ;
math = headers atomic ;
mpi = headers graph python serialization ;
program_options = headers ;
python = headers graph ;
random = headers math system ;
regex = headers ;
serialization = headers ;
stacktrace = headers ;
sync = headers atomic chrono date_time system ;
system = headers ;
test = headers exception timer ;
thread = headers atomic chrono container date_time exception system ;
timer = headers chrono system ;
type_erasure = headers thread ;
wave = headers filesystem serialization ;