[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69729] [PATCH 37/41] gnu: libflame: Switch to openblas.
From: |
Romain GARBAGE |
Subject: |
[bug#69729] [PATCH 37/41] gnu: libflame: Switch to openblas. |
Date: |
Mon, 11 Mar 2024 12:07:18 +0100 |
* gnu/packages/maths.scm (libflame): Switch input dependency from
lapack to openblas.
Change-Id: I7abdb8d126856488b0722b73c336309bf5c2234d
---
gnu/packages/maths.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index c6d67a1bcb..3d955e7e18 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2763,9 +2763,9 @@ (define-public libflame
(lambda* (#:key tests? #:allow-other-keys)
(substitute* "test/Makefile"
(("LIBBLAS .*")
- "LIBBLAS = -lblas\n")
+ "LIBBLAS = -lopenblas\n")
(("LIBLAPACK .*")
- "LIBLAPACK = -llapack\n"))
+ "LIBLAPACK = -lopenblas\n"))
(when tests?
(with-directory-excursion "test"
(mkdir "obj")
@@ -2784,7 +2784,7 @@ (define-public libflame
"/include/FLAME.h")
(string-append static "/include"))))))))
(inputs (list gfortran))
- (native-inputs (list lapack perl python-wrapper))
+ (native-inputs (list openblas perl python-wrapper))
(synopsis "High-performance library for @acronym{DLA, dense linear
algebra} computations")
(description "@code{libflame} is a portable library for dense matrix
computations, providing much of the functionality present in LAPACK, developed
--
2.41.0
- [bug#69729] [PATCH 10/41] gnu: itpp: Switch to openblas., (continued)
- [bug#69729] [PATCH 10/41] gnu: itpp: Switch to openblas., Romain GARBAGE, 2024/03/11
- [bug#69729] [PATCH 08/41] gnu: jags: Switch to openblas., Romain GARBAGE, 2024/03/11
- [bug#69729] [PATCH 13/41] gnu: fenics-dolfin: Remove dependency on lapack., Romain GARBAGE, 2024/03/11
- [bug#69729] [PATCH 18/41] gnu: p4est: Remove dependency on lapack., Romain GARBAGE, 2024/03/11
- [bug#69729] [PATCH 20/41] gnu: dealii: Remove dependency on lapack., Romain GARBAGE, 2024/03/11
- [bug#69729] [PATCH 27/41] gnu: aoflagger: Remove dependency on lapack., Romain GARBAGE, 2024/03/11
- [bug#69729] [PATCH 39/41] gnu: shogun: Switch to openblas., Romain GARBAGE, 2024/03/11
- [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 <=
- [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, 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