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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Tue, 28 Jan 2025 17:46:59 +0100
with message-id <87r04m998c.fsf <at> gnu.org>
and subject line Re: [bug#75577] [PATCH] gnu: lapack: Update to 3.12.0.
has caused the debbugs.gnu.org bug report #75577,
regarding [PATCH] gnu: lapack: Update to 3.12.0.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
75577: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75577
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
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’.
This bug report was last modified 114 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.