-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathvcpkg.json
46 lines (46 loc) · 856 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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "antares-xpansion",
"version-string": "1.4.0",
"$comment 1": "libuuid by transitivity for Simulator-> yuni",
"$comment 2": "sirius-solver by transitivity for Simulator",
"dependencies": [
"jsoncpp",
"gtest",
"gflags",
"sirius-solver",
"coin-or-cbc",
{
"name": "libuuid",
"platform": "!windows"
},
{
"name": "boost-mpi",
"version>=": "1.81.0"
},
{
"name": "boost-program-options",
"version>=": "1.81.0"
},
{
"name": "boost-algorithm",
"version>=": "1.81.0"
},
"yaml-cpp",
{
"name": "minizip-ng",
"default-features": false,
"version>=": "4.0.0",
"features": [
"zlib"
]
},
"tbb",
"fmt"
],
"overrides": [
{
"name": "tbb",
"version-string": "2020_U3"
}
]
}