all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eric Brown <ecbrown@ericcbrown.com>
To: 40755@debbugs.gnu.org
Subject: [bug#40755] OpenBLAS minor update to 0.3.9
Date: Tue, 21 Apr 2020 18:12:08 -0500	[thread overview]
Message-ID: <87zhb4ph6f.fsf@ericcbrown.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 105 bytes --]

Hello Guix:

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

Cheers,
Eric


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: openblas --]
[-- Type: text/x-patch, Size: 1057 bytes --]

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


             reply	other threads:[~2020-04-21 23:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-21 23:12 Eric Brown [this message]
     [not found] ` <handler.40755.B.158751073730732.ack@debbugs.gnu.org>
2020-04-23 23:40   ` [bug#40755] Acknowledgement (OpenBLAS minor update to 0.3.9) Eric Brown
2020-04-28 14:42     ` bug#40755: " Marius Bakke

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zhb4ph6f.fsf@ericcbrown.com \
    --to=ecbrown@ericcbrown.com \
    --cc=40755@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.