From 229faac39b07250ceabd77d8f728d2e38a6c8b7d Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 10 Aug 2023 11:15:00 +0200 Subject: 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. --- gnu/packages/maths.scm | 1 - 1 file changed, 1 deletion(-) (limited to 'gnu') 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") -- cgit 1.4.1