diff options
author | Romain GARBAGE <romain.garbage@inria.fr> | 2024-03-11 12:07:07 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-04-04 16:18:40 +0200 |
commit | 12d7d072a73847d4a3c28fb48e3dfb24618cf7b6 (patch) | |
tree | db91ab47f6e364bcc58250993df4578c8d9b0b88 | |
parent | 64b0ae2e8a1330f7259cbe509c1d882deb4e2769 (diff) | |
download | guix-12d7d072a73847d4a3c28fb48e3dfb24618cf7b6.tar.gz guix-12d7d072a73847d4a3c28fb48e3dfb24618cf7b6.zip |
gnu: casacore: Remove dependency on lapack.
* gnu/packages/astronomy.scm (casacore): Remove dependency on lapack.
Change-Id: I83776d9d780715fc4fe40daad9e1724a94f6910d
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-rw-r--r-- | gnu/packages/astronomy.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index bde29f7990..00e262c94f 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -411,7 +411,6 @@ wide set of telescopes.") fftwf gfortran hdf5 - lapack ncurses openblas python |