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
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
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.