vcswatch reports that
this package seems to have new commits in its VCS but has
not yet updated debian/changelog. You should consider updating
the Debian changelog and uploading this new version into the archive.
Here are the relevant commit logs:
commit 8a52032bb6ee36cb9ff11b3e33b39f92f81617a8
Merge: c88ebdc c82e786
Author: Christian Kastner <ckk@kvr.at>
Date: Mon Apr 6 20:44:05 2026 +0000
Merge branch 'vendor-cuda-deps' into 'debian/unstable'
Fix vendor CUDA build
See merge request deeplearning-team/ggml!10
commit c82e7867c0d30bfa189a085ec5e338aa49ce22b6
Author: Christian Kastner <ckk@debian.org>
Date: Mon Apr 6 12:46:59 2026 +0200
Fix vendor CUDA build
Build-Depend on libnvidia-compute instead of libcuda1, as the latter is
a purely virtual package in Nvidia's repo.
To avoid the build producing a dependency on a versioned
libnvidia-compute, we add an entry to shlibs.local that points to the
virtual package, so that any version can satisfy it.
The end result is a backend that depends on
- CUDA 13.2, by means of the correctly detected libcublas-13-2 and
libcudas-13-2
- libnvidia-compute provided by any driver version.