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
a8341487
Commit
a8341487
authored
10 years ago
by
Henry
Committed by
Andrew Heather
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade clang to 3.4.2
parent
49de6a3a
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/settings.csh
+1
-1
1 addition, 1 deletion
etc/config/settings.csh
etc/config/settings.sh
+1
-1
1 addition, 1 deletion
etc/config/settings.sh
with
2 additions
and
2 deletions
etc/config/settings.csh
+
1
−
1
View file @
a8341487
...
...
@@ -235,7 +235,7 @@ case ThirdParty:
# using clang - not gcc
setenv WM_CC
'clang'
setenv WM_CXX
'clang++'
set
clang_version
=
llvm-3.4
set
clang_version
=
llvm-3.4
.2
breaksw
default:
echo
...
...
This diff is collapsed.
Click to expand it.
etc/config/settings.sh
+
1
−
1
View file @
a8341487
...
...
@@ -256,7 +256,7 @@ OpenFOAM | ThirdParty)
# using clang - not gcc
export
WM_CC
=
'clang'
export
WM_CXX
=
'clang++'
clang_version
=
llvm-3.4
clang_version
=
llvm-3.4
.2
;;
*
)
echo
1>&2
...
...
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