README: Updated download instructions

This commit is contained in:
Henry Weller
2016-05-31 09:16:57 +01:00
parent eba760a6d6
commit f72ad1f0a6
2 changed files with 90 additions and 18 deletions

View File

@ -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-05-30 Mon 21:15 -->
<!-- 2016-05-31 Tue 09:15 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="generator" content="Org-mode" />
<style type="text/css">
@ -150,7 +150,12 @@ for the JavaScript code in this tag.
<li><a href="#sec-3">3. Versions and locations to download the third party packages</a>
<ul>
<li><a href="#sec-3-1">3.1. Gcc C++ Compiler</a></li>
<li><a href="#sec-3-2">3.2. Parallel Processing</a></li>
<li><a href="#sec-3-2">3.2. Parallel Processing</a>
<ul>
<li><a href="#sec-3-2-1">3.2.1. Scotch</a></li>
<li><a href="#sec-3-2-2">3.2.2. OpenMPI</a></li>
</ul>
</li>
<li><a href="#sec-3-3">3.3. ParaView</a></li>
<li><a href="#sec-3-4">3.4. CGAL</a></li>
<li><a href="#sec-3-5">3.5. Miscellaneous</a></li>
@ -159,7 +164,12 @@ for the JavaScript code in this tag.
<li><a href="#sec-4">4. Notes</a>
<ul>
<li><a href="#sec-4-1">4.1. Building ParaView-4.3.1/4.4.0/5.0.0/5.0.1</a></li>
<li><a href="#sec-4-2">4.2. Building ParaView-5.0.1 with gcc-6.1.0</a></li>
<li><a href="#sec-4-2">4.2. Building ParaView-5.0.1 with gcc-6.1.0</a>
<ul>
<li><a href="#sec-4-2-1">4.2.1. Add support for gcc-6.?.?</a></li>
<li><a href="#sec-4-2-2">4.2.2. SciberQuestToolKit</a></li>
</ul>
</li>
<li><a href="#sec-4-3">4.3. Building ParaView-4.1.0</a></li>
</ul>
</li>
@ -228,25 +238,47 @@ The minimum version of gcc required is 4.5.0
<div id="outline-container-sec-3-2" class="outline-3">
<h3 id="sec-3-2"><span class="section-number-3">3.2</span> Parallel Processing</h3>
<div class="outline-text-3" id="text-3-2">
</div><div id="outline-container-sec-3-2-1" class="outline-4">
<h4 id="sec-3-2-1"><span class="section-number-4">3.2.1</span> Scotch</h4>
<div class="outline-text-4" id="text-3-2-1">
<p>
Scotch-6.0.3 is provided with ThirdParty-dev or the original source pack
may be obtained from:
</p>
<ul class="org-ul">
<li>OpenMPI: <a href="http://www.open-mpi.org/software/ompi/v1.10/downloads/openmpi-1.10.2.tar.bz2">http://www.open-mpi.org/software/ompi/v1.10/downloads/openmpi-1.10.2.tar.bz2</a>
</li>
<li>Scotch/PtScotch: <a href="https://gforge.inria.fr/frs/download.php/file/34099/scotch_6.0.3.tar.gz">https://gforge.inria.fr/frs/download.php/file/34099/scotch_6.0.3.tar.gz</a>
</li>
</ul>
</div>
</div>
<div id="outline-container-sec-3-2-2" class="outline-4">
<h4 id="sec-3-2-2"><span class="section-number-4">3.2.2</span> OpenMPI</h4>
<div class="outline-text-4" id="text-3-2-2">
<ul class="org-ul">
<li>OpenMPI: <a href="http://www.open-mpi.org/software/ompi/v1.10/downloads/openmpi-1.10.2.tar.bz2">http://www.open-mpi.org/software/ompi/v1.10/downloads/openmpi-1.10.2.tar.bz2</a>
</li>
</ul>
</div>
</div>
</div>
<div id="outline-container-sec-3-3" class="outline-3">
<h3 id="sec-3-3"><span class="section-number-3">3.3</span> ParaView</h3>
<div class="outline-text-3" id="text-3-3">
<p>
ParaView-5.0.1 patched to compile and install correctly is provided with
ThirdParty-dev but older versions can be downloaded from <i>www.paraview.org</i>:
</p>
<ul class="org-ul">
<li>cmake <a href="http://www.cmake.org/files/v3.2/cmake-3.2.1.tar.gz">http://www.cmake.org/files/v3.2/cmake-3.2.1.tar.gz</a>
</li>
<li>ParaView-4.4.0 <a href="http://www.paraview.org/files/v4.4/ParaView-v4.4.0-source.tar.gz">http://www.paraview.org/files/v4.4/ParaView-v4.4.0-source.tar.gz</a>
</li>
<li>ParaView-5.0.0 <a href="http://www.paraview.org/files/v5.0/ParaView-v5.0.0-source.tar.gz">http://www.paraview.org/files/v5.0/ParaView-v5.0.0-source.tar.gz</a>
<li>ParaView-5.0.1 <a href="http://www.paraview.org/files/v5.0/ParaView-v5.0.1-source.tar.gz">http://www.paraview.org/files/v5.0/ParaView-v5.0.1-source.tar.gz</a>
</li>
</ul>
<p>
but may need patching to compile (See <a href="#sec-4">4</a>).
</p>
</div>
</div>
<div id="outline-container-sec-3-4" class="outline-3">
@ -315,11 +347,33 @@ See also <a href="http://www.openfoam.org/mantisbt/view.php?id=1887">http://www.
<div id="outline-container-sec-4-2" class="outline-3">
<h3 id="sec-4-2"><span class="section-number-3">4.2</span> Building ParaView-5.0.1 with gcc-6.1.0</h3>
<div class="outline-text-3" id="text-4-2">
</div><div id="outline-container-sec-4-2-1" class="outline-4">
<h4 id="sec-4-2-1"><span class="section-number-4">4.2.1</span> Add support for gcc-6.?.?</h4>
<div class="outline-text-4" id="text-4-2-1">
<p>
The SciberQuestToolKit plugin fails to compile with gcc-6.1.0 and causes the
compilation of ParaView to halt. The easiest solution is to delete the
ParaView-5.0.1/Plugins/SciberQuestToolKit directory.
The following cmake files
</p>
<ul class="org-ul">
<li>ParaView-5.0.1/VTK/CMake/vtkCompilerExtras.cmake
</li>
<li>ParaView-5.0.1/VTK/CMake/GenerateExportHeader.cmake
</li>
</ul>
<p>
specifically limit the gcc versions supported. To add support gcc-6.?.?
replace '<sup><a id="fnr.2" name="fnr.2" class="footref" href="#fn.2">2</a></sup>' with '<sup><a id="fnr.3" name="fnr.3" class="footref" href="#fn.3">3</a></sup>'
</p>
</div>
</div>
<div id="outline-container-sec-4-2-2" class="outline-4">
<h4 id="sec-4-2-2"><span class="section-number-4">4.2.2</span> SciberQuestToolKit</h4>
<div class="outline-text-4" id="text-4-2-2">
<p>
The SciberQuestToolKit plugin fails to compile with gcc-6.1.0 and causes
the compilation of ParaView to halt. The easiest solution is to delete
the ParaView-5.0.1/Plugins/SciberQuestToolKit directory.
</p>
</div>
</div>
</div>
<div id="outline-container-sec-4-3" class="outline-3">
@ -343,12 +397,16 @@ change to the vtkXOpenGLRenderWindow.cxx file in ParaView: Uncomment line 30
<div class="footdef"><sup><a id="fn.1" name="fn.1" class="footnum" href="#fnr.1">1</a></sup> <p>DEFINITION NOT FOUND.</p></div>
<div class="footdef"><sup><a id="fn.2" name="fn.2" class="footnum" href="#fnr.2">2</a></sup> <p>DEFINITION NOT FOUND.</p></div>
<div class="footdef"><sup><a id="fn.3" name="fn.3" class="footnum" href="#fnr.3">3</a></sup> <p>DEFINITION NOT FOUND.</p></div>
</div>
</div></div>
<div id="postamble" class="status">
<p class="date">Date: 30th May 2016</p>
<p class="date">Created: 2016-05-30 Mon 21:15</p>
<p class="date">Date: 31th May 2016</p>
<p class="date">Created: 2016-05-31 Tue 09:15</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>

