aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-05-06 08:38:33 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2024-05-06 08:39:48 +0000
commit594f2ade6789a66fd495f326bdf2ca6050cf0800 (patch)
tree083f472ed5affdfd2e3858a17eb8937b78c5332e /misc
parent52feae4ca68faaad2383d0c2dd2a7b9e9a0b835c (diff)
downloadports-594f2ade6789a66fd495f326bdf2ca6050cf0800.tar.gz
ports-594f2ade6789a66fd495f326bdf2ca6050cf0800.zip
misc/llama-cpp: Broken on armv7
Reported by: fallout
Diffstat (limited to 'misc')
-rw-r--r--misc/llama-cpp/Makefile2
1 files changed, 2 insertions, 0 deletions
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