From c98f525ee76cccbd6e4fbf5f378ac35573f9ba4a Mon Sep 17 00:00:00 2001 From: Greg Sjaardema Date: Mon, 18 Nov 2024 09:46:27 -0700 Subject: [PATCH] CI: Update matio to latest release --- install-tpl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-tpl.sh b/install-tpl.sh index d9f1c56e89..edc02e94c9 100755 --- a/install-tpl.sh +++ b/install-tpl.sh @@ -720,7 +720,7 @@ then check_exec automake check_exec autoconf - matio_version="v1.5.26" + matio_version="v1.5.28" if [ "$FORCE" == "YES" ] || ! [ -e $INSTALL_PATH/lib/libmatio.${LD_EXT} ] then echo "${txtgrn}+++ MatIO ${matio_version} ${txtrst}"