mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:25:33 +08:00
4ad26901ec
* [flann] disable openmp -> requires a feature. * v db
34 lines
631 B
JSON
34 lines
631 B
JSON
{
|
|
"name": "flann",
|
|
"version-date": "2019-04-07",
|
|
"port-version": 6,
|
|
"description": "Fast Library for Approximate Nearest Neighbors",
|
|
"homepage": "https://github.com/mariusmuja/flann",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
"lz4",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"cuda": {
|
|
"description": "CUDA support for FLANN",
|
|
"dependencies": [
|
|
"cuda"
|
|
]
|
|
},
|
|
"hdf5": {
|
|
"description": "Build with hdf5",
|
|
"dependencies": [
|
|
"hdf5"
|
|
]
|
|
}
|
|
}
|
|
}
|