diff mbox series

[bug#69729,28/41] gnu: apl: Switch to openblas.

Message ID 20240311110750.16327-29-romain.garbage@inria.fr
State New
Headers show
Series Improve performance in lapack dependent packages. | expand

Commit Message

Romain GARBAGE March 11, 2024, 11:07 a.m. UTC
* gnu/packages/apl.scm (apl): Switch input dependency from
lapack to openblas.

Change-Id: I29f27ee4c9277cf21fa34d718e56291427293cdf
---
 gnu/packages/apl.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/gnu/packages/apl.scm b/gnu/packages/apl.scm
index afe02736ad..0b56c8b088 100644
--- a/gnu/packages/apl.scm
+++ b/gnu/packages/apl.scm
@@ -56,7 +56,7 @@  (define-public apl
       (home-page "https://www.gnu.org/software/apl/")
       (inputs
        (list gettext-minimal
-             lapack
+             openblas
              pcre2
              readline
              sqlite))