~ruther/guix-local

dbbb38ff6adb33a31ef4d667978b48b883d5d507 — Romain GARBAGE 2 years ago e62a403
gnu: apl: Switch to openblas.

* gnu/packages/apl.scm (apl): Switch input dependency from
lapack to openblas.

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

M gnu/packages/apl.scm
M gnu/packages/apl.scm => gnu/packages/apl.scm +1 -1
@@ 56,7 56,7 @@
      (home-page "https://www.gnu.org/software/apl/")
      (inputs
       (list gettext-minimal
             lapack
             openblas
             pcre2
             readline
             sqlite))