From ab414fdaf465d932691d2186ebc3454f634091e9 Mon Sep 17 00:00:00 2001 From: John Soo Date: Tue, 23 Jul 2019 08:23:15 -0700 Subject: [PATCH 1/2] gnu: hdf5: Update to 1.10.5. * gnu/packages/maths.scm (hdf5): Update to 1.10.5. --- gnu/packages/maths.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index b204b314c6..c2ebe36287 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -31,6 +31,7 @@ ;;; Copyright © 2018 Julien Lepiller ;;; Copyright © 2018 Amin Bandali ;;; Copyright © 2019 Nicolas Goaziou +;;; Copyright © 2019 John Soo ;;; ;;; This file is part of GNU Guix. ;;; @@ -753,7 +754,7 @@ incompatible with HDF5.") (define-public hdf5 (package (name "hdf5") - (version "1.8.21") + (version "1.10.5") (source (origin (method url-fetch) @@ -768,7 +769,7 @@ incompatible with HDF5.") (string-append major minor))) "/src/hdf5-" version ".tar.bz2"))) (sha256 - (base32 "03glk4w4wyb1jyb443g53y3y1ncnf6mj2cqwm6avfr2awkgb3cg5")) + (base32 "0i3g6v521vigzbx8wpd32ibsiiw92r65ca3qdbn0d8fj8f4fmmk8")) (patches (search-patches "hdf5-config-date.patch" "hdf5-1.8-mpi-deprecations.patch")))) (build-system gnu-build-system) -- 2.22.0