summary refs log tree commit diff
diff options
context:
space:
mode:
authorLudovic Courtès <ludovic.courtes@inria.fr>2023-08-10 11:15:00 +0200
committerLudovic Courtès <ludo@gnu.org>2023-08-11 00:50:47 +0200
commit229faac39b07250ceabd77d8f728d2e38a6c8b7d (patch)
tree9912572ae609e5be96474e5dfd72d12d81f61be9
parent3775006f241e89d3c937e23e36f8c36869d9f928 (diff)
downloadguix-229faac39b07250ceabd77d8f728d2e38a6c8b7d.tar.gz
gnu: libflame: Remove dependency on OpenBLAS.
This dependency was build-time-only and unused at compile time (the test
suite is unaffected).

* gnu/packages/maths.scm (libflame)[native-inputs]: Remove OPENBLAS.
-rw-r--r--gnu/packages/maths.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 9abc6dbf51..96f06f2652 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2662,7 +2662,6 @@ fixed point (16.16) format.")
      (list gfortran))
     (native-inputs
      `(("lapack" ,lapack)
-       ("openblas" ,openblas)
        ("perl" ,perl)
        ("python" ,python-wrapper)))
     (home-page "https://github.com/flame/libflame")