forked from erikmuttersbach/libhdfs3
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvcpkg.json
73 lines (73 loc) · 1.36 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "libhdfs3",
"version": "2024-11-29",
"description": "Native Hadoop RPC protocol and HDFS data transfer protocol implementation",
"homepage": "https://github.com/FISCO-BCOS/libhdfs3",
"supports": "!windows",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"boost-atomic",
"boost-chrono",
"boost-iostreams",
"boost-system",
"boost-thread",
{
"name": "libuuid",
"platform": "!windows & !osx"
},
{
"name": "libxml2",
"version>=": "2.11.5#1",
"features": ["lzma", "zlib"]
},
"protobuf",
"gsasl",
"krb5"
],
"builtin-baseline": "51b14cd4e1230dd51c11ffeff6f7d53c61cc5297",
"overrides": [
{
"name":"boost-atomic",
"version": "1.83.0"
},
{
"name":"boost-chrono",
"version": "1.83.0"
},
{
"name":"boost-iostreams",
"version": "1.83.0"
},
{
"name":"boost-system",
"version": "1.83.0"
},
{
"name":"boost-thread",
"version": "1.83.0"
},
{
"name": "protobuf",
"version": "3.21.12#0"
},
{
"name": "libxml2",
"version": "2.11.5#1"
},
{
"name":"gsasl",
"version": "2.2.1#0"
},
{
"name":"krb5",
"version": "1.21.3#0"
}
]
}