34 lines
631 B
JSON
Executable File
34 lines
631 B
JSON
Executable File
{
|
|
"name": "flann",
|
|
"version-date": "2019-04-07",
|
|
"port-version": 5,
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|