mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:39:06 +08:00
5b61ee0226
* [openmvg] Fix for building with eigen 3.4.0. * Bump port version. * Convert "version-string" field into "version" Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update vcpkg_check_features call * [openmvg] x-add-version Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
51 lines
921 B
JSON
51 lines
921 B
JSON
{
|
|
"name": "openmvg",
|
|
"version": "1.6",
|
|
"port-version": 3,
|
|
"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",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|