vcpkg/ports/faiss/vcpkg.json

29 lines
594 B
JSON
Raw Normal View History

2020-10-31 04:28:40 +08:00
{
"name": "faiss",
"version-semver": "1.7.2",
2020-10-31 04:28:40 +08:00
"description": "Faiss is a library for efficient similarity search and clustering of dense vectors.",
"homepage": "https://github.com/facebookresearch/faiss",
"license": "MIT",
"supports": "!uwp & !osx & !x86",
"dependencies": [
"lapack",
"openblas",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
2020-10-31 04:28:40 +08:00
],
"features": {
"gpu": {
"description": "Whether to enable GPU support",
"dependencies": [
"cuda"
]
}
}
}