tags 1122305 patch thanks Hi. My script "check-nocheck" tells me that the attached patch would be enough to fix the bug.
(But no claim that this is the only possible way, maybe there is another fix which does not involve dropping <!nocheck> annotations). Thanks.
commit 23273319227ba9caf2608de5f28445dd6873ffde Author: Santiago Vila <[email protected]> Date: Wed Dec 10 21:19:00 2025 +0100 d/control: Drop <!nocheck> from several BD. Closes: #1122305. diff --git a/debian/control b/debian/control index cd49fed..828f8b9 100644 --- a/debian/control +++ b/debian/control @@ -12,9 +12,9 @@ Uploaders: Cordell Bloor <[email protected]>, Build-Depends: debhelper-compat (= 13), cmake (>=3.22~), gfortran, - libgtest-dev <!nocheck>, - libhipsparse-dev <!nocheck>, - liblapack-dev <!nocheck>, + libgtest-dev, + libhipsparse-dev, + liblapack-dev, librocblas-dev (>=6.4.0~), librocsolver-dev (>=6.4.0~), rocm-cmake,

