vcpkg/ports/colmap/vcpkg.json
Johannes Schönberger 44070ccd78
[colmap] Update COLMAP port to 3.8 (#29433)
* Update COLMAP version to 3.8

* date

* version

* patch

* f

* format

* f

* c

* c

* f

* d

* d

* d

* f

* revert patch formating

* update version

* n

* n

* f

* f

* f

---------

Co-authored-by: Jonliu1993 <13720414433@163.com>
2023-03-15 10:34:06 -07:00

62 lines
1.4 KiB
JSON

{
"name": "colmap",
"version-date": "2023-03-12",
"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-system",
"boost-test",
{
"name": "ceres",
"features": [
"lapack",
"suitesparse"
]
},
{
"name": "cgal",
"features": [
"qt"
]
},
"eigen3",
"flann",
"freeimage",
"gflags",
"glew",
"glog",
"qt5-base",
"sqlite3",
"suitesparse",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"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": "Build all tests."
}
}
}