From 022e6d865f70fbeb20ee4bc69415e8a117196130 Mon Sep 17 00:00:00 2001 From: Quentin Rodier <quentin.rodier@meteo.fr> Date: Thu, 4 Jul 2024 13:52:11 +0200 Subject: [PATCH] Quentin 04/07/2024: use gfortran 11.4 (version by default) for CNRM/ENM/MF for local compilation --- src/configure | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/configure b/src/configure index 724b4aa14..2e1e2df81 100755 --- a/src/configure +++ b/src/configure @@ -461,7 +461,6 @@ export CC=gcc export VER_CDF=${VER_CDF:-CDFAUTO} export NEED_TOOLS=NO export MNHENV=${MNHENV:-" -export PATH=/opt/gcc-9.4.0/bin:\$PATH export SPLL=spll_new "} ;; @@ -474,7 +473,6 @@ export SPLL=spll_new export VER_CDF=${VER_CDF:-CDFAUTO} export NEED_TOOLS=NO export MNHENV=${MNHENV:-" -export PATH=/opt/gcc-9.4.0/bin:\$PATH export SPLL=spll_new "} ;; @@ -495,7 +493,6 @@ export SPLL=spll_new ;; 22.04) export MNHENV=${MNHENV:-" -export PATH=/opt/gcc-9.4.0/bin:\$PATH export SPLL=spll_new "} ;; -- GitLab