mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 09:41:38 +08:00
25 lines
473 B
JSON
25 lines
473 B
JSON
|
{
|
||
|
"name": "flann",
|
||
|
"version-date": "2019-04-07",
|
||
|
"port-version": 2,
|
||
|
"description": "Fast Library for Approximate Nearest Neighbors",
|
||
|
"homepage": "https://github.com/mariusmuja/flann",
|
||
|
"dependencies": [
|
||
|
"lz4"
|
||
|
],
|
||
|
"features": {
|
||
|
"cuda": {
|
||
|
"description": "CUDA support for FLANN",
|
||
|
"dependencies": [
|
||
|
"cuda"
|
||
|
]
|
||
|
},
|
||
|
"hdf5": {
|
||
|
"description": "Build with hdf5",
|
||
|
"dependencies": [
|
||
|
"hdf5"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|