-
Notifications
You must be signed in to change notification settings - Fork 126
Expand file tree
/
Copy pathvcpkg.json
More file actions
44 lines (44 loc) · 997 Bytes
/
vcpkg.json
File metadata and controls
44 lines (44 loc) · 997 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
33
34
35
36
37
38
39
40
41
42
43
44
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "ginan",
"version-string": "dev",
"description": "GNSS Analysis Software",
"dependencies": [
"boost-log",
"boost-date-time",
"boost-system",
"boost-thread",
"boost-program-options",
"boost-serialization",
"boost-timer",
"boost-bimap",
"boost-format",
"boost-iostreams",
"boost-assign",
"boost-math",
"boost-odeint",
"boost-json",
"eigen3",
{
"name": "openblas",
"features": ["threads"]
},
{
"name": "lapack",
"platform": "!windows"
},
{
"name": "clapack",
"platform": "windows"
},
"yaml-cpp",
"openssl",
"zstd",
{
"name": "mongo-cxx-driver",
"$comment": "Optional: MongoDB support - can be disabled with ENABLE_MONGODB=OFF",
"platform": "!windows"
}
],
"builtin-baseline": "4c5ae6b55f3e3e39d291679f89822f496cf190ee"
}