GNU bug report logs - #75577
[PATCH] gnu: lapack: Update to 3.12.0.

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andy Tai <atai <at> atai.org>
Subject: bug#75577: closed (Re: [bug#75577] [PATCH] gnu: lapack: Update to
 3.12.0.)
Date: Tue, 28 Jan 2025 16:48:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#75577: [PATCH] gnu: lapack: Update to 3.12.0.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 75577 <at> debbugs.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)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Andy Tai <atai <at> atai.org>
Cc: 75577-done <at> debbugs.gnu.org
Subject: Re: [bug#75577] [PATCH] gnu: lapack: Update to 3.12.0.
Date: Tue, 28 Jan 2025 17:46:59 +0100
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’.

[Message part 3 (message/rfc822, inline)]
From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: lapack: Update to 3.12.0.
Date: Wed, 15 Jan 2025 01:47:28 -0800
* 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.