GNU bug report logs - #45298
[PATCH] gnu: openblas: Update to 0.3.13.

Previous Next

Package: guix-patches;

Reported by: Greg Hogan <code <at> greghogan.com>

Date: Thu, 17 Dec 2020 14:58:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 45298 in the body.
You can then email your comments to 45298 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#45298; Package guix-patches. (Thu, 17 Dec 2020 14:58:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Greg Hogan <code <at> greghogan.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 17 Dec 2020 14:58:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: openblas: Update to 0.3.13.
Date: Thu, 17 Dec 2020 09:57:34 -0500
[Message part 1 (text/plain, inline)]
For the core-updates branch.

From 65b3d40ac240a184c51a2e0ad2b2106f0d3bd830 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code <at> greghogan.com>
Date: Tue, 15 Dec 2020 19:56:04 +0000
Subject: [PATCH] gnu: openblas: Update to 0.3.13.

* gnu/packages/maths.scm (openblas): Update to 0.3.13.
---
 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 c118e9e25c..2e30349956 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3628,7 +3628,7 @@ parts of it.")
 (define-public openblas
   (package
     (name "openblas")
-    (version "0.3.9")
+    (version "0.3.13")
     (source
      (origin
        (method url-fetch)
@@ -3637,7 +3637,7 @@ parts of it.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "14iz9xnrb9xiwgj84j94mc74gg0zn2vsy9fmsijxxma1n7dck4w3"))))
+         "09rx33yaa48lwsdd1yyvzfgfpzjmjzldkzgn751qbpqdp42ba8wj"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"
-- 
2.29.2
[Message part 2 (text/html, inline)]
[0001-gnu-openblas-Update-to-0.3.13.patch (application/octet-stream, attachment)]

Information forwarded to guix-patches <at> gnu.org:
bug#45298; Package guix-patches. (Tue, 22 Dec 2020 14:22:01 GMT) Full text and rfc822 format available.

Message #8 received at 45298 <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Greg Hogan <code <at> greghogan.com>
Cc: 45298 <at> debbugs.gnu.org
Subject: Re: [bug#45298] [PATCH] gnu: openblas: Update to 0.3.13.
Date: Tue, 22 Dec 2020 15:21:49 +0100
Hi,

Greg Hogan <code <at> greghogan.com> skribis:

> For the core-updates branch.

[...]

> +    (version "0.3.13")
>      (source
>       (origin
>         (method url-fetch)
> @@ -3637,7 +3637,7 @@ parts of it.")
>         (file-name (string-append name "-" version ".tar.gz"))
>         (sha256
>          (base32
> -         "14iz9xnrb9xiwgj84j94mc74gg0zn2vsy9fmsijxxma1n7dck4w3"))))
> +         "09rx33yaa48lwsdd1yyvzfgfpzjmjzldkzgn751qbpqdp42ba8wj"))))

I get:

--8<---------------cut here---------------start------------->8---
sha256 hash mismatch for /gnu/store/01vmivah7fwf5q16zpbybnbq2mqrz9w2-openblas-0.3.13-checkout:
  expected hash: 09rx33yaa48lwsdd1yyvzfgfpzjmjzldkzgn751qbpqdp42ba8wj
  actual hash:   14jxh0v3jfbw4mfjx4mcz4dd51lyq7pqvh9k8dg94539ypzjr2lj
hash mismatch for store item '/gnu/store/01vmivah7fwf5q16zpbybnbq2mqrz9w2-openblas-0.3.13-checkout'
--8<---------------cut here---------------end--------------->8---

Could you take a look and see if this is because the Git tag was changed
in place?

Also, ‘core-updates’ is now at 0.3.10 so the patch didn’t apply out of
the box.

Thanks,
Ludo’.




Information forwarded to guix-patches <at> gnu.org:
bug#45298; Package guix-patches. (Wed, 23 Dec 2020 20:58:01 GMT) Full text and rfc822 format available.

Message #11 received at 45298 <at> debbugs.gnu.org (full text, mbox):

