guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/45: gnu: arpack-ng: Switch to openblas.


From: guix-commits
Subject: 05/45: gnu: arpack-ng: Switch to openblas.
Date: Thu, 4 Apr 2024 10:40:16 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit e7d134c22a0a59edece8726e3a3fa88da8afa9b9
Author: Romain GARBAGE <romain.garbage@inria.fr>
AuthorDate: Mon Mar 11 12:06:42 2024 +0100

    gnu: arpack-ng: Switch to openblas.
    
    * gnu/packages/maths.scm (arpack-ng): Switch inputs from lapack to openblas.
    
    Change-Id: I0d825373f0f267cc97748a9c2c7de1d73698354e
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/maths.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 479591889f..37f319d6bc 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1071,7 +1071,7 @@ halfspaces) or by their double description with both 
representations.")
     (native-inputs
      (list pkg-config))
     (inputs
-     (list eigen lapack gfortran))
+     (list eigen openblas gfortran))
     (synopsis "Fortran subroutines for solving eigenvalue problems")
     (description
      "ARPACK-NG is a collection of Fortran77 subroutines designed to solve



reply via email to

[Prev in Thread] Current Thread [Next in Thread]