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">
|
||||
<head>
|
||||
<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 name="generator" content="Org-mode" />
|
||||
<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>
|
||||
<div class="outline-text-2" id="text-2">
|
||||
<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>Allwmake (Builds OpenMPI, Scotch etc.)
|
||||
</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>
|
||||
<div class="outline-text-3" id="text-3-1">
|
||||
<p>
|
||||
The minimum version of gcc required is 4.5.0
|
||||
The minimum version of gcc required is 4.8.0
|
||||
</p>
|
||||
<ul class="org-ul">
|
||||
<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 id="postamble" class="status">
|
||||
<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="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
|
||||
</div>
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
* Description
|
||||
Scripts for building third-party packages.
|
||||
* 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.)
|
||||
+ makeCmake (if the system cmake version is < 2.8.8)
|
||||
+ makeParaView
|
||||
@ -19,7 +19,7 @@
|
||||
+ Allclean (Only required to save disk space)
|
||||
* Versions and locations to download the third party packages
|
||||
*** 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
|
||||
+ gmp http://gmplib.org/
|
||||
ftp://ftp.gnu.org/gnu/gmp/gmp-5.1.2.tar.bz2
|
||||
|
||||
Reference in New Issue
Block a user