[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69729] [PATCH 22/41] gnu: superlu-dist: Remove dependency on lapack
From: |
Romain GARBAGE |
Subject: |
[bug#69729] [PATCH 22/41] gnu: superlu-dist: Remove dependency on lapack. |
Date: |
Mon, 11 Mar 2024 12:07:03 +0100 |
* gnu/packages/maths.scm (superlu-dist): Remove dependency on lapack.
Change-Id: I5893e16f7ef6fd688fd6b53eba6d3005b832f0ef
---
gnu/packages/maths.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index c14dede5e0..2b2252746e 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -4443,7 +4443,6 @@ (define-public superlu-dist
(inputs
`(("gfortran" ,gfortran)
("blas" ,openblas)
- ("lapack" ,lapack)
("combblas" ,combinatorial-blas)))
(propagated-inputs
`(("mpi" ,openmpi) ;headers include MPI heades
@@ -4454,7 +4453,7 @@ (define-public superlu-dist
#:configure-flags (list "-DBUILD_SHARED_LIBS:BOOL=YES"
"-DTPL_ENABLE_COMBBLASLIB=YES"
"-DTPL_BLAS_LIBRARIES=-lopenblas"
- "-DTPL_LAPACK_LIBRARIES=-llapack"
+ "-DTPL_LAPACK_LIBRARIES=-lopenblas"
(string-append "-DTPL_PARMETIS_LIBRARIES="
(string-join
'("ptscotchparmetis" "ptscotch"
"ptscotcherr"
--
2.41.0
- [bug#69729] [PATCH 26/41] gnu: casacore: Remove dependency on lapack., (continued)
- [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, 2024/03/11
- [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 <=
- [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
- [bug#69729] [PATCH 41/41] gnu: ocaml-lacaml: Remove dependency on lapack., Romain GARBAGE, 2024/03/11
- [bug#69729] [PATCH 28/41] gnu: apl: Switch to openblas., Romain GARBAGE, 2024/03/11
- [bug#69729] [PATCH 00/41] Improve performance in lapack dependent packages., Ludovic Courtès, 2024/03/28