unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65623] [PATCH 0/2] Update matio
@ 2023-08-30 13:15 Andreas Enge
  2023-08-30 13:20 ` [bug#65623] [PATCH 1/2] gnu: matio: Use standard hd5 as input Andreas Enge
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andreas Enge @ 2023-08-30 13:15 UTC (permalink / raw)
  To: 65623; +Cc: Andreas Enge, Andreas Enge, Efraim Flashner, Eric Bavier

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





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#65623] [PATCH 1/2] gnu: matio: Use standard hd5 as input.
  2023-08-30 13:15 [bug#65623] [PATCH 0/2] Update matio Andreas Enge
@ 2023-08-30 13:20 ` Andreas Enge
  2023-08-30 13:20 ` [bug#65623] [PATCH 2/2] gnu: matio: Update to 1.5.23 Andreas Enge
  2023-08-31 10:57 ` bug#65623: Close Andreas Enge
  2 siblings, 0 replies; 4+ messages in thread
From: Andreas Enge @ 2023-08-30 13:20 UTC (permalink / raw)
  To: 65623; +Cc: Andreas Enge, Andreas Enge, Efraim Flashner, Eric Bavier

* 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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#65623] [PATCH 2/2] gnu: matio: Update to 1.5.23.
  2023-08-30 13:15 [bug#65623] [PATCH 0/2] Update matio Andreas Enge
  2023-08-30 13:20 ` [bug#65623] [PATCH 1/2] gnu: matio: Use standard hd5 as input Andreas Enge
@ 2023-08-30 13:20 ` Andreas Enge
  2023-08-31 10:57 ` bug#65623: Close Andreas Enge
  2 siblings, 0 replies; 4+ messages in thread
From: Andreas Enge @ 2023-08-30 13:20 UTC (permalink / raw)
  To: 65623; +Cc: Andreas Enge, Andreas Enge, Efraim Flashner, Eric Bavier

* gnu/packages/maths.scm (matio): Update to 1.5.23.
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#65623: Close
  2023-08-30 13:15 [bug#65623] [PATCH 0/2] Update matio Andreas Enge
  2023-08-30 13:20 ` [bug#65623] [PATCH 1/2] gnu: matio: Use standard hd5 as input Andreas Enge
  2023-08-30 13:20 ` [bug#65623] [PATCH 2/2] gnu: matio: Update to 1.5.23 Andreas Enge
@ 2023-08-31 10:57 ` Andreas Enge
  2 siblings, 0 replies; 4+ messages in thread
From: Andreas Enge @ 2023-08-31 10:57 UTC (permalink / raw)
  To: 65623-done

Pushed, closing.

Andreas





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-08-31 10:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-30 13:15 [bug#65623] [PATCH 0/2] Update matio Andreas Enge
2023-08-30 13:20 ` [bug#65623] [PATCH 1/2] gnu: matio: Use standard hd5 as input Andreas Enge
2023-08-30 13:20 ` [bug#65623] [PATCH 2/2] gnu: matio: Update to 1.5.23 Andreas Enge
2023-08-31 10:57 ` bug#65623: Close Andreas Enge

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).