Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Development
OpenFOAM-plus
Commits
36492f48
Commit
36492f48
authored
Jan 31, 2019
by
Mark Olesen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CONFIG: add config hooks for gcc 6.5.0, gcc 7.4.0
parent
daffc2b7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
2 deletions
+14
-2
etc/bashrc
etc/bashrc
+1
-1
etc/config.csh/compiler
etc/config.csh/compiler
+6
-0
etc/config.sh/compiler
etc/config.sh/compiler
+6
-0
etc/cshrc
etc/cshrc
+1
-1
No files found.
etc/bashrc
View file @
36492f48
...
...
@@ -68,7 +68,7 @@ projectDir="$HOME/OpenFOAM/OpenFOAM-$WM_PROJECT_VERSION"
export
WM_COMPILER_TYPE
=
system
# [WM_COMPILER] - Compiler:
# = Gcc | Gcc4[8-9] | Gcc5[1-5] | Gcc6[1-
4
] | Gcc7[1-
3
] | Gcc8[12] |
# = Gcc | Gcc4[8-9] | Gcc5[1-5] | Gcc6[1-
5
] | Gcc7[1-
4
] | Gcc8[12] |
# Clang | Clang3[7-9] | Clang[4-6]0 | Icc | Cray | Arm
export
WM_COMPILER
=
Gcc
...
...
etc/config.csh/compiler
View file @
36492f48
...
...
@@ -62,6 +62,9 @@ case ThirdParty:
case
Gcc64
*
:
set
gcc_version
=
gcc-6.4.0
breaksw
case
Gcc65
*
:
set
gcc_version
=
gcc-6.5.0
breaksw
case
Gcc71
*
:
set
gcc_version
=
gcc-7.1.0
breaksw
...
...
@@ -71,6 +74,9 @@ case ThirdParty:
case
Gcc73
*
:
set
gcc_version
=
gcc-7.3.0
breaksw
case
Gcc74
*
:
set
gcc_version
=
gcc-7.4.0
breaksw
case
Gcc81
*
:
set
gcc_version
=
gcc-8.1.0
breaksw
...
...
etc/config.sh/compiler
View file @
36492f48
...
...
@@ -60,6 +60,9 @@ ThirdParty)
Gcc64
*
)
gcc_version
=
gcc-6.4.0
;;
Gcc65
*
)
gcc_version
=
gcc-6.5.0
;;
Gcc71
*
)
gcc_version
=
gcc-7.1.0
;;
...
...
@@ -69,6 +72,9 @@ ThirdParty)
Gcc73
*
)
gcc_version
=
gcc-7.3.0
;;
Gcc74
*
)
gcc_version
=
gcc-7.4.0
;;
Gcc81
*
)
gcc_version
=
gcc-8.1.0
;;
...
...
etc/cshrc
View file @
36492f48
...
...
@@ -70,7 +70,7 @@ set projectDir=`lsof +p $$ |& \
setenv WM_COMPILER_TYPE system
# [WM_COMPILER] - Compiler:
# = Gcc | Gcc4[8-9] | Gcc5[1-5] | Gcc6[1-
4
] | Gcc7[1-
3
] | Gcc8[12] |
# = Gcc | Gcc4[8-9] | Gcc5[1-5] | Gcc6[1-
5
] | Gcc7[1-
4
] | Gcc8[12] |
# Clang | Clang3[7-9] | Clang[4-6]0 | Icc | Cray | Arm
setenv WM_COMPILER Gcc
...
...
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