diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-04-10 09:44:40 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-04-10 09:45:58 -0700 |
commit | af7a35a41372e3ca766b859b2eacac49cd2b0d80 (patch) | |
tree | 51e2eeb693cd1ce8ca1892c58f67b5c1f983254e /misc/llama-cpp | |
parent | textproc/sentencepiece: Add GPERFTOOLS option (diff) |
misc/llama-cpp: Remove native compilation flag
Diffstat (limited to 'misc/llama-cpp')
-rw-r--r-- | misc/llama-cpp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |