guix-commits
[Top][All Lists]
Advanced

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

36/45: gnu: python-cvxopt: Remove dependency on lapack.


From: guix-commits
Subject: 36/45: gnu: python-cvxopt: Remove dependency on lapack.
Date: Thu, 4 Apr 2024 10:40:28 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 8b38ecb5218b86910957bcd3e94eab784de2e0c4
Author: Romain GARBAGE <romain.garbage@inria.fr>
AuthorDate: Mon Mar 11 12:07:13 2024 +0100

    gnu: python-cvxopt: Remove dependency on lapack.
    
    * gnu/packages/maths.scm (python-cvxopt): Remove dependency on lapack.
    
    Change-Id: I2a28ecf1ab5ea7683d6b8adf72054d3f86892771
    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 a4c3ac9826..874eb8a6fd 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -402,6 +402,7 @@ triangulations.")
          (add-after 'unpack 'find-libraries
            (lambda* (#:key inputs #:allow-other-keys)
              (setenv "CVXOPT_BLAS_LIB" "openblas")
+             (setenv "CVXOPT_LAPACK_LIB" "openblas")
              (setenv "CVXOPT_BUILD_FFTW" "1")
              (setenv "CVXOPT_BUILD_GLPK" "1")
              (setenv "CVXOPT_BUILD_GSL" "1")
@@ -410,7 +411,6 @@ triangulations.")
      (list fftw
            glpk
            gsl
-           lapack
            openblas
            suitesparse))
     (home-page "https://www.cvxopt.org";)



reply via email to

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