vcpkg/ports/faiss/vcpkg.json
Johannes Schönberger af65efb22b
[faiss] Update to v1.7.3 (#30287)
* Update faiss to v1.7.3

* v

* Update ports/faiss/vcpkg.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* n

---------

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
2023-03-21 13:32:36 -07:00

29 lines
587 B
JSON

{
"name": "faiss",
"version": "1.7.3",
"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"
]
}
}
}