guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: matio: Use standard hd5 as input.


From: guix-commits
Subject: 01/02: gnu: matio: Use standard hd5 as input.
Date: Thu, 31 Aug 2023 06:55:28 -0400 (EDT)

andreas pushed a commit to branch master
in repository guix.

commit e5ce59e2120d186730727b8fe5a8a4aeb276a82e
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Wed Aug 30 14:48:00 2023 +0200

    gnu: matio: Use standard hd5 as input.
    
    * 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 @@ 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]