-
Notifications
You must be signed in to change notification settings - Fork 944
Expand file tree
/
Copy pathvcpkg.json
More file actions
39 lines (38 loc) · 1.25 KB
/
vcpkg.json
File metadata and controls
39 lines (38 loc) · 1.25 KB
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
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"$baseline_comment": [
"`builtin-baseline` pins the vcpkg *registry snapshot* (a commit in the vcpkg repo).",
"It makes dependency resolution reproducible across machines/CI.",
"Policy suggestion for GTSAM: only bump this SHA in a dedicated PR (with CI green), so upgrades are deliberate.",
"Current commit is from 2025-01-16."
],
"builtin-baseline": "66c0373dc7fca549e5803087b9487edfe3aca0a1",
"dependencies": [
{
"$mkl_comment": [
"MKL is only used on Windows/Linux (not macOS).",
"The platform expression uses OR; `windows,linux` is equivalent to `windows | linux`.",
"If we later want a different BLAS/LAPACK backend on macOS, add it as a separate dependency with `platform: osx`."
],
"name": "intel-mkl",
"platform": "windows | linux"
},
"tbb",
"pybind11",
"geographiclib",
"eigen3",
"boost-concept-check",
"boost-graph",
"boost-move",
"boost-optional",
"boost-pool",
"boost-program-options",
"boost-random",
"boost-range",
"boost-serialization",
"boost-smart-ptr",
"boost-timer",
"boost-tokenizer",
"boost-type-traits"
]
}