From 8970de936fd31e237f676ba302a6f6a83517d2cf Mon Sep 17 00:00:00 2001 From: Greg Sjaardema Date: Tue, 2 Jan 2024 10:47:34 -0700 Subject: [PATCH] TPL: New versions of cgns, fmt --- install-tpl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-tpl.sh b/install-tpl.sh index 3ea00db27b..0e1a76c8a5 100755 --- a/install-tpl.sh +++ b/install-tpl.sh @@ -608,7 +608,7 @@ then then echo "${txtgrn}+++ Configuring, Building, and Installing...${txtrst}" cd CGNS || exit - git checkout v4.3.0 + git checkout v4.4.0 rm -rf build mkdir build cd build || exit @@ -770,7 +770,7 @@ then echo "${txtgrn}+++ FMT${txtrst}" cd $ACCESS || exit cd TPL/fmt || exit - fmt_version="10.1.0" + fmt_version="10.2.0" if [ "$DOWNLOAD" == "YES" ] then