git: 594f2ade6789 - main - misc/llama-cpp: Broken on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 May 2024 08:39:53 UTC
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