-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Expand file tree
/
Copy pathvcpkg.json
More file actions
32 lines (32 loc) · 767 Bytes
/
vcpkg.json
File metadata and controls
32 lines (32 loc) · 767 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/master/scripts/vcpkg.schema.json",
"name": "vowpal-wabbit",
"version": "9.10.0",
"builtin-baseline": "af752f21c9d79ba3df9cb0250ce2233933f58486",
"dependencies": [
"eigen3",
"fmt",
"rapidjson",
"spdlog",
"string-view-lite",
"zlib"
],
"features": {
"tests": {
"description": "Build Tests",
"dependencies": ["gtest"]
},
"lda": {
"description": "Enable LDA reduction",
"dependencies": ["boost-math"]
},
"flatbuffers": {
"description": "Enable flatbuffers support",
"dependencies": ["flatbuffers"]
},
"benchmarks": {
"description": "Build Benchmarks",
"dependencies": ["benchmark"]
}
}
}