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
0f47e1bc
Commit
0f47e1bc
authored
8 years ago
by
Mark OLESEN
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' into 'master'
Last-minute fix for typos See merge request
!3
parents
4b5eff03
063c34f1
No related branches found
No related tags found
1 merge request
!3
Last-minute fix for typos
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
BUILD.md
+10
-0
10 additions, 0 deletions
BUILD.md
makeCGAL
+1
-1
1 addition, 1 deletion
makeCGAL
makeLLVM
+1
-1
1 addition, 1 deletion
makeLLVM
makeTecio
+1
-1
1 addition, 1 deletion
makeTecio
with
13 additions
and
3 deletions
BUILD.md
+
10
−
0
View file @
0f47e1bc
...
...
@@ -336,6 +336,16 @@ The minimum CMake requirements for building various components.
3.5 ParaView-5.1.0
### GCC Minimum Requirements <a name="min-gcc"></a>
The minimum gcc/g++ requirements for building various components.
4.7 llvm-3.7.0
4.7 llvm-3.6.2
4.7 llvm-3.5.2
4.4 llvm-3.4.2
<!-- gcc-related -->
[
page gcc
]:
http://gcc.gnu.org/releases.html
[
page gmp
]:
http://gmplib.org/
...
...
This diff is collapsed.
Click to expand it.
makeCGAL
+
1
−
1
View file @
0f47e1bc
...
...
@@ -91,7 +91,7 @@ USAGE
}
#------------------------------------------------------------------------------
# Ensure CMake gets the correct C/C++ compiler
[
-n
"
$WM_CC
"
]
&&
export
CC
=
"
$WM_CC
X
"
[
-n
"
$WM_CC
"
]
&&
export
CC
=
"
$WM_CC
"
[
-n
"
$WM_CXX
"
]
&&
export
CXX
=
"
$WM_CXX
"
unset
optHeadersOnly
...
...
This diff is collapsed.
Click to expand it.
makeLLVM
+
1
−
1
View file @
0f47e1bc
...
...
@@ -89,7 +89,7 @@ USAGE
}
#-----------------------------------------------------------------------------
# Ensure CMake gets the correct C/C++ compiler
[
-n
"
$WM_CC
"
]
&&
export
CC
=
"
$WM_CC
X
"
[
-n
"
$WM_CC
"
]
&&
export
CC
=
"
$WM_CC
"
[
-n
"
$WM_CXX
"
]
&&
export
CXX
=
"
$WM_CXX
"
# Parse options
...
...
This diff is collapsed.
Click to expand it.
makeTecio
+
1
−
1
View file @
0f47e1bc
...
...
@@ -77,7 +77,7 @@ USAGE
}
#------------------------------------------------------------------------------
# Ensure CMake gets the correct C/C++ compiler
[
-n
"
$WM_CC
"
]
&&
export
CC
=
"
$WM_CC
X
"
[
-n
"
$WM_CC
"
]
&&
export
CC
=
"
$WM_CC
"
[
-n
"
$WM_CXX
"
]
&&
export
CXX
=
"
$WM_CXX
"
# Parse options
...
...
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