[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
50/74: gnu: openblas: Update to 0.3.28; fixes build with gcc-14.
From: |
guix-commits |
Subject: |
50/74: gnu: openblas: Update to 0.3.28; fixes build with gcc-14. |
Date: |
Mon, 16 Dec 2024 03:35:00 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit a36846e667d0ead6098928fe103785a646b3a975
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 7f53d50f23..011ac70177 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5378,7 +5378,7 @@ parts of it.")
(define-public openblas
(package
(name "openblas")
- (version "0.3.20")
+ (version "0.3.28")
(source
(origin
(method git-fetch)
@@ -5388,7 +5388,7 @@ parts of it.")
(file-name (git-file-name name version))
(sha256
(base32
- "0r4sz3rn68fyc2paq0a04pgfi7iszpm95f6ggbzxpvjzx9qxbcql"))))
+ "13qyhb71ddq5qjjvpijg2lb3f3hlpd8b3if3iml17865iqdk6zg3"))))
(build-system gnu-build-system)
(arguments
(list
- 22/74: gnu: expect: Fix build with gcc-14., (continued)
- 22/74: gnu: expect: Fix build with gcc-14., guix-commits, 2024/12/16
- 27/74: gnu: cmake-bootstrap: Fix build with gcc-14., guix-commits, 2024/12/16
- 29/74: gnu: llvm-13: Fix build with gcc-14., guix-commits, 2024/12/16
- 38/74: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14., guix-commits, 2024/12/16
- 30/74: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., guix-commits, 2024/12/16
- 44/74: gnu: ntp: Fix build with gcc-14., guix-commits, 2024/12/16
- 33/74: gnu: localed: Fix build with gcc-14., guix-commits, 2024/12/16
- 43/74: gnu: gn: Fix build with gcc-14., guix-commits, 2024/12/16
- 51/74: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., guix-commits, 2024/12/16
- 39/74: gnu: cyrus-sasl: Fix build mwith gcc-14., guix-commits, 2024/12/16
- 50/74: gnu: openblas: Update to 0.3.28; fixes build with gcc-14.,
guix-commits <=
- 48/74: gnu: Add cryptsetup-minimal., guix-commits, 2024/12/16
- 47/74: gnu: tdb: Update to 1.4.12; fixes build with gcc-14., guix-commits, 2024/12/16
- 61/74: gnu: libssh: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/16
- 71/74: gnu: clang-runtime: Remove gcc-12,13,14 from native-ipnuts., guix-commits, 2024/12/16
- 70/74: Revert "gnu: gcc-4.7: Fix build with gcc-14.", guix-commits, 2024/12/16
- 68/74: gnu: gcc: Fix build with gcc-14., guix-commits, 2024/12/16
- 62/74: gnu: texinfo-4: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/16
- 25/74: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14., guix-commits, 2024/12/16
- 23/74: gnu: guile-lzlib: Fix build with gcc-14., guix-commits, 2024/12/16
- 28/74: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14., guix-commits, 2024/12/16