mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-04 18:07:24 +01:00
gnu: meep: Switch to openblas.
* gnu/packages/engineering.scm (meep): Switch input dependency from lapack to openblas. Change-Id: I0d7e3281b588472abd7a9b9c33249d52c925fe35 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
a5293c81a8
commit
64b0ae2e8a
1 changed files with 1 additions and 1 deletions
|
@ -1696,7 +1696,7 @@ (define-public meep
|
|||
("guile" ,guile-2.2)
|
||||
("harminv" ,harminv)
|
||||
("hdf5" ,hdf5)
|
||||
("lapack" ,lapack)
|
||||
("openblas" ,openblas)
|
||||
("libctl" ,guile-libctl)
|
||||
("mpb" ,mpb)
|
||||
("zlib" ,zlib)))
|
||||
|
|
Loading…
Reference in a new issue