mirror of
https://github.com/OpenFOAM/ThirdParty-6.git
synced 2025-12-08 06:57:43 +00:00
README: Updated instructions for compiling ParaView-5.0.1
This commit is contained in:
29
README.html
29
README.html
@ -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 12:29 -->
|
||||
<!-- 2016-05-30 Mon 21:15 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="generator" content="Org-mode" />
|
||||
<style type="text/css">
|
||||
@ -158,8 +158,9 @@ for the JavaScript code in this tag.
|
||||
</li>
|
||||
<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</a></li>
|
||||
<li><a href="#sec-4-2">4.2. Building ParaView-4.1.0</a></li>
|
||||
<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-3">4.3. Building ParaView-4.1.0</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
@ -273,12 +274,13 @@ The minimum version of gcc required is 4.5.0
|
||||
<h2 id="sec-4"><span class="section-number-2">4</span> Notes</h2>
|
||||
<div class="outline-text-2" id="text-4">
|
||||
</div><div id="outline-container-sec-4-1" class="outline-3">
|
||||
<h3 id="sec-4-1"><span class="section-number-3">4.1</span> Building ParaView-4.3.1/4.4.0/5.0.0</h3>
|
||||
<h3 id="sec-4-1"><span class="section-number-3">4.1</span> Building ParaView-4.3.1/4.4.0/5.0.0/5.0.1</h3>
|
||||
<div class="outline-text-3" id="text-4-1">
|
||||
<p>
|
||||
The ParaView-4.3.1/4.4.0/5.0.0 source-pack provided by KitWare will not
|
||||
build and install correctly without a minor correction: lines 653-656
|
||||
(650-653 in ParaView-5.0.0) must be removed or commented from file
|
||||
(650-653 in ParaView-5.0.0, 659-662 in ParaView-5.0.1) must be removed or
|
||||
commented from file
|
||||
<i>ThirdParty-dev/ParaView-<sup><a id="fnr.1" name="fnr.1" class="footref" href="#fn.1">1</a></sup>.?.?/Qt/Components/CMakeLists.txt</i> after
|
||||
unpacking and renaming the ParaView-<sup><a id="fnr.1.100" name="fnr.1.100" class="footref" href="#fn.1">1</a></sup>.?.? directory. This is because the
|
||||
file ui_pqExportStateWizard.h referred to in
|
||||
@ -310,11 +312,20 @@ See also <a href="http://www.openfoam.org/mantisbt/view.php?id=1887">http://www.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<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-4.1.0</h3>
|
||||
<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">
|
||||
<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 id="outline-container-sec-4-3" class="outline-3">
|
||||
<h3 id="sec-4-3"><span class="section-number-3">4.3</span> Building ParaView-4.1.0</h3>
|
||||
<div class="outline-text-3" id="text-4-3">
|
||||
<p>
|
||||
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
|
||||
change to the vtkXOpenGLRenderWindow.cxx file in ParaView: Uncomment line 30
|
||||
@ -336,8 +347,8 @@ change to the vtkXOpenGLRenderWindow.cxx file in ParaView: Uncomment line 30
|
||||
</div>
|
||||
</div></div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="date">Date: 7th February 2016</p>
|
||||
<p class="date">Created: 2016-05-30 Mon 12:29</p>
|
||||
<p class="date">Date: 30th May 2016</p>
|
||||
<p class="date">Created: 2016-05-30 Mon 21: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>
|
||||
|
||||
12
README.org
12
README.org
@ -2,7 +2,7 @@
|
||||
#
|
||||
#+TITLE: OpenFOAM-dev Third-Party packages
|
||||
#+AUTHOR: The OpenFOAM Foundation
|
||||
#+DATE: 7th February 2016
|
||||
#+DATE: 30th May 2016
|
||||
#+LINK: http://www.openfoam.org
|
||||
#+OPTIONS: author:nil ^:{}
|
||||
# Copyright (c) 2014-2016 OpenFOAM Foundation.
|
||||
@ -40,10 +40,11 @@
|
||||
*** Miscellaneous
|
||||
+ libccmio http://portal.nersc.gov/svn/visit/trunk/third_party/libccmio-2.6.1.tar.gz
|
||||
* Notes
|
||||
*** Building ParaView-4.3.1/4.4.0/5.0.0
|
||||
*** Building ParaView-4.3.1/4.4.0/5.0.0/5.0.1
|
||||
The ParaView-4.3.1/4.4.0/5.0.0 source-pack provided by KitWare will not
|
||||
build and install correctly without a minor correction: lines 653-656
|
||||
(650-653 in ParaView-5.0.0) must be removed or commented from file
|
||||
(650-653 in ParaView-5.0.0, 659-662 in ParaView-5.0.1) must be removed or
|
||||
commented from file
|
||||
/ThirdParty-dev/ParaView-[45].?.?/Qt/Components/CMakeLists.txt/ after
|
||||
unpacking and renaming the ParaView-[45].?.? directory. This is because the
|
||||
file ui_pqExportStateWizard.h referred to in
|
||||
@ -61,7 +62,10 @@
|
||||
directory:
|
||||
+ 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.
|
||||
*** 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
|
||||
|
||||
Reference in New Issue
Block a user