git: 728f762d2871 - main - math/py-faiss: Broken on i386
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 01 Feb 2022 03:00:05 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=728f762d28716d42ff63d7915f9106761c16c50e
commit 728f762d28716d42ff63d7915f9106761c16c50e
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-02-01 02:59:26 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-02-01 02:59:59 +0000
math/py-faiss: Broken on i386
Reported by: fallout
---
math/py-faiss/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/math/py-faiss/Makefile b/math/py-faiss/Makefile
index ef4d64d0daef..84dcbe7db000 100644
--- a/math/py-faiss/Makefile
+++ b/math/py-faiss/Makefile
@@ -10,6 +10,8 @@ COMMENT= Library for efficient similarity search & clustering of dense vectors
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/../../LICENSE
+BROKEN_i386= clang crashes, see bug#261580
+
PY_DEPENDS= ${PYNUMPY}
BUILD_DEPENDS= swig:devel/swig \
${PY_DEPENDS}