From cf5796b980bbb2b6abf47df667fc72e250cb2102 Mon Sep 17 00:00:00 2001 From: shahramn Date: Tue, 10 Dec 2024 10:55:10 +0000 Subject: [PATCH] Temporary change of branch to test GitHub CD actions --- scripts/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/common.sh b/scripts/common.sh index 7be09b1..c1d67ae 100755 --- a/scripts/common.sh +++ b/scripts/common.sh @@ -14,7 +14,7 @@ GIT_ECBUILD=https://github.com/ecmwf/ecbuild.git ECBUILD_VERSION=master GIT_ECCODES=https://github.com/ecmwf/eccodes.git -ECCODES_VERSION=2.39.1 +ECCODES_VERSION=hotfix/2.39.1 ECCODES_COMMON_CMAKE_OPTIONS="-DENABLE_PNG=1 -DENABLE_JPG=1 -DENABLE_NETCDF=0 -DENABLE_EXAMPLES=0 -DENABLE_ECCODES_THREADS=1" GIT_AEC=https://github.com/MathisRosenhauer/libaec.git