Skip to content

Commit

Permalink
TPL: New versions of cgns, fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gsjaardema committed Jan 2, 2024
1 parent a861746 commit 8970de9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-tpl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8970de9

Please sign in to comment.