andreas pushed a commit to branch core-packages-team
in repository guix.
commit b4e5e352049216e7d452db230dd2b5ccda4de8b8
Author: Janneke Nieuwenhuizen <[email protected]>
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