[PATCH 0/2] Update matio

  • Done
  • quality assurance status badge
Details
One participant
  • Andreas Enge
Owner
unassigned
Submitted by
Andreas Enge
Severity
normal
A
A
Andreas Enge wrote on 30 Aug 2023 15:15
(address . guix-patches@gnu.org)(name . Andreas Enge)(address . andreas@enge.fr)
cover.1693401278.git.andreas@enge.fr
The two patches update matio to its most recent version and replace its
hdf5 input. Both the old and the new version build with our standard hdf5
(@1.10) and do not need @1.8. I have checked that the dependent scilab
still builds (but itself requires hdf5@1.8 as input).

Andreas Enge (2):
gnu: matio: Use standard hd5 as input.
gnu: matio: Update to 1.5.23.

gnu/packages/maths.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


base-commit: ebaff644a6ae87ca289c827d902b46e7877e66ec
--
2.41.0
A
A
Andreas Enge wrote on 30 Aug 2023 15:20
[PATCH 1/2] gnu: matio: Use standard hd5 as input.
(address . 65623@debbugs.gnu.org)(name . Andreas Enge)(address . andreas@enge.fr)
8cd848fca36a7e5cf5e59e1049475c33dcd7200a.1693401278.git.andreas@enge.fr
* 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(-)

Toggle diff (15 lines)
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
A
A
Andreas Enge wrote on 30 Aug 2023 15:20
[PATCH 2/2] gnu: matio: Update to 1.5.23.
(address . 65623@debbugs.gnu.org)(name . Andreas Enge)(address . andreas@enge.fr)
f8438749b1c3dfc85c13939973844a2f09c55151.1693401278.git.andreas@enge.fr
* gnu/packages/maths.scm (matio): Update to 1.5.23.
---
gnu/packages/maths.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 98ed03e0d6..f413403207 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5916,7 +5916,7 @@ (define-public hypre-openmpi
(define-public matio
(package
(name "matio")
- (version "1.5.19")
+ (version "1.5.23")
(source
(origin
(method url-fetch)
@@ -5924,7 +5924,7 @@ (define-public matio
"matio-" version ".tar.gz"))
(sha256
(base32
- "0vr8c1mz1k6mz0sgh6n3scl5c3a71iqmy5fnydrgq504icj4vym4"))))
+ "0vjdkxn402gwrgbi5ii3n2ai01bjzzfb588iqd9ylinzc7kfm4cz"))))
(build-system gnu-build-system)
(arguments
(list
--
2.41.0
A
A
Andreas Enge wrote on 31 Aug 2023 12:57
Close
(address . 65623-done@debbugs.gnu.org)
ZPByFe4MiGi0xLu5@jurong
Pushed, closing.

Andreas
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 65623@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 65623
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch