[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
48/63: gnu: openblas: Update to 0.3.28; fixes build with gcc-14.
From: |
guix-commits |
Subject: |
48/63: gnu: openblas: Update to 0.3.28; fixes build with gcc-14. |
Date: |
Thu, 12 Dec 2024 05:29:14 -0500 (EST) |
janneke pushed a commit to branch core-packages-team-old
in repository guix.
commit 76ba8ffa05512527b04da0302a8e5656005c4faa
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
- 30/63: gnu: serf: Update to 1.3.10 and fix build with gcc-14., (continued)
- 30/63: gnu: serf: Update to 1.3.10 and fix build with gcc-14., guix-commits, 2024/12/12
- 21/63: gnu: guile-lzlib: Fix build with gcc-14., guix-commits, 2024/12/12
- 22/63: gnu: go-1.21.5: Skip test failing with gcc-14., guix-commits, 2024/12/12
- 26/63: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14., guix-commits, 2024/12/12
- 33/63: gnu: zziplib: Update to 0.13.78; fixes build with gcc-14., guix-commits, 2024/12/12
- 37/63: gnu: cyrus-sasl: Fix build mwith gcc-14., guix-commits, 2024/12/12
- 38/63: gnu: jack-1: Fix build with gcc-14., guix-commits, 2024/12/12
- 32/63: gnu: gcc-boot0: Fix building for aarch64-linux., guix-commits, 2024/12/12
- 41/63: gnu: gn: Fix build with gcc-14., guix-commits, 2024/12/12
- 35/63: gnu: fontforge: Update to 20230101 and fix build with gettext-0.23., guix-commits, 2024/12/12
- 48/63: gnu: openblas: Update to 0.3.28; fixes build with gcc-14.,
guix-commits <=
- 50/63: gnu: talloc: Update to 2.4.2; fixes build with gcc-14., guix-commits, 2024/12/12
- 51/63: gnu: slim: Fix build with gcc-14., guix-commits, 2024/12/12
- 34/63: gnu: texlive-xdvi-bin: Fix build with gcc-14., guix-commits, 2024/12/12
- 39/63: gnu: bdb-4.8: Fix build with gcc-14., guix-commits, 2024/12/12
- 40/63: gnu: gamin: Fix build with gcc-14., guix-commits, 2024/12/12
- 42/63: gnu: ntp: Fix build with gcc-14., guix-commits, 2024/12/12
- 12/63: gnu: automake: Update to 1.17; fixes build with gcc-14., guix-commits, 2024/12/12
- 18/63: gnu: torsocks: Fix build with gcc-14., guix-commits, 2024/12/12
- 23/63: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14., guix-commits, 2024/12/12
- 25/63: gnu: cmake-bootstrap: Fix build with gcc-14., guix-commits, 2024/12/12