mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:01:47 +08:00
0df4519564
* [pcl] De-vendor zlib, misc fixes * WIP * vcpkg_copy_tools with AUTO_CLEAN * WIP * Fix empty executable suffix * Finish PR * [glew] arm64 MSVC is unsupported * [openmvg] x86 family only
61 lines
1.1 KiB
JSON
61 lines
1.1 KiB
JSON
{
|
|
"name": "openmvg",
|
|
"version": "2.0",
|
|
"port-version": 7,
|
|
"description": "open Multiple View Geometry library. Basis for 3D computer vision and Structure from Motion.",
|
|
"license": "MPL-2.0-no-copyleft-exception",
|
|
"supports": "x86 | x64",
|
|
"dependencies": [
|
|
"cereal",
|
|
{
|
|
"name": "ceres",
|
|
"features": [
|
|
"cxsparse",
|
|
"suitesparse"
|
|
]
|
|
},
|
|
"coin-or-clp",
|
|
"coin-or-osi",
|
|
"coinutils",
|
|
"eigen3",
|
|
"flann",
|
|
"libjpeg-turbo",
|
|
"liblemon",
|
|
"libpng",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|