z572 pushed a commit to branch core-packages-team
in repository guix.
commit cb19995177d916278e6b6308847232da01a9fde1
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 bfdad0eff3..ba363f4009 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5531,7 +5531,7 @@ parts of it.")
(define-public openblas
(package
(name "openblas")
- (version "0.3.20")
+ (version "0.3.28")
(source
(origin
(method git-fetch)
@@ -5541,7 +5541,7 @@ parts of it.")
(file-name (git-file-name name version))
(sha256
(base32
- "0r4sz3rn68fyc2paq0a04pgfi7iszpm95f6ggbzxpvjzx9qxbcql"))))
+ "13qyhb71ddq5qjjvpijg2lb3f3hlpd8b3if3iml17865iqdk6zg3"))))
(build-system gnu-build-system)
(arguments
(list