guix-commits
[Top][All Lists]
Advanced

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

22/45: gnu: p4est: Remove dependency on lapack.


From: guix-commits
Subject: 22/45: gnu: p4est: Remove dependency on lapack.
Date: Thu, 4 Apr 2024 10:40:26 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

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

    gnu: p4est: Remove dependency on lapack.
    
    * gnu/packages/maths.scm (p4est): Remove dependency on lapack.
    
    Change-Id: I9c76f8b9ba3fc7d5feabfb059505f66ac50972c3
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/maths.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 7cfd657226..dc3ed347d4 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4732,15 +4732,14 @@ schemes.")
     (inputs
      `(("fortran" ,gfortran)
        ("blas" ,openblas)
-       ("lapack" ,lapack)
        ("zlib" ,zlib)))
     (arguments
      `(#:configure-flags `(,(string-append "BLAS_LIBS=-L"
                                            (assoc-ref %build-inputs "blas")
                                            " -lopenblas")
                            ,(string-append "LAPACK_LIBS=-L"
-                                           (assoc-ref %build-inputs "lapack")
-                                           " -llapack"))
+                                           (assoc-ref %build-inputs "blas")
+                                           " -lopenblas"))
        #:phases (modify-phases %standard-phases
                   (add-before 'check 'mpi-setup
                    ,%openmpi-setup))))



reply via email to

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