vcpkg/versions/v-/vlfeat.json
Martin Valgur 5c2f1f81e5
[vlfeat] fix incorrect header install path, expose OpenMP as a feature (#39379)
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.
2024-06-19 23:15:27 -07:00

30 lines
704 B
JSON

{
"versions": [
{
"git-tree": "00b7794f5db916989104858cce0f09b7bc6b65a2",
"version-date": "2020-07-10",
"port-version": 4
},
{
"git-tree": "d8ae9112b64ac005ccb493693bf4f5f9f8753355",
"version-date": "2020-07-10",
"port-version": 3
},
{
"git-tree": "2d4ca95a246089f7b15bcbfc6d8e74e364f5f867",
"version-string": "2020-07-10",
"port-version": 2
},
{
"git-tree": "2ae1b6f9b25f1b72e71b824f995c521f71a6081b",
"version-string": "2020-07-10",
"port-version": 1
},
{
"git-tree": "be0ba46516781391acfb5a54ab75e085fa53e3a7",
"version-string": "2020-07-10",
"port-version": 0
}
]
}