Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
openfoam
Commits
1b7b9eab
Commit
1b7b9eab
authored
6 years ago
by
Mark OLESEN
Committed by
Andrew Heather
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
CONFIG: add compiler config for gcc-9
Caveat: The -Wdeprecated-copy produces many, many compiler warnings
parent
7b02c0fa
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
etc/config.csh/compiler
+8
-2
8 additions, 2 deletions
etc/config.csh/compiler
etc/config.sh/compiler
+7
-1
7 additions, 1 deletion
etc/config.sh/compiler
with
15 additions
and
3 deletions
etc/config.csh/compiler
+
8
−
2
View file @
1b7b9eab
...
...
@@ -2,10 +2,10 @@
# ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration |
# \\ / A nd | Copyright (C) 2016-201
8
OpenCFD Ltd.
# \\ / A nd | Copyright (C) 2016-201
9
OpenCFD Ltd.
# \\/ M anipulation |
#------------------------------------------------------------------------------
# | Copyright (C) 2016 OpenFOAM Foundation
# | Copyright (C)
2011-
2016 OpenFOAM Foundation
#------------------------------------------------------------------------------
# License
# This file is part of OpenFOAM, licensed under GNU General Public License
...
...
@@ -85,6 +85,12 @@ case ThirdParty:
case
Gcc82
*
:
set
gcc_version
=
gcc-8.2.0
breaksw
case
Gcc83
*
:
set
gcc_version
=
gcc-8.3.0
breaksw
case
Gcc91
*
:
set
gcc_version
=
gcc-9.1.0
breaksw
case
Clang:
case
Clang37
*
:
set
clang_version
=
llvm-3.7.1
...
...
This diff is collapsed.
Click to expand it.
etc/config.sh/compiler
+
7
−
1
View file @
1b7b9eab
...
...
@@ -2,7 +2,7 @@
# ========= |
# \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
# \\ / O peration |
# \\ / A nd | Copyright (C) 2016-201
8
OpenCFD Ltd.
# \\ / A nd | Copyright (C) 2016-201
9
OpenCFD Ltd.
# \\/ M anipulation |
#------------------------------------------------------------------------------
# | Copyright (C) 2011-2016 OpenFOAM Foundation
...
...
@@ -83,6 +83,12 @@ ThirdParty)
Gcc82
*
)
gcc_version
=
gcc-8.2.0
;;
Gcc83
*
)
gcc_version
=
gcc-8.3.0
;;
Gcc91
*
)
gcc_version
=
gcc-9.1.0
;;
Clang
|
Clang37
*
)
clang_version
=
llvm-3.7.1
;;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment