-
Notifications
You must be signed in to change notification settings - Fork 2
/
conanfile.txt
35 lines (32 loc) · 976 Bytes
/
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
[requires]
cli11/2.1.1 #bump to 2.1.2 requires conan upgrade
date/3.0.1
eigen/3.3.9 #bump to 3.4.0 requires conan upgrade
gtest/1.10.0
fmt/6.2.0 #bump to 8.1.1 requires upgrade of spdlog as well
librdkafka/1.6.0 #bump to 1.8.2 requires conan upgrade
nlohmann_json/3.10.5
spdlog/1.8.5 #bump to 1.9.2 requires conan upgrade
h5cpp/0.4.1@ess-dmsc/stable
logical-geometry/705ea61@ess-dmsc/stable
qplot/6e192ab@ess-dmsc/stable
Qt-Color-Widgets/9f4e052@ess-dmsc/stable
streaming-data-types/e644b3c@ess-dmsc/stable
[generators]
cmake
cmake_find_package
virtualbuildenv
virtualrunenv
[options]
gtest:shared=False
librdkafka:shared=False
flatbuffers:shared=True
date:use_system_tz_db=True
h5cpp:with_boost=False
[imports]
., *.dylib* -> ./lib @ keep_path=False
., *.so* -> ./lib @ keep_path=False
., LICENSE* -> ./licenses @ folder=True, ignore_case=True
., *.dll -> ./bin @ keep_path=False
., *.a* -> ./lib @ keep_path=False
., *.lib -> ./bin @ keep_path=False