Date: Tue, 1 Feb 2022 03:00:05 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 728f762d2871 - main - math/py-faiss: Broken on i386 Message-ID: <202202010300.2113053x050298@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202010300.2113053x050298>