Hi On 2026-08-08 09:17:47 +0200, Christian Kastner wrote: > Hi, > > Can someone help me understand why src:ggml is blocked by > > "Implicit dependency: ggml ggml-cuda" > > Nothing in src:ggml depends or recommends on src:ggml-cuda, it's the > other way around. The latter is an optional plugin for the former. > > I'm seeing this first since the 0.18.0 upload, where I twiddled with the > autopkgtest dependencies. But I reverted that in the 0.18.1 upload, and > yet I'm still seeing the block.
libggml0-backend-cuda/forky depends on libggml0 (>= 0.18.0-1) and libggml0 (< 0.18.0-2~). So migrating ggml 1.18.1-1 would make libggml0-backend-cuda in forky uninstallable. The dependency is updated in ggml-cuda in sid. Hence ggml and ggml-cuda need to migrate together. This is indicated by "Implicit dependency: ggml ggml-cuda" Cheers -- Sebastian Ramacher

