vcpkg/ports/faiss/vcpkg.json
bucurb 0f05959612
[Faiss] Fix dependencies (#18780)
* fixed targets

* bumped port version

* updated sha

* lapack-reference should always write into lapack

* lapack-reference sha

* Fixed clapack target

* versions

* sha

* ensure cmake finds the cuda compiler

* sha
2021-07-16 12:03:54 -07:00

22 lines
486 B
JSON

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