mirror of
https://github.com/OpenFOAM/ThirdParty-6.git
synced 2025-12-08 06:57:43 +00:00
README: Update minimum gcc version supported to 4.8.0
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>OpenFOAM-dev Third-Party packages</title>
|
<title>OpenFOAM-dev Third-Party packages</title>
|
||||||
<!-- 2016-07-01 Fri 16:00 -->
|
<!-- 2016-08-25 Thu 14:18 -->
|
||||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||||
<meta name="generator" content="Org-mode" />
|
<meta name="generator" content="Org-mode" />
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
@ -189,7 +189,7 @@ Scripts for building third-party packages.
|
|||||||
<h2 id="sec-2"><span class="section-number-2">2</span> Order of execution:</h2>
|
<h2 id="sec-2"><span class="section-number-2">2</span> Order of execution:</h2>
|
||||||
<div class="outline-text-2" id="text-2">
|
<div class="outline-text-2" id="text-2">
|
||||||
<ul class="org-ul">
|
<ul class="org-ul">
|
||||||
<li>makeGcc (recommended if the system gcc is < 4.7)
|
<li>makeGcc (recommended if the system gcc is < 4.8)
|
||||||
</li>
|
</li>
|
||||||
<li>Allwmake (Builds OpenMPI, Scotch etc.)
|
<li>Allwmake (Builds OpenMPI, Scotch etc.)
|
||||||
</li>
|
</li>
|
||||||
@ -218,7 +218,7 @@ Scripts for building third-party packages.
|
|||||||
<h3 id="sec-3-1"><span class="section-number-3">3.1</span> Gcc C++ Compiler</h3>
|
<h3 id="sec-3-1"><span class="section-number-3">3.1</span> Gcc C++ Compiler</h3>
|
||||||
<div class="outline-text-3" id="text-3-1">
|
<div class="outline-text-3" id="text-3-1">
|
||||||
<p>
|
<p>
|
||||||
The minimum version of gcc required is 4.5.0
|
The minimum version of gcc required is 4.8.0
|
||||||
</p>
|
</p>
|
||||||
<ul class="org-ul">
|
<ul class="org-ul">
|
||||||
<li>gcc <a href="http://gcc.gnu.org/releases.html">http://gcc.gnu.org/releases.html</a>
|
<li>gcc <a href="http://gcc.gnu.org/releases.html">http://gcc.gnu.org/releases.html</a>
|
||||||
@ -394,7 +394,7 @@ change to the vtkXOpenGLRenderWindow.cxx file in ParaView: Uncomment line 30
|
|||||||
</div>
|
</div>
|
||||||
<div id="postamble" class="status">
|
<div id="postamble" class="status">
|
||||||
<p class="date">Date: 31th May 2016</p>
|
<p class="date">Date: 31th May 2016</p>
|
||||||
<p class="date">Created: 2016-07-01 Fri 16:00</p>
|
<p class="date">Created: 2016-08-25 Thu 14:18</p>
|
||||||
<p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 24.5 (<a href="http://orgmode.org">Org</a> mode 8.2.10)</p>
|
<p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 24.5 (<a href="http://orgmode.org">Org</a> mode 8.2.10)</p>
|
||||||
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
* Description
|
* Description
|
||||||
Scripts for building third-party packages.
|
Scripts for building third-party packages.
|
||||||
* Order of execution:
|
* Order of execution:
|
||||||
+ makeGcc (recommended if the system gcc is < 4.7)
|
+ makeGcc (recommended if the system gcc is < 4.8)
|
||||||
+ Allwmake (Builds OpenMPI, Scotch etc.)
|
+ Allwmake (Builds OpenMPI, Scotch etc.)
|
||||||
+ makeCmake (if the system cmake version is < 2.8.8)
|
+ makeCmake (if the system cmake version is < 2.8.8)
|
||||||
+ makeParaView
|
+ makeParaView
|
||||||
@ -19,7 +19,7 @@
|
|||||||
+ Allclean (Only required to save disk space)
|
+ Allclean (Only required to save disk space)
|
||||||
* Versions and locations to download the third party packages
|
* Versions and locations to download the third party packages
|
||||||
*** Gcc C++ Compiler
|
*** Gcc C++ Compiler
|
||||||
The minimum version of gcc required is 4.5.0
|
The minimum version of gcc required is 4.8.0
|
||||||
+ gcc http://gcc.gnu.org/releases.html
|
+ gcc http://gcc.gnu.org/releases.html
|
||||||
+ gmp http://gmplib.org/
|
+ gmp http://gmplib.org/
|
||||||
ftp://ftp.gnu.org/gnu/gmp/gmp-5.1.2.tar.bz2
|
ftp://ftp.gnu.org/gnu/gmp/gmp-5.1.2.tar.bz2
|
||||||
|
|||||||
Reference in New Issue
Block a user