From ce4783a1fdecf50336754828aebf5c1377bee350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Fri, 9 May 2025 10:07:40 +0200 Subject: [PATCH] Windows package: update HDF5 and libaec dependencies The issue mentioned in commit fc1d0fa876ee472ab59ec3c2e1e3c116bbd34cce has been fixed in MSYS2. --- windows/deps/versions.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/deps/versions.mk b/windows/deps/versions.mk index 92c0b50ee1..9049fcbde9 100644 --- a/windows/deps/versions.mk +++ b/windows/deps/versions.mk @@ -33,11 +33,11 @@ MINGW64_ZLIB_VERSION = 1.3.1-1 # Dependency of matio # pacman -Ss mingw-w64-x86_64-hdf5 -MINGW64_HDF5_VERSION = 1.14.5-2 +MINGW64_HDF5_VERSION = 1.14.6-3 # Dependency of HDF5 (provides szip library) # pacman -Ss mingw-w64-x86_64-libaec -MINGW64_LIBAEC_VERSION = 1.1.3-3 +MINGW64_LIBAEC_VERSION = 1.1.3-4 # Dependency of HDF5 and libssh2 # pacman -Ss mingw-w64-x86_64-openssl -- GitLab