Bug#1042005: transition: mumps hypre2.28.0 superlu combblas
Drew Parsons
dparsons at debian.org
Tue Jul 25 15:48:02 BST 2023
Package: release.debian.org
Severity: normal
User: release.debian.org at packages.debian.org
Usertags: transition
X-Debbugs-Cc: mumps at packages.debian.org, debian-science at lists.debian.org
Control: affects -1 + src:mumps
I'd like clear out some transitions in the numerical library stack:
combblas: 1.16.0 → 2.0.0
superlu: 5 → 6
hypre: 2.26.0 → 2.28.0
mumps: 5.5 → 5.6
I want to bump hypre to 2.28.0 not 2.29.0
since PETSc cannot yet use hypre 2.29.0.
I do not want to bump PETSc to 3.19 yet, because of errors
with dolfin (#1042000) and dolfinx (#1042003).
Each package has auto-transitions:
https://release.debian.org/transitions/html/auto-combblas.html
https://release.debian.org/transitions/html/auto-superlu.html
https://release.debian.org/transitions/html/auto-hypre.html (albeit for 2.29.0)
https://release.debian.org/transitions/html/auto-mumps.html
Ben file:
title = "hypre";
is_affected = .depends ~ /\b(libhypre\-2\.28\.0|libhypre64\-2\.28\.0|libhypre64m\-2\.28\.0|libhypre\-2\.26\.0|libhypre64\-2\.26\.0|libhypre64m\-2\.26\.0)\b/
is_good = .depends ~ /\b(libhypre\-2\.28\.0|libhypre64\-2\.28\.0|libhypre64m\-2\.28\.0)\b/
is_bad = .depends ~ /\b(libhypre\-2\.26\.0|libhypre64\-2\.26\.0|libhypre64m\-2\.26\.0)\b/
title = "mumps";
is_affected = .depends ~ "libmumps-5.5" | .depends ~ "libmumps-5.6";
is_good = .depends ~ "libmumps-5.6";
is_bad = .depends ~ "libmumps-5.5";
More information about the debian-science-maintainers
mailing list