From: Mathieu Baudier Date: Fri, 24 Jul 2026 09:34:05 +0000 (+0200) Subject: Upgrade CUDA backend to CUDA v13.3 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=33a798cb768ac375db5c33174ed22423cd421eb0;p=pkg%2Fggml%2Fsources%2Fggml Upgrade CUDA backend to CUDA v13.3 --- diff --git a/debian/changelog b/debian/changelog index 3246bd9b..3c5e5f83 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,12 @@ +argeo-ggml (0.9.11-2) unstable; urgency=medium + + * Upgrade CUDA backend to CUDA v13.3 + + -- Mathieu Baudier Mon, 04 May 2026 09:13:45 +0000 + argeo-ggml (0.9.11-1) unstable; urgency=medium * New package names -- Mathieu Baudier Mon, 04 May 2026 09:13:45 +0000 + diff --git a/debian/control b/debian/control index 794853db..75afe9b2 100644 --- a/debian/control +++ b/debian/control @@ -18,9 +18,10 @@ Build-Depends: debhelper-compat (= 13), libomp-dev, libvulkan-dev , glslc , - cuda-nvcc-13-2 , - libcublas-dev-13-2 , + cuda-nvcc-13-3 , + libcublas-dev-13-3 , libcuda1 , +# !! DON'T FORGET TO UPDATE d/shlibs.local when updating CUDA version Rules-Requires-Root: no Package: argeo-libggml-base0 diff --git a/debian/shlibs.local b/debian/shlibs.local index 526394a7..4321276c 100644 --- a/debian/shlibs.local +++ b/debian/shlibs.local @@ -1,2 +1,2 @@ -libcudart 13 cuda-cudart-13-2 -libcublas 13 libcublas-13-2 +libcudart 13 cuda-cudart-13-3 +libcublas 13 libcublas-13-3