early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

59
externals/vcpkg/ports/colmap/vcpkg.json vendored Executable file
View File

@@ -0,0 +1,59 @@
{
"name": "colmap",
"version-date": "2022-03-14",
"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",
"freeimage",
"gflags",
"glew",
"glog",
"qt5-base",
"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."
}
}
}