GNU bug report logs - #69729
[PATCH 00/41] Improve performance in lapack dependent packages.

Previous Next

Package: guix-patches;

Reported by: Romain GARBAGE <romain.garbage <at> inria.fr>

Date: Mon, 11 Mar 2024 11:06:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludovic.courtes <at> inria.fr>

Bug is archived. No further changes may be made.

Full log


Message #119 received at 69729 <at> debbugs.gnu.org (full text, mbox):

From: Romain GARBAGE <romain.garbage <at> inria.fr>
To: 69729 <at> debbugs.gnu.org
Cc: Romain GARBAGE <romain.garbage <at> inria.fr>
Subject: [PATCH 24/41] gnu: mpb: Switch to openblas.
Date: Mon, 11 Mar 2024 12:07:05 +0100
* gnu/packages/engineering.scm (mpb): Switch input dependency from
lapack to openblas.

Change-Id: Ie5920a0014942642360660f7022f887af4eab721
---
 gnu/packages/engineering.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index ae287cf51b..0b6f1f14f3 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1682,7 +1682,7 @@ (define-public mpb
        ("gsl" ,gsl)
        ("guile" ,guile-2.2)
        ("hdf5" ,hdf5)
-       ("lapack" ,lapack)
+       ("openblas" ,openblas)
        ("libctl" ,guile-libctl)
        ("readline" ,readline)
        ("zlib" ,zlib)))
-- 
2.41.0





This bug report was last modified 1 year and 50 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.