mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-17 03:48:13 +08:00
dcedc95761
* [eigen3] Update to 3.4.0 * [theia] Update to support Eigen 3.4 * [shogun/openmvg] Patches to support Eigen 3.4 from @cenit * Commit result of x-add-version * [rtabmap] add bigobj * x-add-version * Update ports/eigen3/vcpkg.json Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> * Run x-add-version Co-authored-by: Tobias Wood <tobias@mi3.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: Amin Yahyaabadi <aminyahyaabadi74@gmail.com> Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
59 lines
1.0 KiB
JSON
59 lines
1.0 KiB
JSON
{
|
|
"name": "openmvg",
|
|
"version": "2.0",
|
|
"port-version": 1,
|
|
"description": "open Multiple View Geometry library. Basis for 3D computer vision and Structure from Motion.",
|
|
"dependencies": [
|
|
"cereal",
|
|
{
|
|
"name": "ceres",
|
|
"features": [
|
|
"cxsparse",
|
|
"suitesparse"
|
|
]
|
|
},
|
|
"clp",
|
|
"coinutils",
|
|
"eigen3",
|
|
"flann",
|
|
"libjpeg-turbo",
|
|
"liblemon",
|
|
"libpng",
|
|
"osi",
|
|
"tiff",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"vlfeat",
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"opencv": {
|
|
"description": "opencv support for openmvg",
|
|
"dependencies": [
|
|
{
|
|
"name": "opencv",
|
|
"features": [
|
|
"contrib"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"openmp": {
|
|
"description": "openmp support for openmvg"
|
|
},
|
|
"software": {
|
|
"description": "build openMVG tools",
|
|
"dependencies": [
|
|
"qt5-base",
|
|
"qt5-svg"
|
|
]
|
|
}
|
|
}
|
|
}
|