GNU bug report logs -
#71447
[PATCH] gnu: openblas: Update to 0.3.26.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Sun, 9 Jun 2024 06:03:02 UTC
Severity: normal
Tags: patch
Done: Greg Hogan <code <at> greghogan.com>
To reply to this bug, email your comments to 71447 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#71447
; Package
guix-patches
.
(Sun, 09 Jun 2024 06:03:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andy Tai <atai <at> atai.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 09 Jun 2024 06:03:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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(-)
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71447
; Package
guix-patches
.
(Sat, 13 Jul 2024 05:09:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 71447 <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Greg Hogan <code <at> greghogan.com>
:
You have taken responsibility.
(Tue, 11 Mar 2025 15:20:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Andy Tai <atai <at> atai.org>
:
bug acknowledged by developer.
(Tue, 11 Mar 2025 15:20:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 71447-done <at> debbugs.gnu.org (full text, mbox):
On Sat, Jul 13, 2024 at 1:09 AM Andy Tai <atai <at> atai.org> wrote:
>
> * 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.
This bug report was last modified 2 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.