Skip to content

Commit

Permalink
Per #2948, updating versions of ecbuild, eckit, and atlas
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestop committed Aug 20, 2024
1 parent 98e8be2 commit 196083c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/scripts/installation/compile_MET_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ if [ $COMPILE_ECKIT -eq 1 ]; then

# Need to obtain ecbuild before installing eckit

vrs="3.5.0"
vrs="3.7.0"

echo
echo "Compiling ECBUILD at `date`"
Expand All @@ -653,7 +653,7 @@ if [ $COMPILE_ECKIT -eq 1 ]; then
run_cmd "cmake ../ -DCMAKE_INSTALL_PREFIX=${LIB_DIR} > $(pwd)/ecbuild.cmake.log 2>&1"
run_cmd "make ${MAKE_ARGS} install > $(pwd)/ecbuild.make_install.log 2>&1"

vrs="1.20.2"
vrs="1.24.4"

echo
echo "Compiling ECKIT at `date`"
Expand All @@ -671,7 +671,7 @@ fi
# Compile ATLAS
if [ $COMPILE_ATLAS -eq 1 ]; then

vrs="0.30.0"
vrs="0.35.0"

echo
echo "Compiling ATLAS at `date`"
Expand Down

0 comments on commit 196083c

Please sign in to comment.