Added support for gcc-8.1

This commit is contained in:
Henry Weller
2018-05-08 19:57:47 +01:00
parent 08cadfde74
commit 3682e7ad9d
9 changed files with 15 additions and 43 deletions

View File

@ -2,7 +2,7 @@
# ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration |
# \\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
# \\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
# \\/ M anipulation |
#------------------------------------------------------------------------------
# License
@ -57,6 +57,9 @@ OpenFOAM | ThirdParty)
Gcc61)
gcc_version=gcc-6.1.0
;;
Gcc81)
gcc_version=gcc-8.1.0
;;
Clang)
# Using clang - not gcc
export WM_CC='clang'