Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 May 2024 08:40:14 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 8b7f2df6ba5c - 2024Q2 - misc/llama-cpp: Broken on armv7
Message-ID:  <202405060840.4468eEPY048743@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q2 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8b7f2df6ba5c844fb0feaf6ff3d1f704126da6ea

commit 8b7f2df6ba5c844fb0feaf6ff3d1f704126da6ea
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:40:10 +0000

    misc/llama-cpp: Broken on armv7
    
    Reported by:    fallout
    
    (cherry picked from commit 594f2ade6789a66fd495f326bdf2ca6050cf0800)
---
 misc/llama-cpp/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/misc/llama-cpp/Makefile b/misc/llama-cpp/Makefile
index 8aa63731b554..7c292b06660e 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?202405060840.4468eEPY048743>