We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd428e commit ee3d296Copy full SHA for ee3d296
conanfile.py
@@ -9,16 +9,14 @@ class SiloRecipe(ConanFile):
9
"arrow/19.0.1",
10
"boost/1.85.0",
11
"poco/1.13.3",
12
- "hwloc/2.9.3",
13
- "onetbb/2021.10.0",
14
- "nlohmann_json/3.11.2",
15
- "gtest/cci.20210126",
16
- "roaring/1.0.0",
+ "onetbb/2022.0.0",
+ "nlohmann_json/3.12.0",
+ "gtest/1.16.0",
+ "roaring/4.2.1",
17
"spdlog/1.15.1",
18
- "yaml-cpp/0.7.0",
19
- "zstd/1.5.5",
+ "yaml-cpp/0.8.0",
+ "zstd/1.5.7",
20
"re2/20240702",
21
- "abseil/20240116.1",
22
]
23
24
default_options = {
0 commit comments