-
Notifications
You must be signed in to change notification settings - Fork 14
/
conanfile.txt
56 lines (51 loc) · 1.51 KB
/
conanfile.txt
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
# ## Notes on versions...
#
# ### Boost
#
# ### Rapidjson
#
# Using cci.20200410 not 1.1.0 because of an error detected by UBSan that's fixed since 1.1.0:
# https://github.com/Tencent/rapidjson/commit/16872af88915176f49e389defb167f899e2c230a
# The Rapidjson repo has many open issues asking for a new version release
[requires]
boost/1.83.0@
fmt/7.1.3@
rapidjson/cci.20200410
spdlog/1.8.5@
[generators]
cmake_find_package
cmake
[options]
# Primary dependencies
boost:without_exception=False
boost:without_iostreams=False # Used by gnuplot-iostream.h - consider dropping
boost:without_program_options=False
boost:without_serialization=False
boost:without_test=False
# Secondary dependencies (ie required but only by primary dependencies)
boost:without_random=False # Used by iostreams
boost:without_regex=False # Used by iostreams
boost:without_system=False # Used by iostreams (via random)
boost:without_atomic=True
boost:without_chrono=True
boost:without_container=True
boost:without_context=True
boost:without_contract=True
boost:without_coroutine=True
boost:without_date_time=True
boost:without_fiber=True
boost:without_filesystem=True
boost:without_graph=True
boost:without_graph_parallel=True
boost:without_json=True
boost:without_locale=True
boost:without_log=True
boost:without_math=True
boost:without_mpi=True
boost:without_nowide=True
boost:without_python=True
boost:without_stacktrace=True
boost:without_thread=True
boost:without_timer=True
boost:without_type_erasure=True
boost:without_wave=True