[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#65623] [PATCH 1/2] gnu: matio: Use standard hd5 as input.
From: |
Andreas Enge |
Subject: |
[bug#65623] [PATCH 1/2] gnu: matio: Use standard hd5 as input. |
Date: |
Wed, 30 Aug 2023 15:20:36 +0200 |
* gnu/packages/maths.scm (matio)[inputs]: Replace hdf5-1.8 by hdf5,
which is version 1.10.
---
gnu/packages/maths.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 @@ (define-public matio
(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
--
2.41.0