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:
Romain GARBAGE 2024-03-11 12:07:06 +01:00 committed by Ludovic Courtès
parent a5293c81a8
commit 64b0ae2e8a
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1696,7 +1696,7 @@ (define-public meep
("guile" ,guile-2.2) ("guile" ,guile-2.2)
("harminv" ,harminv) ("harminv" ,harminv)
("hdf5" ,hdf5) ("hdf5" ,hdf5)
("lapack" ,lapack) ("openblas" ,openblas)
("libctl" ,guile-libctl) ("libctl" ,guile-libctl)
("mpb" ,mpb) ("mpb" ,mpb)
("zlib" ,zlib))) ("zlib" ,zlib)))