diff options
author | Romain GARBAGE <romain.garbage@inria.fr> | 2024-03-11 12:07:06 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-04-04 16:18:33 +0200 |
commit | 64b0ae2e8a1330f7259cbe509c1d882deb4e2769 (patch) | |
tree | da9528538ea71b1a9a0f169bfd37217a12e4802d /gnu/packages | |
parent | a5293c81a8494e7ef5ec4add4b66ea3f9fe645d7 (diff) | |
download | guix-64b0ae2e8a1330f7259cbe509c1d882deb4e2769.tar.gz guix-64b0ae2e8a1330f7259cbe509c1d882deb4e2769.zip |
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>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/engineering.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 7354b64c8c..8eb800413f 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -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))) |