pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
llama.cpp: remove git dependency
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Tue Jun 30 15:56:24 2026 +0200
Changeset: 848f5c88af3c855b844c2665c17484bba1c6fbf8
Modified Files:
llama.cpp/Makefile
Log Message:
llama.cpp: remove git dependency
version string is handled by pkgsrc, and doesn't work for
github tarballs anyway
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=848f5c88af3c855b844c2665c17484bba1c6fbf8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
llama.cpp/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/llama.cpp/Makefile b/llama.cpp/Makefile
index 2477fab3be..dfefbd111e 100644
--- a/llama.cpp/Makefile
+++ b/llama.cpp/Makefile
@@ -14,7 +14,7 @@ HOMEPAGE= https://github.com/ggerganov/llama.cpp/
COMMENT= LLM inference in C/C++
LICENSE= mit
-USE_TOOLS+= git pkg-config
+USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
USE_CXX_FEATURES= c++17
Home |
Main Index |
Thread Index |
Old Index