From ae37547c71926cb1d0c6040ae4e072e5cd5222ed Mon Sep 17 00:00:00 2001 From: Greg Sjaardema Date: Thu, 21 Dec 2023 15:59:50 -0700 Subject: [PATCH] TPL: Update matio version --- install-tpl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-tpl.sh b/install-tpl.sh index 00d852a2e9..3ea00db27b 100755 --- a/install-tpl.sh +++ b/install-tpl.sh @@ -723,7 +723,7 @@ then check_exec automake check_exec autoconf - matio_version="1.5.23" + matio_version="v1.5.26" if [ "$FORCE" == "YES" ] || ! [ -e $INSTALL_PATH/lib/libmatio.${LD_EXT} ] then echo "${txtgrn}+++ MatIO${txtrst}"