View File

@ -2,7 +2,7 @@
#
#+TITLE: OpenFOAM-dev Third-Party packages
#+AUTHOR: The OpenFOAM Foundation
#+DATE: 30th May 2016
#+DATE: 31th May 2016
#+LINK: http://www.openfoam.org
#+OPTIONS: author:nil ^:{}
# Copyright (c) 2014-2016 OpenFOAM Foundation.
@ -28,12 +28,19 @@
+ mpc http://www.multiprecision.org/
http://www.multiprecision.org/mpc/download/mpc-1.0.1.tar.gz
*** Parallel Processing
+ OpenMPI: http://www.open-mpi.org/software/ompi/v1.10/downloads/openmpi-1.10.2.tar.bz2
+ Scotch/PtScotch: https://gforge.inria.fr/frs/download.php/file/34099/scotch_6.0.3.tar.gz
***** Scotch
Scotch-6.0.3 is provided with ThirdParty-dev or the original source pack
may be obtained from:
+ Scotch/PtScotch: https://gforge.inria.fr/frs/download.php/file/34099/scotch_6.0.3.tar.gz
***** OpenMPI
+ OpenMPI: http://www.open-mpi.org/software/ompi/v1.10/downloads/openmpi-1.10.2.tar.bz2
*** ParaView
ParaView-5.0.1 patched to compile and install correctly is provided with
ThirdParty-dev but older versions can be downloaded from [[www.paraview.org]]:
+ cmake http://www.cmake.org/files/v3.2/cmake-3.2.1.tar.gz
+ ParaView-4.4.0 http://www.paraview.org/files/v4.4/ParaView-v4.4.0-source.tar.gz
+ ParaView-5.0.0 http://www.paraview.org/files/v5.0/ParaView-v5.0.0-source.tar.gz
+ ParaView-5.0.1 http://www.paraview.org/files/v5.0/ParaView-v5.0.1-source.tar.gz
but may need patching to compile (See [[Notes]]).
*** CGAL
+ CGAL https://github.com/CGAL/cgal/releases/download/releases%2FCGAL-4.8/CGAL-4.8.tar.xz
+ boost http://sourceforge.net/projects/boost/files/boost/1.55.0/boost_1_55_0.tar.bz2/download
@ -63,9 +70,16 @@
+ wget https://raw.githubusercontent.com/Kitware/VTK/40937e934308e5009e80769dc0c451ee4f157749/IO/Geometry/vtkSTLReader.cxx -O ParaView-4.4.0/VTK/IO/Geometry/vtkSTLReader.cxx
See also http://www.openfoam.org/mantisbt/view.php?id=1887
*** Building ParaView-5.0.1 with gcc-6.1.0
The SciberQuestToolKit plugin fails to compile with gcc-6.1.0 and causes the
compilation of ParaView to halt. The easiest solution is to delete the
ParaView-5.0.1/Plugins/SciberQuestToolKit directory.
***** Add support for gcc-6.?.?
The following cmake files
+ ParaView-5.0.1/VTK/CMake/vtkCompilerExtras.cmake
+ ParaView-5.0.1/VTK/CMake/GenerateExportHeader.cmake
specifically limit the gcc versions supported. To add support gcc-6.?.?
replace '[345]' with '[3456]'
***** SciberQuestToolKit
The SciberQuestToolKit plugin fails to compile with gcc-6.1.0 and causes
the compilation of ParaView to halt. The easiest solution is to delete
the ParaView-5.0.1/Plugins/SciberQuestToolKit directory.
*** Building ParaView-4.1.0
On Ubuntu 14.10 and higher, OpenSuSE 13.2 and probably other recent
GNU/Linux distributions there is an issue in the GL libraries requiring a