andreas pushed a commit to branch core-packages-team in repository guix. commit a8eb4419360d16ed8db89f0c0af10a02a8bb254b Author: Janneke Nieuwenhuizen <jann...@gnu.org> AuthorDate: Wed Dec 11 20:20:25 2024 +0100
gnu: openblas: Update to 0.3.28; fixes build with gcc-14. * gnu/packages/maths.scm (openblas): Update to 0.3.28. Change-Id: I63d3f1668c5b7a75161c1dc189c26635092c0b64 --- gnu/packages/maths.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 3de5b7b8ae..ae57a9de52 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -5718,7 +5718,7 @@ parts of it.") (define-public openblas (package (name "openblas") - (version "0.3.20") + (version "0.3.28") (source (origin (method git-fetch) @@ -5728,7 +5728,7 @@ parts of it.") (file-name (git-file-name name version)) (sha256 (base32 - "0r4sz3rn68fyc2paq0a04pgfi7iszpm95f6ggbzxpvjzx9qxbcql")))) + "13qyhb71ddq5qjjvpijg2lb3f3hlpd8b3if3iml17865iqdk6zg3")))) (build-system gnu-build-system) (arguments (list