aboutsummaryrefslogtreecommitdiff
path: root/ports/colmap/vcpkg.json
blob: 565e945baba8e596b1a284ac3418172ef8d8b6b4 (plain)
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
47
48
49
50
51
52
53
54
55
{
  "name": "colmap",
  "version-string": "3.6",
  "description": "COLMAP is a general-purpose Structure-from-Motion (SfM) and Multi-View Stereo (MVS) pipeline with a graphical and command-line interface. It offers a wide range of features for reconstruction of ordered and unordered image collections. The software is licensed under the new BSD license.",
  "homepage": "https://colmap.github.io/",
  "license": "BSD-3-Clause",
  "dependencies": [
    "boost-filesystem",
    "boost-graph",
    "boost-program-options",
    "boost-regex",
    "boost-system",
    "boost-test",
    {
      "name": "ceres",
      "features": [
        "lapack",
        "suitesparse"
      ]
    },
    {
      "name": "cgal",
      "features": [
        "qt"
      ]
    },
    "eigen3",
    "freeimage",
    "gflags",
    "glew",
    "glog",
    "qt5-base",
    "suitesparse"
  ],
  "features": [
    {
      "name": "cuda",
      "description": "CUDA support for current compute architecture of this machine.",
      "dependencies": [
        "cuda"
      ]
    },
    {
      "name": "cuda-redist",
      "description": "Redistributable CUDA support for common supported compute architectures.",
      "dependencies": [
        "cuda"
      ]
    },
    {
      "name": "tests",
      "description": "Enable TESTS."
    }
  ]
}