guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-packages-team updated: gnu: openblas: Update to 0.3.28; fixe


From: guix-commits
Subject: branch core-packages-team updated: gnu: openblas: Update to 0.3.28; fixes build with gcc-14.
Date: Wed, 11 Dec 2024 14:47:05 -0500

This is an automated email from the git hooks/post-receive script.

janneke pushed a commit to branch core-packages-team
in repository guix.

The following commit(s) were added to refs/heads/core-packages-team by this 
push:
     new d5be20f674 gnu: openblas: Update to 0.3.28; fixes build with gcc-14.
d5be20f674 is described below

commit d5be20f6746fb9e59a462c805ddcc8ae3bfef954
Author: Janneke Nieuwenhuizen <janneke@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 a6dc1e756f..6b63b1e16b 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5324,7 +5324,7 @@ parts of it.")
 (define-public openblas
   (package
     (name "openblas")
-    (version "0.3.20")
+    (version "0.3.28")
     (source
      (origin
        (method git-fetch)
@@ -5334,7 +5334,7 @@ parts of it.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0r4sz3rn68fyc2paq0a04pgfi7iszpm95f6ggbzxpvjzx9qxbcql"))))
+         "13qyhb71ddq5qjjvpijg2lb3f3hlpd8b3if3iml17865iqdk6zg3"))))
     (build-system gnu-build-system)
     (arguments
      (list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]