blob: 1221c9be98c49c0d2c8144923836cf0ec4fd4112 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"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"
]
}
}
}
|