Date: Sun, 8 May 2022 18:44:21 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: bbdbd136b5b9 - main - devel/py-rapidfuzz: Broken on aarch64 Message-ID: <202205081844.248IiLUe087761@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=bbdbd136b5b97a37167494d584af4b651bff8829 commit bbdbd136b5b97a37167494d584af4b651bff8829 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-05-08 18:43:48 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-05-08 18:43:48 +0000 devel/py-rapidfuzz: Broken on aarch64 Reported by: fallout --- devel/py-rapidfuzz/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/py-rapidfuzz/Makefile b/devel/py-rapidfuzz/Makefile index aca9b9b75a25..fb05a42eda47 100644 --- a/devel/py-rapidfuzz/Makefile +++ b/devel/py-rapidfuzz/Makefile @@ -10,6 +10,8 @@ COMMENT= Rapid fuzzy string matching in Python LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= An error occurred while building with CMake. https://github.com/maxbachmann/RapidFuzz/issues/215 + BUILD_DEPENDS= cmake:devel/cmake \ ninja:devel/ninja \ jarowinkler-cpp>0:textproc/jarowinkler-cpp \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205081844.248IiLUe087761>