2021-05-27 05:48:21 +08:00
|
|
|
{
|
|
|
|
"name": "flann",
|
|
|
|
"version-date": "2019-04-07",
|
2023-07-12 14:52:27 +08:00
|
|
|
"port-version": 7,
|
2021-05-27 05:48:21 +08:00
|
|
|
"description": "Fast Library for Approximate Nearest Neighbors",
|
|
|
|
"homepage": "https://github.com/mariusmuja/flann",
|
2022-01-27 07:27:55 +08:00
|
|
|
"license": "BSD-3-Clause",
|
2021-05-27 05:48:21 +08:00
|
|
|
"dependencies": [
|
2022-01-21 05:49:58 +08:00
|
|
|
"lz4",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
2021-05-27 05:48:21 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"cuda": {
|
|
|
|
"description": "CUDA support for FLANN",
|
|
|
|
"dependencies": [
|
|
|
|
"cuda"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"hdf5": {
|
|
|
|
"description": "Build with hdf5",
|
|
|
|
"dependencies": [
|
|
|
|
"hdf5"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|