GNU bug report logs -
#40755
OpenBLAS minor update to 0.3.9
Previous Next
Reported by: Eric Brown <ecbrown <at> ericcbrown.com>
Date: Tue, 21 Apr 2020 23:13:01 UTC
Severity: normal
Done: Marius Bakke <mbakke <at> fastmail.com>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hello Guix:
Please see attached diff which updates openblas and openblas-ilp64 to
0.3.9.
Cheers,
Eric
[0001-gnu-openblas-Update-to-0.3.9.patch (text/x-patch, inline)]
From b5c50e08cd87b8a81406f1196dbdf96346a80c3a Mon Sep 17 00:00:00 2001
From: Eric Brown <ecbrown <at> ericcbrown.com>
Date: Tue, 21 Apr 2020 18:09:34 -0500
Subject: [PATCH] gnu: openblas: Update to 0.3.9
* gnu/packages/maths.scm (openblas): Update to 0.3.9
---
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 7db2b31012..8255a4089f 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3243,7 +3243,7 @@ parts of it.")
(define-public openblas
(package
(name "openblas")
- (version "0.3.7")
+ (version "0.3.9")
(source
(origin
(method url-fetch)
@@ -3252,7 +3252,7 @@ parts of it.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0jbdjsi0qsxahdcm42agnn1y7xpmg0hrhwjsxg0zbhs9wwy3p568"))))
+ "14iz9xnrb9xiwgj84j94mc74gg0zn2vsy9fmsijxxma1n7dck4w3"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"
--
2.26.2
This bug report was last modified 5 years and 82 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.