From edad2a8b2fe2e1feafff6dd3fdb5d8e6defdca37 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 30 Mar 2026 23:47:31 +0200 Subject: [PATCH] Fix display of minor version number (Reference-LAPACK PR 1149) --- lapack-netlib/TESTING/EIG/cchkee.F | 2 +- lapack-netlib/TESTING/EIG/dchkee.F | 2 +- lapack-netlib/TESTING/EIG/schkee.F | 2 +- lapack-netlib/TESTING/EIG/zchkee.F | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lapack-netlib/TESTING/EIG/cchkee.F b/lapack-netlib/TESTING/EIG/cchkee.F index 7c6f58087..638966afe 100644 --- a/lapack-netlib/TESTING/EIG/cchkee.F +++ b/lapack-netlib/TESTING/EIG/cchkee.F @@ -2524,7 +2524,7 @@ 9974 FORMAT( ' Tests of CHBTRD', / ' (reduction of a Hermitian band ', $ 'matrix to real tridiagonal form)' ) 9973 FORMAT( / 1X, 71( '-' ) ) - 9972 FORMAT( / ' LAPACK VERSION ', I1, '.', I1, '.', I1 ) + 9972 FORMAT( / ' LAPACK VERSION ', I1, '.', I2, '.', I1 ) 9971 FORMAT( / ' Tests of the Generalized Linear Regression Model ', $ 'routines' ) 9970 FORMAT( / ' Tests of the Generalized QR and RQ routines' ) diff --git a/lapack-netlib/TESTING/EIG/dchkee.F b/lapack-netlib/TESTING/EIG/dchkee.F index 2b8e0b371..20c4cb47c 100644 --- a/lapack-netlib/TESTING/EIG/dchkee.F +++ b/lapack-netlib/TESTING/EIG/dchkee.F @@ -2508,7 +2508,7 @@ 9974 FORMAT( ' Tests of DSBTRD', / ' (reduction of a symmetric band ', $ 'matrix to tridiagonal form)' ) 9973 FORMAT( / 1X, 71( '-' ) ) - 9972 FORMAT( / ' LAPACK VERSION ', I1, '.', I1, '.', I1 ) + 9972 FORMAT( / ' LAPACK VERSION ', I1, '.', I2, '.', I1 ) 9971 FORMAT( / ' Tests of the Generalized Linear Regression Model ', $ 'routines' ) 9970 FORMAT( / ' Tests of the Generalized QR and RQ routines' ) diff --git a/lapack-netlib/TESTING/EIG/schkee.F b/lapack-netlib/TESTING/EIG/schkee.F index bf04b5e5b..fa780b695 100644 --- a/lapack-netlib/TESTING/EIG/schkee.F +++ b/lapack-netlib/TESTING/EIG/schkee.F @@ -2511,7 +2511,7 @@ 9974 FORMAT( ' Tests of SSBTRD', / ' (reduction of a symmetric band ', $ 'matrix to tridiagonal form)' ) 9973 FORMAT( / 1X, 71( '-' ) ) - 9972 FORMAT( / ' LAPACK VERSION ', I1, '.', I1, '.', I1 ) + 9972 FORMAT( / ' LAPACK VERSION ', I1, '.', I2, '.', I1 ) 9971 FORMAT( / ' Tests of the Generalized Linear Regression Model ', $ 'routines' ) 9970 FORMAT( / ' Tests of the Generalized QR and RQ routines' ) diff --git a/lapack-netlib/TESTING/EIG/zchkee.F b/lapack-netlib/TESTING/EIG/zchkee.F index b14127553..7261881b4 100644 --- a/lapack-netlib/TESTING/EIG/zchkee.F +++ b/lapack-netlib/TESTING/EIG/zchkee.F @@ -2522,7 +2522,7 @@ 9974 FORMAT( ' Tests of ZHBTRD', / ' (reduction of a Hermitian band ', $ 'matrix to real tridiagonal form)' ) 9973 FORMAT( / 1X, 71( '-' ) ) - 9972 FORMAT( / ' LAPACK VERSION ', I1, '.', I1, '.', I1 ) + 9972 FORMAT( / ' LAPACK VERSION ', I1, '.', I2, '.', I1 ) 9971 FORMAT( / ' Tests of the Generalized Linear Regression Model ', $ 'routines' ) 9970 FORMAT( / ' Tests of the Generalized QR and RQ routines' )