me
/
guix
Archived
1
0
Fork 0

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>
master
Romain GARBAGE 2024-03-11 12:07:09 +01:00 committed by Ludovic Courtès
parent e62a403ff8
commit dbbb38ff6a
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

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