[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69729] [PATCH 12/41] gnu: ghc-hmatrix: Switch to openblas.
From: |
Romain GARBAGE |
Subject: |
[bug#69729] [PATCH 12/41] gnu: ghc-hmatrix: Switch to openblas. |
Date: |
Mon, 11 Mar 2024 12:06:53 +0100 |
* gnu/packages/haskell-xyz.scm (ghc-hmatrix): Switch input dependency from
lapack to openblas. Add configure flags.
Change-Id: Ic8924b1fb9fa61af16abd1ac2a22c82a352a8e1b
---
gnu/packages/haskell-xyz.scm | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 5d9e5757a0..b5943f2f47 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -5325,18 +5325,15 @@ (define-public ghc-hmatrix
(build-system haskell-build-system)
(properties '((upstream-name . "hmatrix")))
(arguments
- `(#:extra-directories ("lapack")))
+ `(#:configure-flags '("--flags=openblas")
+ #:extra-directories ("openblas")))
(inputs
(list ghc-random
ghc-split
ghc-storable-complex
ghc-semigroups
ghc-vector
- ;;("openblas" ,openblas)
- lapack))
- ;; Guix's OpenBLAS is built with the flag "NO_LAPACK=1" which
- ;; disables inclusion of the LAPACK functions.
- ;; (arguments `(#:configure-flags '("--flags=openblas")))
+ openblas))
(home-page "https://github.com/albertoruiz/hmatrix")
(synopsis "Haskell numeric linear algebra library")
(description "The HMatrix package provices a Haskell library for
--
2.41.0
- [bug#69729] [PATCH 36/41] gnu: giac: Switch to openblas., (continued)
- [bug#69729] [PATCH 36/41] gnu: giac: Switch to openblas., Romain GARBAGE, 2024/03/11
- [bug#69729] [PATCH 09/41] gnu: sbcl-lla: Switch to openblas., Romain GARBAGE, 2024/03/11
- [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 <=
- [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, 2024/03/11
- [bug#69729] [PATCH 31/41] gnu: scilab: Remove dependency on lapack., Romain GARBAGE, 2024/03/11