aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--math/py-faiss/Makefile2
1 files changed, 2 insertions, 0 deletions
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}