mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 11:49:00 +08:00
09fbac7283
* [colmap] Fix find dependency freeimage * update version record
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"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."
|
|
}
|
|
}
|
|
}
|