[faiss] Don't support arm64-windows (#40822)

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
This commit is contained in:
Lily Wang 2024-09-08 11:33:03 -07:00 committed by GitHub
parent 5cd9e6b7ab
commit 1a41b6b909
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -1,10 +1,11 @@
{
"name": "faiss",
"version": "1.7.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",
"supports": "!uwp & !osx & !x86 & !(arm64 & windows)",
"dependencies": [
"lapack",
"openblas",

View File

@ -329,7 +329,6 @@ epsilon:x64-uwp=fail
evpp:arm-neon-android=fail
evpp:arm64-android=fail
evpp:x64-android=fail
faiss:arm64-windows=fail
fastrtps:arm-neon-android=fail
fastrtps:arm64-android=fail
fastrtps:x64-android=fail

View File

@ -2622,7 +2622,7 @@
},
"faiss": {
"baseline": "1.7.4",
"port-version": 0
"port-version": 1
},
"fakeit": {
"baseline": "2.4.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "bc836dd883cc277c5b11a98e8155f53503ef37f9",
"version": "1.7.4",
"port-version": 1
},
{
"git-tree": "e2f2e6695629b11c85f79e4fc8b962134396a953",
"version": "1.7.4",