-
Notifications
You must be signed in to change notification settings - Fork 7
/
vcpkg.json
52 lines (52 loc) · 1.2 KB
/
vcpkg.json
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
{
"name": "warpdrive",
"version-string": "1.0.0",
"dependencies": [
"abseil",
"benchmark",
"boost-beast",
"boost-filesystem",
"boost-locale",
"boost-multiprecision",
"boost-process",
"boost-system",
"boost-crc",
"boost-optional",
"boost-variant",
"boost-xpressive",
"brotli",
"gflags",
"openssl",
{
"$explanation": [
"Arrow is not compatible with protobuf-4.x+",
"Dependencies are least-sufficient-version so as",
"long as 3.x is in-tree this should work"
],
"name": "protobuf",
"version>=": "3.21.8"
},
"rapidjson",
"zlib",
"re2",
{
"$explanation": [
"Downgrade to grpc still compatible with/requiring protobuf-3.x"
],
"name": "grpc",
"version>=": "1.51.1#3"
},
"utf8proc",
"xsimd",
"zlib",
"zstd"
],
"builtin-baseline": "b2fd29fec759bf49fd40bfd633204200b115a2b5",
"overrides": [
{ "name": "abseil", "version": "20220623.1#0" },
{ "name": "grpc", "version": "1.51.1#3" },
{ "name": "protobuf", "version": "3.21.8" },
{ "name": "re2", "version": "2021-11-01#1" },
{ "name": "upb", "version": "2022-06-21#1" }
]
}