From 594f2ade6789a66fd495f326bdf2ca6050cf0800 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Mon, 6 May 2024 01:38:33 -0700 Subject: misc/llama-cpp: Broken on armv7 Reported by: fallout --- misc/llama-cpp/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'misc') 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 -- cgit v1.2.3