aboutsummaryrefslogtreecommitdiff
path: root/ports/colmap/vcpkg.json
blob: 5a43d64f86129f97a7f00278f99f6652daaad701 (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
{
  "name": "colmap",
  "version-string": "3.6",
  "port-version": 1,
  "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": {
    "cuda": {
      "description": "CUDA support for current compute architecture of this machine.",
      "dependencies": [
        "cuda"
      ]
    },
    "cuda-redist": {
      "description": "Redistributable CUDA support for common supported compute architectures.",
      "dependencies": [
        "cuda"
      ]
    },
    "tests": {
      "description": "Enable TESTS."
    }
  }
}