Bug#1126042: hypre: "make checkpar" fails tolerance on arm64 and other arches

Drew Parsons <[email protected]> Sat, 04 Jul 2026 19:36:57 +0200
Newsgroups gmane.linux.debian.ports.arm
Message-ID <178318661742.409914.9471367441797373355.reportbug__2049.91901280067$1783186764$gmane$org@gelly>
Source: hypre
Followup-For: Bug #1126042
X-Debbugs-Cc: [email protected]
User: [email protected]
Usertags: arm64

This bug also affects the cmake build running ctest,
since ctest also run checktest.sh, just as make checkpar does.

Different arches generate slightly different output numbers,
and checktest.sh checks those numbers.

It's checktest.sh that's emitting the error code.

Same workaround on the failing arches building with cmake:
use "make check" for a simple test run instead of ctest.