summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2026-08-13 10:59:00 +0200
committerCayetano Santos <csantosb@inventati.org>2026-08-17 16:18:00 +0200
commit30d5740056fce43fede63237bb826f86a3237566 (patch)
tree32fbb6b68002c188d99ee50e03a8b9f8e2118be5 /gnu/local.mk
parent788a717f0cbbb9afe62488a63682db315c769b17 (diff)
gnu: llama-cpp: Update to 0.0.0-10318.
Former disabled tests in ’fix-tests phase are replaced by a patch. * gnu/packages/machine-learning.scm (llama-cpp): Update to 0.0.0-10318. [source]: Add patch. [arguments]: Remove disabled tests from ’fix-tests #:phase. * gnu/packages/patches/llama-cpp-disable-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Merges guix/guix!10535
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 400f03620b9..7f5352a22f2 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1710,6 +1710,7 @@ dist_patch_DATA = \
1710 %D%/packages/patches/jsonnet-include-cstdint-for-gcc-13-builds.patch \ 1710 %D%/packages/patches/jsonnet-include-cstdint-for-gcc-13-builds.patch \
1711 %D%/packages/patches/julia-SOURCE_DATE_EPOCH-mtime.patch \ 1711 %D%/packages/patches/julia-SOURCE_DATE_EPOCH-mtime.patch \
1712 %D%/packages/patches/julia-Use-MPFR-4.2.patch \ 1712 %D%/packages/patches/julia-Use-MPFR-4.2.patch \
1713 %D%/packages/patches/llama-cpp-disable-tests.patch \
1713 %D%/packages/patches/libcall-ui-make-it-installable.patch \ 1714 %D%/packages/patches/libcall-ui-make-it-installable.patch \
1714 %D%/packages/patches/libcamera-ipa_manager-disable-signature-verification.patch \ 1715 %D%/packages/patches/libcamera-ipa_manager-disable-signature-verification.patch \
1715 %D%/packages/patches/libconfuse-CVE-2022-40320.patch \ 1716 %D%/packages/patches/libconfuse-CVE-2022-40320.patch \