Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
OpenFOAM-plus
Commits
9ab570ae
Commit
9ab570ae
authored
Sep 14, 2017
by
Andrew Heather
Browse files
COMP: Added support for gcc 7.2.0
parent
24527f76
Changes
2
Hide whitespace changes
Inline
Side-by-side
etc/config.csh/compiler
View file @
9ab570ae
...
...
@@ -69,6 +69,9 @@ case ThirdParty:
case
Gcc71:
set
gcc_version
=
gcc-7.1.0
breaksw
case
Gcc72:
set
gcc_version
=
gcc-7.2.0
breaksw
case
Clang:
set
clang_version
=
llvm-3.7.1
breaksw
...
...
etc/config.sh/compiler
View file @
9ab570ae
...
...
@@ -68,6 +68,9 @@ ThirdParty)
Gcc71
)
gcc_version
=
gcc-7.1.0
;;
Gcc72
)
gcc_version
=
gcc-7.2.0
;;
Clang
)
clang_version
=
llvm-3.7.1
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment