Date: Mon, 6 May 2024 08:39:53 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: 594f2ade6789 - main - misc/llama-cpp: Broken on armv7 Message-ID: <202405060839.4468drN5041835@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=594f2ade6789a66fd495f326bdf2ca6050cf0800 commit 594f2ade6789a66fd495f326bdf2ca6050cf0800 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-05-06 08:38:33 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-05-06 08:39:48 +0000 misc/llama-cpp: Broken on armv7 Reported by: fallout --- misc/llama-cpp/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/llama-cpp/Makefile b/misc/llama-cpp/Makefile index ce98c6356060..b96013553e8f 100644 --- a/misc/llama-cpp/Makefile +++ b/misc/llama-cpp/Makefile @@ -10,6 +10,8 @@ WWW= https://github.com/ggerganov/llama.cpp LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_armv7= clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278810 + USES= cmake:testing compiler:c++11-lang python:run shebangfix USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405060839.4468drN5041835>