mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 18:01:36 +08:00
0f05959612
* 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
22 lines
486 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|