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>master
parent
a5293c81a8
commit
64b0ae2e8a
|
@ -1696,7 +1696,7 @@ fully-vectorial and three-dimensional methods.")
|
|||
("guile" ,guile-2.2)
|
||||
("harminv" ,harminv)
|
||||
("hdf5" ,hdf5)
|
||||
("lapack" ,lapack)
|
||||
("openblas" ,openblas)
|
||||
("libctl" ,guile-libctl)
|
||||
("mpb" ,mpb)
|
||||
("zlib" ,zlib)))
|
||||
|
|
Reference in New Issue