aboutsummaryrefslogtreecommitdiff
path: root/math/py-faiss
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-02-01 02:59:26 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-02-01 02:59:59 +0000
commit728f762d28716d42ff63d7915f9106761c16c50e (patch)
tree08488a0530e559de2e0e8842b2121178ccf8448a /math/py-faiss
parent98e9a0ce7c6987f8352bba653f234eae364290f8 (diff)
downloadports-728f762d28716d42ff63d7915f9106761c16c50e.tar.gz
ports-728f762d28716d42ff63d7915f9106761c16c50e.zip
Diffstat (limited to 'math/py-faiss')
-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}