Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
ThirdParty-common
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
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository 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
ThirdParty-common
Commits
03075ef0
Commit
03075ef0
authored
7 years ago
by
Mark OLESEN
Browse files
Options
Downloads
Patches
Plain Diff
STYLE: update some build comments regarding min gcc for clang
parent
6485db81
No related branches found
No related tags found
1 merge request
!5
Final content for 1712 release
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
BUILD.md
+11
-2
11 additions, 2 deletions
BUILD.md
README.md
+1
-0
1 addition, 0 deletions
README.md
SOURCES.txt
+1
-1
1 addition, 1 deletion
SOURCES.txt
with
13 additions
and
3 deletions
BUILD.md
+
11
−
2
View file @
03075ef0
...
...
@@ -297,8 +297,12 @@ install the 32-bit development libraries by default.
The minimum version of clang required is 3.3.
*Attention*
: If you are building a newer version of clang, you may need to
update your CMake beforehand.
GNU
*configure*
can only be used prior to clang version 3.9.
update your CMake beforehand since GNU
*configure*
can only be used prior
to clang version 3.9.
If your system gcc is particularly old
(see
[
minimum gcc requirements for clang
](
#min-gcc
)
)
you may have additional hurdles to using the newest versions of clang.
| Name | Location
...
...
@@ -365,6 +369,10 @@ The minimum gcc/g++ requirements for building various components.
4.7 llvm-3.5.2
4.4 llvm-3.4.2
If your system gcc/g++ is too old to build the desired llvm/clang
version, you may need to build a lower llvm/clang version and then use
that clang compiler for building the newer llvm/clang version.
<!-- gcc-related -->
[
page gcc
]:
http://gcc.gnu.org/releases.html
...
...
@@ -457,6 +465,7 @@ The minimum gcc/g++ requirements for building various components.
[
link AddOns
]:
https://develop.openfoam.com/Community/OpenFOAM-addOns
[
link community-projects
]:
http://www.openfoam.com/community/projects.php
---
<!-- Standard Footer -->
## Additional OpenFOAM Links
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
0
View file @
03075ef0
...
...
@@ -72,6 +72,7 @@ More details can be found the ThirdParty BUILD.md information.
[
link AddOns
]:
https://develop.openfoam.com/Community/OpenFOAM-addOns
[
link community-projects
]:
http://www.openfoam.com/community/projects.php
---
<!-- Standard Footer -->
## Additional OpenFOAM Links
...
...
This diff is collapsed.
Click to expand it.
SOURCES.txt
+
1
−
1
View file @
03075ef0
...
...
@@ -49,7 +49,7 @@ openmpi-1.10.0 *update*
scotch_6.0.3
OpenFOAM-v2.4
+
OpenFOAM-v2.4
---------------
CGAL-4.6 *update*
ParaView-4.1.0
...
...
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