diff mbox series

[bug#40755] OpenBLAS minor update to 0.3.9

Message ID 87zhb4ph6f.fsf@ericcbrown.com
State Accepted
Headers show
Series [bug#40755] OpenBLAS minor update to 0.3.9 | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job

Commit Message

Eric Brown April 21, 2020, 11:12 p.m. UTC
Hello Guix:

Please see attached diff which updates openblas and openblas-ilp64 to
0.3.9.

Cheers,
Eric

Comments

Eric Brown April 23, 2020, 11:40 p.m. UTC | #1
(already in core-updates)
Marius Bakke April 28, 2020, 2:42 p.m. UTC | #2
Eric Brown <ecbrown@ericcbrown.com> writes:

> (already in core-updates)

Indeed, because of the ~1768 dependent packages.  Closing this issue.

It should land in master in a few days, feel free to 'guix pull
--branch=core-updates' and report anything that does not work meanwhile!
diff mbox series

Patch

From b5c50e08cd87b8a81406f1196dbdf96346a80c3a Mon Sep 17 00:00:00 2001
From: Eric Brown <ecbrown@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