GNU bug report logs -
#75577
[PATCH] gnu: lapack: Update to 3.12.0.
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Wed, 15 Jan 2025 09:48:01 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 75577 in the body.
You can then email your comments to 75577 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#75577
; Package
guix-patches
.
(Wed, 15 Jan 2025 09:48:01 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
.
(Wed, 15 Jan 2025 09:48:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/maths.scm (lapack): Update to 3.12.0.
Change-Id: I3ae813f55ddd3229b9924853cdb8c31c4e420112
---
gnu/packages/maths.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 106a59c23b..86632ef29e 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1168,15 +1168,15 @@ (define-public arpack-ng-openmpi
(define-public lapack
(package
(name "lapack")
- (version "3.9.0")
+ (version "3.12.1")
(source
(origin
(method url-fetch)
- (uri (string-append "http://www.netlib.org/lapack/lapack-"
- version ".tgz"))
+ (uri (string-append "https://github.com/Reference-LAPACK/lapack/archive/refs/tags/v"
+ version ".tar.gz"))
(sha256
(base32
- "1155qixp26c12yrxc76z9mlfw2h3xxymxxv5znpgzh5gaykpndgj"))))
+ "08i40nmc0a85vbq4kn8nh3250q0ma0asdwrm9m6lsiqs01x419ic"))))
(build-system cmake-build-system)
(home-page "https://www.netlib.org/lapack/")
(inputs `(("fortran" ,gfortran)
base-commit: 15a41ec5a7f0629f78ede29bd7867cd8dc22c992
--
2.34.1
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Tue, 28 Jan 2025 16:48:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Andy Tai <atai <at> atai.org>
:
bug acknowledged by developer.
(Tue, 28 Jan 2025 16:48:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 75577-done <at> debbugs.gnu.org (full text, mbox):
Hi,
Andy Tai <atai <at> atai.org> skribis:
> * gnu/packages/maths.scm (lapack): Update to 3.12.0.
>
> Change-Id: I3ae813f55ddd3229b9924853cdb8c31c4e420112
I applied a variant of this patch where I changed to ‘git-fetch’ instead
of fetching a generated tarball. Pushed in
ac728b148fce4cbd1e1c2218ec8826f2aec5a0c4.
Thanks,
Ludo’.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 26 Feb 2025 12:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 15 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.