pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wip/llama.cpp: Add buildlink3.mk for using this from whisper.cpp
Module Name: pkgsrc-wip
Committed By: Ryo ONODERA <ryoon%NetBSD.org@localhost>
Pushed By: ryoon
Date: Wed Dec 25 00:11:33 2024 +0900
Changeset: 8572ede2f1747b803eacf7d95bca0c298ac2c196
Added Files:
llama.cpp/buildlink3.mk
Log Message:
wip/llama.cpp: Add buildlink3.mk for using this from whisper.cpp
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8572ede2f1747b803eacf7d95bca0c298ac2c196
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
llama.cpp/buildlink3.mk | 12 ++++++++++++
1 file changed, 12 insertions(+)
diffs:
diff --git a/llama.cpp/buildlink3.mk b/llama.cpp/buildlink3.mk
new file mode 100644
index 0000000000..233a4c5300
--- /dev/null
+++ b/llama.cpp/buildlink3.mk
@@ -0,0 +1,12 @@
+# $NetBSD$
+
+BUILDLINK_TREE+= llama.cpp
+
+.if !defined(LLAMA.CPP_BUILDLINK3_MK)
+LLAMA.CPP_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.llama.cpp+= llama.cpp>=0.0.2.4233
+BUILDLINK_PKGSRCDIR.llama.cpp?= ../../wip/llama.cpp
+.endif # LLAMA.CPP_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -llama.cpp
Home |
Main Index |
Thread Index |
Old Index