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>
This commit is contained in:
parent
e62a403ff8
commit
dbbb38ff6a
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
||||||
(home-page "https://www.gnu.org/software/apl/")
|
(home-page "https://www.gnu.org/software/apl/")
|
||||||
(inputs
|
(inputs
|
||||||
(list gettext-minimal
|
(list gettext-minimal
|
||||||
lapack
|
openblas
|
||||||
pcre2
|
pcre2
|
||||||
readline
|
readline
|
||||||
sqlite))
|
sqlite))
|
||||||
|
|
Reference in a new issue