CONFIG: update compiler minimums (gcc-7.5.0) and standard (c++14)

This commit is contained in:
Mark Olesen
2023-08-11 10:50:11 +02:00
parent 4daaf6dd2a
commit 066a5a997a
5 changed files with 59 additions and 58 deletions

View File

@ -6,7 +6,7 @@
# \\ / A nd | www.openfoam.com
# \\/ M anipulation |
#------------------------------------------------------------------------------
# Copyright (C) 2020 OpenCFD Ltd.
# Copyright (C) 2020-2023 OpenCFD Ltd.
#------------------------------------------------------------------------------
# License
# This file is part of OpenFOAM, distributed under GPL-3.0-or-later.
@ -116,11 +116,10 @@ export WM_PROJECT_DIR="$projectDir"
#
# parse this type of content
# ----
# default_clang_version=llvm-3.7.1
# default_gcc_version=gcc-4.8.5
# default_clang_version=llvm-[digits].[digits].[digits]
# default_gcc_version=gcc-[digits].[digits].[digits]
#
# Gcc48*) gcc_version=gcc-4.8.5 ;;
# Gcc49*) gcc_version=gcc-4.9.4 ;;
# Gcc121*) gcc_version=gcc-[digits].[digits].[digits] ;;
# ----
queryCompiler()