-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathvcpkg.json
34 lines (34 loc) · 824 Bytes
/
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
{
"name": "libfork",
"builtin-baseline": "da4b78d35084ec4e9808aa02017028da03b8d2ab",
"features": {
"hwloc": {
"description": "This an OPTIONAL dependency, it is used for cpu topology detection, it is recommended to use the system distribution if available.",
"dependencies": [
{
"name": "hwloc",
"version>=": "2.5.0"
},
{
"name": "pkgconf",
"version>=": "2.2.0"
}
]
},
"test": {
"description": "These are libfork's test-suite dependencies.",
"dependencies": [
"catch2"
]
},
"benchmark": {
"description": "These are libfork's benchmarking dependencies.",
"dependencies": [
"benchmark",
"taskflow",
"tbb",
"concurrencpp"
]
}
}
}