[PATCH] gnu: openblas: Update to 0.3.26.

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Greg Hogan
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 9 months ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
be337599ff72a3b7cb8501cc6af7102cde3d4ccc.1717912874.git.atai@atai.org
* gnu/packages/maths.scm (openblas): Update to 0.3.26.

Change-Id: I5eb1a26f59a0918e0bb72d1de83b760c29c28d65
---
gnu/packages/maths.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 10e7b53e74..327bba6b98 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5122,7 +5122,7 @@ (define-public muparser
(define-public openblas
(package
(name "openblas")
- (version "0.3.20")
+ (version "0.3.26")
(source
(origin
(method git-fetch)
@@ -5132,7 +5132,7 @@ (define-public openblas
(file-name (git-file-name name version))
(sha256
(base32
- "0r4sz3rn68fyc2paq0a04pgfi7iszpm95f6ggbzxpvjzx9qxbcql"))))
+ "17y4989argppch0n8xjyfk31nq551fb3kldnhcvwi4cpfk3zw380"))))
(build-system gnu-build-system)
(arguments
(list

base-commit: bc8a41f4a8d9f1f0525d7bc97c67ed3c8aea3111
--
2.34.1
Andy Tai wrote 8 months ago
[PATCH v2] gnu: openblas: Update to 0.3.27.
(address . 71447@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
18da5273876f90ed9a0c76c36f65acaa7764e7cf.1720847178.git.atai@atai.org
* gnu/packages/maths.scm (openblas): Update to 0.3.27.

Change-Id: I5eb1a26f59a0918e0bb72d1de83b760c29c28d65
---
gnu/packages/maths.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 391c11891e..be9b690cd1 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5124,7 +5124,7 @@ (define-public muparser
(define-public openblas
(package
(name "openblas")
- (version "0.3.20")
+ (version "0.3.27")
(source
(origin
(method git-fetch)
@@ -5134,7 +5134,7 @@ (define-public openblas
(file-name (git-file-name name version))
(sha256
(base32
- "0r4sz3rn68fyc2paq0a04pgfi7iszpm95f6ggbzxpvjzx9qxbcql"))))
+ "1id73v0maisr5c5x6snb9sbnq11mias5s3isv0d96687zi4cb82l"))))
(build-system gnu-build-system)
(arguments
(list

base-commit: ff82e0f7b48cd0d4dd906f5d52ba5d4940222086
--
2.34.1
Greg Hogan wrote 22 hours ago
(name . Andy Tai)(address . atai@atai.org)(address . 71447-done@debbugs.gnu.org)
CA+3U0ZnBrYNoyaBXqg6uxmx0gT-MF+ZieNjQ5D7A6GRFkuaWbQ@mail.gmail.com
On Sat, Jul 13, 2024 at 1:09 AM Andy Tai <atai@atai.org> wrote:
Toggle quote (35 lines)
>
> * gnu/packages/maths.scm (openblas): Update to 0.3.27.
>
> Change-Id: I5eb1a26f59a0918e0bb72d1de83b760c29c28d65
> ---
> 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 391c11891e..be9b690cd1 100644
> --- a/gnu/packages/maths.scm
> +++ b/gnu/packages/maths.scm
> @@ -5124,7 +5124,7 @@ (define-public muparser
> (define-public openblas
> (package
> (name "openblas")
> - (version "0.3.20")
> + (version "0.3.27")
> (source
> (origin
> (method git-fetch)
> @@ -5134,7 +5134,7 @@ (define-public openblas
> (file-name (git-file-name name version))
> (sha256
> (base32
> - "0r4sz3rn68fyc2paq0a04pgfi7iszpm95f6ggbzxpvjzx9qxbcql"))))
> + "1id73v0maisr5c5x6snb9sbnq11mias5s3isv0d96687zi4cb82l"))))
> (build-system gnu-build-system)
> (arguments
> (list
>
> base-commit: ff82e0f7b48cd0d4dd906f5d52ba5d4940222086
> --
> 2.34.1

openblas-0.3.29 was added last month. Closing.
Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 71447@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71447
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help