-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathvcpkg.json
More file actions
32 lines (32 loc) · 773 Bytes
/
vcpkg.json
File metadata and controls
32 lines (32 loc) · 773 Bytes
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
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "parquetsharp",
"version-string": "undefined",
"builtin-baseline": "0297aaaf1c7879d30af39d87dc484ba56bd7bbde",
"dependencies": [
{
"name": "arrow",
"features": [
{
"name": "mimalloc",
"platform": "!staticcrt"
},
{
"name": "jemalloc",
"platform": "!windows"
}
]
}
],
"overrides": [
{
"name": "arrow",
"version": "24.0.0"
},
{
"name": "mimalloc",
"version": "3.2.8",
"$comment": "Later mimalloc versions cause segfaults. See https://github.com/G-Research/ParquetSharp/pull/647#issuecomment-4368403599"
}
]
}