early-access version 2853
This commit is contained in:
33
externals/vcpkg/ports/flann/vcpkg.json
vendored
Executable file
33
externals/vcpkg/ports/flann/vcpkg.json
vendored
Executable file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user