mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 10:59:00 +08:00
2ea3e99aac
* [faiss] update to v1.7.1 * update version * update vcpkg.json format * update version * update patch * update version * Remove duplicate variable usage from the patch. * x-add-version Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
29 lines
594 B
JSON
29 lines
594 B
JSON
{
|
|
"name": "faiss",
|
|
"version-semver": "1.7.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",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"gpu": {
|
|
"description": "Whether to enable GPU support",
|
|
"dependencies": [
|
|
"cuda"
|
|
]
|
|
}
|
|
}
|
|
}
|