From: Greg Hogan <code <at> greghogan.com>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 45298 <at> debbugs.gnu.org
Subject: Re: [bug#45298] [PATCH] gnu: openblas: Update to 0.3.13.
Date: Wed, 23 Dec 2020 15:57:21 -0500
[Message part 1 (text/plain, inline)]
I don't know what happened there. Attached and copied below is the correct
patch off core-updates, and I have made separate local copies of the repo
for testing master, staging, and core-updates.

From 76b856f408728863bea40ff274f65c1820e0579f Mon Sep 17 00:00:00 2001
From: Greg Hogan <code <at> greghogan.com>
Date: Wed, 23 Dec 2020 20:50:55 +0000
Subject: [PATCH] gnu: openblas: Update to 0.3.13.

* gnu/packages/maths.scm (openblas): Update to 0.3.13.
---
 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 b1680db063..3120bfcbac 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3628,7 +3628,7 @@ parts of it.")
 (define-public openblas
   (package
     (name "openblas")
-    (version "0.3.10")
+    (version "0.3.13")
     (source
      (origin
        (method git-fetch)
@@ -3638,7 +3638,7 @@ parts of it.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "174id98ga82bhz2v7sy9yj6pqy0h0088p3mkdikip69p9rh3d17b"))))
+         "14jxh0v3jfbw4mfjx4mcz4dd51lyq7pqvh9k8dg94539ypzjr2lj"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"
-- 
2.29.2

On Tue, Dec 22, 2020 at 9:21 AM Ludovic Courtès <ludo <at> gnu.org> wrote:

> Hi,
>
> Greg Hogan <code <at> greghogan.com> skribis:
>
> > For the core-updates branch.
>
> [...]
>
> > +    (version "0.3.13")
> >      (source
> >       (origin
> >         (method url-fetch)
> > @@ -3637,7 +3637,7 @@ parts of it.")
> >         (file-name (string-append name "-" version ".tar.gz"))
> >         (sha256
> >          (base32
> > -         "14iz9xnrb9xiwgj84j94mc74gg0zn2vsy9fmsijxxma1n7dck4w3"))))
> > +         "09rx33yaa48lwsdd1yyvzfgfpzjmjzldkzgn751qbpqdp42ba8wj"))))
>
> I get:
>
> --8<---------------cut here---------------start------------->8---
> sha256 hash mismatch for
> /gnu/store/01vmivah7fwf5q16zpbybnbq2mqrz9w2-openblas-0.3.13-checkout:
>   expected hash: 09rx33yaa48lwsdd1yyvzfgfpzjmjzldkzgn751qbpqdp42ba8wj
>   actual hash:   14jxh0v3jfbw4mfjx4mcz4dd51lyq7pqvh9k8dg94539ypzjr2lj
> hash mismatch for store item
> '/gnu/store/01vmivah7fwf5q16zpbybnbq2mqrz9w2-openblas-0.3.13-checkout'
> --8<---------------cut here---------------end--------------->8---
>
> Could you take a look and see if this is because the Git tag was changed
> in place?
>
> Also, ‘core-updates’ is now at 0.3.10 so the patch didn’t apply out of
> the box.
>
> Thanks,
> Ludo’.
>
[Message part 2 (text/html, inline)]
[0001-gnu-openblas-Update-to-0.3.13.patch (application/octet-stream, attachment)]

Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sun, 27 Dec 2020 17:40:02 GMT) Full text and rfc822 format available.

Notification sent to Greg Hogan <code <at> greghogan.com>:
bug acknowledged by developer. (Sun, 27 Dec 2020 17:40:02 GMT) Full text and rfc822 format available.

Message #16 received at 45298-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Greg Hogan <code <at> greghogan.com>
Cc: 45298-done <at> debbugs.gnu.org
Subject: Re: [bug#45298] [PATCH] gnu: openblas: Update to 0.3.13.
Date: Sun, 27 Dec 2020 18:39:02 +0100
Hi,

Greg Hogan <code <at> greghogan.com> skribis:

> From 76b856f408728863bea40ff274f65c1820e0579f Mon Sep 17 00:00:00 2001
> From: Greg Hogan <code <at> greghogan.com>
> Date: Wed, 23 Dec 2020 20:50:55 +0000
> Subject: [PATCH] gnu: openblas: Update to 0.3.13.
>
> * gnu/packages/maths.scm (openblas): Update to 0.3.13.

Applied to ‘core-updates’, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 25 Jan 2021 12:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 85 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.