forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvcpkg.json
58 lines (58 loc) · 1 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
53
54
55
56
57
58
{
"name": "arrow",
"version-string": "17.0.0-SNAPSHOT",
"dependencies": [
"abseil",
{
"name": "aws-sdk-cpp",
"features": [
"config",
"cognito-identity",
"identity-management",
"s3",
"sts",
"transfer"
]
},
"benchmark",
"boost-filesystem",
"boost-multiprecision",
"boost-process",
"boost-system",
"boost-crc",
"brotli",
"bzip2",
"c-ares",
"curl",
"flatbuffers",
"gflags",
"glog",
{
"name":"google-cloud-cpp",
"version>=": "1.32.1",
"default-features": false,
"features": [
"storage"
]
},
"grpc",
"gtest",
"lz4",
"openssl",
"orc",
"protobuf",
"rapidjson",
"re2",
"snappy",
"sqlite3",
"thrift",
"utf8proc",
"xsimd",
"zlib",
"zstd"
],
"overrides": [
{ "name": "gtest", "version": "1.10.0", "port-version": 4 }
],
"builtin-baseline": "3d8f78171a2a37d461077bf8d063256b63e25a4f"
}