From 39388ea46fb2c59466d5185509fd1837f5c8f14d Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Fri, 19 Apr 2024 00:03:09 +0200 Subject: [PATCH] [gmsh]: Update to 4.13.0 and build with updated HDF5 version (#8492) * [gmsh]: update HDF5 version * Update to 4.13.0 --- G/gmsh/build_tarballs.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/G/gmsh/build_tarballs.jl b/G/gmsh/build_tarballs.jl index 467724d4391..cb6eb6cff30 100644 --- a/G/gmsh/build_tarballs.jl +++ b/G/gmsh/build_tarballs.jl @@ -3,12 +3,12 @@ using BinaryBuilder name = "gmsh" -version = v"4.12.2" +version = v"4.13.0" # Collection of sources required to build Gmsh sources = [ ArchiveSource("https://gmsh.info/src/gmsh-$(version)-source.tgz", - "13e09d9ca8102e5c40171d6ee150c668742b98c3a6ca57f837f7b64e1e2af48f"), + "2a286195e27fe11ee48ce3c98a07c6a4b9961f1e03878e0e3681cf2cfc08db11"), ] # Bash recipe for building across all platforms @@ -69,7 +69,7 @@ dependencies = [ Dependency("GLU_jll"; platforms=x11_platforms), Dependency("GMP_jll"; compat="6.2"), # Updating to a newer HDF5 version requires rebuilding this package - Dependency("HDF5_jll"; platforms=hdf5_platforms, compat="~1.12.1"), + Dependency("HDF5_jll"; platforms=hdf5_platforms, compat="~1.14.3"), Dependency("JpegTurbo_jll"), Dependency("Libglvnd_jll"; platforms=x11_platforms), Dependency("libpng_jll"),