diff options
author | Andreas Enge <andreas@enge.fr> | 2023-08-30 14:48:00 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-08-31 12:53:36 +0200 |
commit | e5ce59e2120d186730727b8fe5a8a4aeb276a82e (patch) | |
tree | c0833ddb3d9bf0339e5fb1c8d97cd74953a65161 | |
parent | 299d0463d54c97b237deb2fe9e464108544344c0 (diff) |
gnu: matio: Use standard hd5 as input.
* gnu/packages/maths.scm (matio)[inputs]: Replace hdf5-1.8 by hdf5,
which is version 1.10.
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index d43f616e38..98ed03e0d6 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -5935,7 +5935,7 @@ structured and unstructured grid problems."))) (install-file "src/matioConfig.h" (string-append #$output "/include"))))))) (inputs - (list zlib hdf5-1.8)) + (list zlib hdf5)) (home-page "http://matio.sourceforge.net/") (synopsis "Library for reading and writing MAT files") (description "Matio is a library for reading and writing MAT files. It |