diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-02-01 02:59:26 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-02-01 02:59:59 +0000 |
commit | 728f762d28716d42ff63d7915f9106761c16c50e (patch) | |
tree | 08488a0530e559de2e0e8842b2121178ccf8448a /math/py-faiss | |
parent | 98e9a0ce7c6987f8352bba653f234eae364290f8 (diff) |
Diffstat (limited to 'math/py-faiss')
-rw-r--r-- | math/py-faiss/Makefile | 2 |
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} |