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
76c39302
Commit
76c39302
authored
8 years ago
by
Mark OLESEN
Browse files
Options
Downloads
Patches
Plain Diff
CONFIG: add compiler config for Gcc 7.1.0
parent
90a07ff4
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
+3
-0
3 additions, 0 deletions
etc/config.csh/compiler
etc/config.sh/compiler
+3
-0
3 additions, 0 deletions
etc/config.sh/compiler
with
6 additions
and
0 deletions
etc/config.csh/compiler
+
3
−
0
View file @
76c39302
...
@@ -66,6 +66,9 @@ case ThirdParty:
...
@@ -66,6 +66,9 @@ case ThirdParty:
case
Gcc63:
case
Gcc63:
set
gcc_version
=
gcc-6.3.0
set
gcc_version
=
gcc-6.3.0
breaksw
breaksw
case
Gcc71:
set
gcc_version
=
gcc-7.1.0
breaksw
case
Clang:
case
Clang:
set
clang_version
=
llvm-3.7.1
set
clang_version
=
llvm-3.7.1
breaksw
breaksw
...
...
This diff is collapsed.
Click to expand it.
etc/config.sh/compiler
+
3
−
0
View file @
76c39302
...
@@ -65,6 +65,9 @@ ThirdParty)
...
@@ -65,6 +65,9 @@ ThirdParty)
Gcc63
)
Gcc63
)
gcc_version
=
gcc-6.3.0
gcc_version
=
gcc-6.3.0
;;
;;
Gcc71
)
gcc_version
=
gcc-7.1.0
;;
Clang
)
Clang
)
clang_version
=
llvm-3.7.1
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