pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

llama.cpp: add missing build tool



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sat Jun 7 10:31:03 2025 +0200
Changeset:	7a53a4e35e7323aff1b233ac08a6baf4894dea7c

Modified Files:
	llama.cpp/Makefile

Log Message:
llama.cpp: add missing build tool

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=7a53a4e35e7323aff1b233ac08a6baf4894dea7c

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 6f0ffc1d55..be08082752 100644
--- a/llama.cpp/Makefile
+++ b/llama.cpp/Makefile
@@ -11,7 +11,7 @@ HOMEPAGE=	https://github.com/ggerganov/llama.cpp/
 COMMENT=	LLM inference in C/C++
 LICENSE=	mit
 
-USE_TOOLS+=		pkg-config
+USE_TOOLS+=		git pkg-config
 USE_LANGUAGES=		c c++
 USE_CXX_FEATURES=	c++17
 


Home | Main Index | Thread Index | Old Index