From 92f3b70309e77d8719e45ed443c95be1800e647b Mon Sep 17 00:00:00 2001 From: Quentin Rodier <quentin.rodier@meteo.fr> Date: Wed, 24 Jan 2024 10:58:14 +0100 Subject: [PATCH] Quentin 24/01/2024: use VER_CDF=CDFAUTO either Ubuntu20 or Ubuntu22 for CNRM computers --- src/configure | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/configure b/src/configure index 2f95729cb..724b4aa14 100755 --- a/src/configure +++ b/src/configure @@ -484,17 +484,16 @@ export SPLL=spll_new export VER_MPI=${VER_MPI:-MPIAUTO} export OPTLEVEL=${OPTLEVEL:-DEBUG} export MVWORK=${MVWORK:-NO} + export VER_CDF=${VER_CDF:-CDFAUTO} export NEED_TOOLS=NO # Ubuntu version case "$(lsb_release -sr)" in 20.04) - export VER_CDF=${VER_CDF:-CDFCTI} export MNHENV=${MNHENV:-" export SPLL=spll_new "} ;; 22.04) - export VER_CDF=${VER_CDF:-CDFAUTO} export MNHENV=${MNHENV:-" export PATH=/opt/gcc-9.4.0/bin:\$PATH export SPLL=spll_new -- GitLab