aboutsummaryrefslogtreecommitdiff
path: root/misc/llama-cpp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/llama-cpp/Makefile')
-rw-r--r--misc/llama-cpp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/llama-cpp/Makefile b/misc/llama-cpp/Makefile
index 912afcb6e1f7..87b37524a792 100644
--- a/misc/llama-cpp/Makefile
+++ b/misc/llama-cpp/Makefile
@@ -1,6 +1,6 @@
PORTNAME= llama-cpp
DISTVERSIONPREFIX= b
-DISTVERSION= 2749
+DISTVERSION= 2929
CATEGORIES= misc # machine-learning
MAINTAINER= yuri@FreeBSD.org
@@ -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