~ruther/guix-local

e6df74d2b1afb71121228330fce9b5020d00220a — Romain GARBAGE 2 years ago 8a52fef
gnu: ocaml-lacaml: Remove dependency on lapack.

* gnu/packages/ocaml.scm (ocaml-lacaml): Remove dependency on lapack.

Change-Id: If3100fc29088110705e13e9be97abb7739f2fcab
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 7 insertions(+), 2 deletions(-)

M gnu/packages/ocaml.scm
M gnu/packages/ocaml.scm => gnu/packages/ocaml.scm +7 -2
@@ 8342,9 8342,14 @@ library FFTW.")
    (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")