all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#45298] [PATCH] gnu: openblas: Update to 0.3.13.
@ 2020-12-17 14:57 Greg Hogan
  2020-12-22 14:21 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Greg Hogan @ 2020-12-17 14:57 UTC (permalink / raw)
  To: 45298


[-- Attachment #1.1: Type: text/plain, Size: 1087 bytes --]

For the core-updates branch.

From 65b3d40ac240a184c51a2e0ad2b2106f0d3bd830 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@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

[-- Attachment #1.2: Type: text/html, Size: 1755 bytes --]

[-- Attachment #2: 0001-gnu-openblas-Update-to-0.3.13.patch --]
[-- Type: application/octet-stream, Size: 1058 bytes --]

From 65b3d40ac240a184c51a2e0ad2b2106f0d3bd830 Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#45298] [PATCH] gnu: openblas: Update to 0.3.13.
  2020-12-17 14:57 [bug#45298] [PATCH] gnu: openblas: Update to 0.3.13 Greg Hogan
@ 2020-12-22 14:21 ` Ludovic Courtès
  2020-12-23 20:57   ` Greg Hogan
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2020-12-22 14:21 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 45298

Hi,

Greg Hogan <code@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’.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#45298] [PATCH] gnu: openblas: Update to 0.3.13.
  2020-12-22 14:21 ` Ludovic Courtès
@ 2020-12-23 20:57   ` Greg Hogan
  2020-12-27 17:39     ` bug#45298: " Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: Greg Hogan @ 2020-12-23 20:57 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 45298


[-- Attachment #1.1: Type: text/plain, Size: 2583 bytes --]

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@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@gnu.org> wrote:

> Hi,
>
> Greg Hogan <code@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’.
>

[-- Attachment #1.2: Type: text/html, Size: 3708 bytes --]

[-- Attachment #2: 0001-gnu-openblas-Update-to-0.3.13.patch --]
[-- Type: application/octet-stream, Size: 1045 bytes --]

From 76b856f408728863bea40ff274f65c1820e0579f Mon Sep 17 00:00:00 2001
From: Greg Hogan <code@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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#45298: [PATCH] gnu: openblas: Update to 0.3.13.
  2020-12-23 20:57   ` Greg Hogan
@ 2020-12-27 17:39     ` Ludovic Courtès
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2020-12-27 17:39 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 45298-done

Hi,

Greg Hogan <code@greghogan.com> skribis:

> From 76b856f408728863bea40ff274f65c1820e0579f Mon Sep 17 00:00:00 2001
> From: Greg Hogan <code@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’.




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-12-27 17:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-17 14:57 [bug#45298] [PATCH] gnu: openblas: Update to 0.3.13 Greg Hogan
2020-12-22 14:21 ` Ludovic Courtès
2020-12-23 20:57   ` Greg Hogan
2020-12-27 17:39     ` bug#45298: " Ludovic Courtès

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.