mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:49:00 +08:00
5c2f1f81e5
Fixes the headers being installed under `vlfeat/` instead of `vl/` by the custom CMakeLists.txt. The project docs use `#include <vl/...>` (https://www.vlfeat.org/api/kmeans.html) and so does the Debian package (https://packages.debian.org/sid/amd64/libvlfeat-dev/filelist), for example. I also included a patch from Debian to fix OpenMP support and exposed OpenMP as an optional feature. Related to #39354.
23 lines
423 B
JSON
23 lines
423 B
JSON
{
|
|
"name": "vlfeat",
|
|
"version-date": "2020-07-10",
|
|
"port-version": 4,
|
|
"description": "An open library of computer vision algorithms",
|
|
"homepage": "https://www.vlfeat.org",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"openmp": {
|
|
"description": "Enable OpenMP support"
|
|
}
|
|
}
|
|
}
|