[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#69729] [PATCH 41/41] gnu: ocaml-lacaml: Remove dependency on lapack
From: |
Romain GARBAGE |
Subject: |
[bug#69729] [PATCH 41/41] gnu: ocaml-lacaml: Remove dependency on lapack. |
Date: |
Mon, 11 Mar 2024 12:07:22 +0100 |
* gnu/packages/ocaml.scm (ocaml-lacaml): Remove dependency on lapack.
Change-Id: If3100fc29088110705e13e9be97abb7739f2fcab
---
gnu/packages/ocaml.scm | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 0f4c351141..a45b2d3592 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -8344,9 +8344,14 @@ (define-public ocaml-lacaml
(properties '((tunable? . #t)))
(build-system dune-build-system)
(arguments
- `(#:tests? #f)) ; No test target.
+ (list #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'find-openblas
+ (lambda* _
+ (setenv "LACAML_LIBS" "-lopenblas"))))
+ #:tests? #f)) ; No test target.
(native-inputs
- (list openblas lapack ocaml-base ocaml-stdio))
+ (list openblas ocaml-base ocaml-stdio))
(home-page "https://mmottl.github.io/lacaml/";)
(synopsis
"OCaml-bindings to BLAS and LAPACK")
--
2.41.0
- [bug#69729] [PATCH 31/41] gnu: scilab: Remove dependency on lapack., (continued)
- [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
- [bug#69729] [PATCH 41/41] gnu: ocaml-lacaml: Remove dependency on lapack.,
Romain GARBAGE <=
- [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