forked from TileDB-Inc/TileDB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vcpkg.json
91 lines (91 loc) · 2.37 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"builtin-baseline": "72010900b7cee36cea77aebb97695095c9358eaf",
"dependencies": [
"bzip2",
"libmagic",
"lz4",
{
"name": "openssl",
"platform": "!windows"
},
"spdlog",
"zlib",
"zstd"
],
"features": {
"azure": {
"description": "Support Azure Blob Storage",
"dependencies": [
"azure-storage-blobs-cpp",
{
"name": "libxml2",
"default-features": false,
"platform": "!windows"
}
]
},
"gcs": {
"description": "Support Google Cloud Storage",
"dependencies": [
{
"name": "google-cloud-cpp",
"features": [
"storage"
],
"default-features": false
},
{
"name": "abseil",
"features": [
"cxx17"
]
}
]
},
"serialization": {
"description": "Enable TileDB Cloud Support",
"dependencies": [
{
"name": "curl",
"features": [ "zstd" ]
},
"capnproto"
]
},
"s3": {
"description": "Support AWS S3 Storage",
"dependencies": [
{
"name": "aws-sdk-cpp",
"features": ["s3", "identity-management", "sts"],
"default-features": false
}
]
},
"tests": {
"description": "Build tiledb tests",
"dependencies": [
"catch2"
]
},
"tools": {
"description": "Build tiledb command line tool",
"dependencies": [
"clipp"
]
},
"webp": {
"description": "Support WebP compression",
"dependencies": [
"libwebp"
]
}
},
"overrides": [
{
"$note": "Remove this when the custom port for libmagic gets removed",
"name": "dirent",
"version": "1.23.2#3"
}
]
}