[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69729] [PATCH 32/41] gnu: python-cvxopt: Remove dependency on lapac
From: |
Romain GARBAGE |
Subject: |
[bug#69729] [PATCH 32/41] gnu: python-cvxopt: Remove dependency on lapack. |
Date: |
Mon, 11 Mar 2024 12:07:13 +0100 |
* gnu/packages/maths.scm (python-cvxopt): Remove dependency on lapack.
Change-Id: I2a28ecf1ab5ea7683d6b8adf72054d3f86892771
---
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 5aa3c50fd2..c6d67a1bcb 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -401,6 +401,7 @@ (define-public python-cvxopt
(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")
@@ -409,7 +410,6 @@ (define-public python-cvxopt
(list fftw
glpk
gsl
- lapack
openblas
suitesparse))
(home-page "https://www.cvxopt.org")
--
2.41.0
- [bug#69729] [PATCH 40/41] gnu: kaldi-for-vosk: Remove dependency on lapack., (continued)
- [bug#69729] [PATCH 40/41] gnu: kaldi-for-vosk: Remove dependency on lapack., Romain GARBAGE, 2024/03/11
- [bug#69729] [PATCH 12/41] gnu: ghc-hmatrix: Switch to openblas., Romain GARBAGE, 2024/03/11
- [bug#69729] [PATCH 34/41] gnu: grass: Remove dependency on lapack., Romain GARBAGE, 2024/03/11
- [bug#69729] [PATCH 37/41] gnu: libflame: Switch to openblas., Romain GARBAGE, 2024/03/11
- [bug#69729] [PATCH 07/41] gnu: vosk-api: Remove dependency on lapack., Romain GARBAGE, 2024/03/11
- [bug#69729] [PATCH 29/41] gnu: eigensoft: Remove dependency on lapack., Romain GARBAGE, 2024/03/11
- [bug#69729] [PATCH 26/41] gnu: casacore: Remove dependency on lapack., Romain GARBAGE, 2024/03/11
- [bug#69729] [PATCH 16/41] gnu: sundials-julia: Switch to openblas., Romain GARBAGE, 2024/03/11
- [bug#69729] [PATCH 19/41] gnu: plink-ng: Remove lapack dep., Romain GARBAGE, 2024/03/11
- [bug#69729] [PATCH 33/41] gnu: dlib: Remove dependency on lapack., Romain GARBAGE, 2024/03/11
- [bug#69729] [PATCH 32/41] gnu: python-cvxopt: Remove dependency on lapack.,
Romain GARBAGE <=
- [bug#69729] [PATCH 31/41] gnu: scilab: Remove dependency on lapack., Romain GARBAGE, 2024/03/11
- [bug#69729] [PATCH 38/41] gnu: lush2: Remove dependency on lapack., Romain GARBAGE, 2024/03/11
- [bug#69729] [PATCH 21/41] gnu: elemental: Remove dependency on lapack., Romain GARBAGE, 2024/03/11
- [bug#69729] [PATCH 15/41] gnu: ceres: Remove dependency on lapack., Romain GARBAGE, 2024/03/11
- [bug#69729] [PATCH 25/41] gnu: meep: Switch to openblas., Romain GARBAGE, 2024/03/11
- [bug#69729] [PATCH 22/41] gnu: superlu-dist: Remove dependency on lapack., Romain GARBAGE, 2024/03/11
- [bug#69729] [PATCH 06/41] gnu: igraph: Switch to openblas., Romain GARBAGE, 2024/03/11
- [bug#69729] [PATCH 17/41] gnu: plink: Switch to openblas., Romain GARBAGE, 2024/03/11
- [bug#69729] [PATCH 24/41] gnu: mpb: Switch to openblas., Romain GARBAGE, 2024/03/11
- [bug#69729] [PATCH 35/41] gnu: harminv: Switch to openblas., Romain GARBAGE, 2024/03/11