vcpkg/ports/faiss/vcpkg.json
Daniel Ju 2730506cb2
Update faiss to v1.7.4 (#31974)
* Update faiss port to 1.7.4

* Run 'vcpkg x-add-version faiss'
2023-06-13 14:32:45 -07:00

29 lines
587 B
JSON

{
"name": "faiss",
"version": "1.7.4",
"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
}
],
"features": {
"gpu": {
"description": "Whether to enable GPU support",
"dependencies": [
"cuda"
]
}
}
}