git: af7a35a41372 - main - misc/llama-cpp: Remove native compilation flag
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 10 Apr 2025 16:46:04 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=af7a35a41372e3ca766b859b2eacac49cd2b0d80
commit af7a35a41372e3ca766b859b2eacac49cd2b0d80
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2025-04-10 16:44:40 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2025-04-10 16:45:58 +0000
misc/llama-cpp: Remove native compilation flag
---
misc/llama-cpp/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/misc/llama-cpp/Makefile b/misc/llama-cpp/Makefile
index 9ebad64c9324..f59d16d148d3 100644
--- a/misc/llama-cpp/Makefile
+++ b/misc/llama-cpp/Makefile
@@ -1,6 +1,7 @@
PORTNAME= llama-cpp
DISTVERSIONPREFIX= b
DISTVERSION= 5097
+PORTREVISION= 1
CATEGORIES= misc # machine-learning
MAINTAINER= yuri@FreeBSD.org
@@ -24,7 +25,8 @@ GH_TUPLE= nomic-ai:kompute:4565194:kompute/kompute
SHEBANG_GLOB= *.py
CMAKE_ON= BUILD_SHARED_LIBS
-CMAKE_OFF= LLAMA_BUILD_TESTS
+CMAKE_OFF= GGML_NATIVE \
+ LLAMA_BUILD_TESTS
CMAKE_TESTING_ON= LLAMA_BUILD_TESTS
# user for llama-server, only used when EXAMPLES=ON