diff --git a/etc/config.sh/compiler b/etc/config.sh/compiler index 01c6389d70..7c974955a7 100644 --- a/etc/config.sh/compiler +++ b/etc/config.sh/compiler @@ -57,6 +57,9 @@ OpenFOAM | ThirdParty) Gcc82) gcc_version=gcc-8.2.0 ;; + Gcc95) + gcc_version=gcc-9.5.0 + ;; Gcc111) gcc_version=gcc-11.1.0 ;;