diff --git a/Fix-testing-input.patch b/Fix-testing-input.patch new file mode 100644 index 0000000..8c9492f --- /dev/null +++ b/Fix-testing-input.patch @@ -0,0 +1,10 @@ +--- lapack-3.9.0/TESTING/dbal.in.orig 2024-03-11 12:38:32.951363866 +0100 ++++ lapack-3.9.0/TESTING/dbal.in 2024-03-11 12:38:39.239363717 +0100 +@@ -209,6 +209,6 @@ + 0.00000000000000000000D+00 0.00000000000000000000D+00 0.00000000000000000000D+00 0.63043209914231165391D-03 0.10000000000000000000D+01 0.79310682416114036641D+03 + 0.00000000000000000000D+00 0.00000000000000000000D+00 0.00000000000000000000D+00 0.00000000000000000000D+00 0.12608641982846233078D-02 0.10000000000000000000D+01 + +- 2.494800386918399765D+291 1.582914569427869018D+175 1.004336277661868922D+59 3.186183822264904554D-58 5.053968264940243633D-175 0.40083367200179455560D-291; ++ 2.494800386918399765D+291 1.582914569427869018D+175 1.004336277661868922D+59 3.186183822264904554D-58 5.053968264940243633D-175 0.40083367200179455560D-291 + + 0 diff --git a/Restore_missing_deprecated_prototypes.patch b/Restore_missing_deprecated_prototypes.patch index 2266a2f..5d80ee5 100644 --- a/Restore_missing_deprecated_prototypes.patch +++ b/Restore_missing_deprecated_prototypes.patch @@ -12,7 +12,7 @@ Closes #365 1 file changed, 100 insertions(+) diff --git a/LAPACKE/include/lapack.h b/LAPACKE/include/lapack.h -index 3f425325f..5c131d844 100644 +index 3f425325f4..5c131d8444 100644 --- a/LAPACKE/include/lapack.h +++ b/LAPACKE/include/lapack.h @@ -1842,6 +1842,28 @@ void LAPACK_zgeqlf( diff --git a/lapack-man.spec b/lapack-man.spec index a770836..c9a211c 100644 --- a/lapack-man.spec +++ b/lapack-man.spec @@ -1,7 +1,7 @@ # # spec file for package lapack-man # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/lapack.changes b/lapack.changes index c8bcbb4..8a60da4 100644 --- a/lapack.changes +++ b/lapack.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 11 11:42:31 UTC 2024 - Richard Biener + +- Add Fix-testing-input.patch to remove stray ';' in the input data + for TESTING/dgebal.in now rejected with the GFortran 14 runtime. + ------------------------------------------------------------------- Thu May 4 11:11:20 UTC 2023 - Dominique Leuenberger diff --git a/lapack.spec b/lapack.spec index 181146b..7d3073c 100644 --- a/lapack.spec +++ b/lapack.spec @@ -1,7 +1,7 @@ # # spec file for package lapack # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -43,6 +43,8 @@ Patch4: Avoid-out-of-bounds-accesses-in-complex-EIG-tests.patch Patch5: Fix-out-of-bounds-read.patch # PATCH-FIX-UPSTREAM Patch6: https://github.com/Reference-LAPACK/lapack/commit/87536aa3c8bb.patch#/Restore_missing_deprecated_prototypes.patch +# PATCH-FIX-UPSTREAM -- https://github.com/Reference-LAPACK/lapack/commit/64e8a7500d817869e5fcde35afd39af8bc7a8086 +Patch7: Fix-testing-input.patch BuildRequires: gcc-fortran BuildRequires: python3-base