aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/colmap/vcpkg.json
blob: a66e5477a47cf6773381f1085a017e28f35f3bf6 (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
  "name": "colmap",
  "version": "3.12.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",
  "supports": "(linux | (windows & !static) | osx) & (x86 | x64 | arm64)",
  "dependencies": [
    "boost-algorithm",
    "boost-graph",
    "boost-heap",
    "boost-program-options",
    "boost-property-map",
    "boost-property-tree",
    {
      "name": "ceres",
      "features": [
        "lapack",
        "suitesparse"
      ]
    },
    "eigen3",
    "faiss",
    "freeimage",
    "gflags",
    "glog",
    {
      "name": "jasper",
      "default-features": false
    },
    "metis",
    "poselib",
    "sqlite3",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "default-features": [
    "gui"
  ],
  "features": {
    "cgal": {
      "description": "Build with CGAL.",
      "dependencies": [
        "cgal"
      ]
    },
    "cuda": {
      "description": "Build with CUDA.",
      "dependencies": [
        "cuda",
        "glew"
      ]
    },
    "cuda-redist": {
      "description": "Redistributable CUDA support for common supported compute architectures.",
      "dependencies": [
        "cuda",
        "glew"
      ]
    },
    "gui": {
      "description": "Build the GUI.",
      "dependencies": [
        "glew",
        "qt5-base"
      ]
    }
  }
}