me
/
guix
Archived
1
0
Fork 0

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
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
1 changed files with 1 additions and 1 deletions

View File

@ -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)))