Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
ThirdParty-common
Commits
2500c120
Commit
2500c120
authored
Nov 02, 2015
by
Henry Weller
Browse files
README.org: Added patch instructions for ParaView-4.4.0 from
http://www.openfoam.org/mantisbt/view.php?id=1887
parent
2ccce19f
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.html
View file @
2500c120
...
...
@@ -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>
<!-- 2015-1
0-23 Fri 17:3
0 -->
<!-- 2015-1
1-02 Mon 20:0
0 -->
<meta
http-equiv=
"Content-Type"
content=
"text/html;charset=utf-8"
/>
<meta
name=
"generator"
content=
"Org-mode"
/>
<style
type=
"text/css"
>
...
...
@@ -158,7 +158,7 @@ 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
</a></li>
<li><a
href=
"#sec-4-1"
>
4.1. Building ParaView-4.3.1
/4.4.0
</a></li>
<li><a
href=
"#sec-4-2"
>
4.2. Building ParaView-4.1.0
</a></li>
</ul>
</li>
...
...
@@ -241,7 +241,7 @@ The minimum version of gcc required is 4.5.0
<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>
p
ara
v
iew
<a
href=
"http://www.paraview.org/files/v4.
3
/ParaView-v4.
3.1
-source.tar.gz"
>
http://www.paraview.org/files/v4.
3
/ParaView-v4.
3.1
-source.tar.gz
</a>
<li>
P
ara
V
iew
<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>
</ul>
</div>
...
...
@@ -271,14 +271,14 @@ 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
</h3>
<h3
id=
"sec-4-1"
><span
class=
"section-number-3"
>
4.1
</span>
Building ParaView-4.3.1
/4.4.0
</h3>
<div
class=
"outline-text-3"
id=
"text-4-1"
>
<p>
The ParaView-4.3.1 source-pack provided by KitWare will not build and
The ParaView-4.3.1
/4.4.0
source-pack provided by KitWare will not build and
install correctly without a minor correction: lines 653-656 must be removed
or commented from file
<i>
ThirdParty-dev/ParaView-4.
3.1
/Qt/Components/CMakeLists.txt
</i>
after unpacking
and renaming the ParaView-4.
3.1
directory. This is because the file
<i>
ThirdParty-dev/ParaView-4.
?.?
/Qt/Components/CMakeLists.txt
</i>
after unpacking
and renaming the ParaView-4.
?.?
directory. This is because the file
ui_pqExportStateWizard.h referred to in the lines 653-656:
</p>
<div
class=
"org-src-container"
>
...
...
@@ -293,8 +293,22 @@ endif()
does not exist and cannot be installed causing the build and installation to
fail.
</p>
<p>
Additionally for ParaView-4.4.0 there is a bug in the STL reader which can
be patched by running the following command from within the ThirdParty-???
directory:
</p>
<ul
class=
"org-ul"
>
<li>
wget
<a
href=
"https://raw.githubusercontent.com/Kitware/VTK/40937e934308e5009e80769dc0c451ee4f157749/IO/Geometry/vtkSTLReader.cxx"
>
https://raw.githubusercontent.com/Kitware/VTK/40937e934308e5009e80769dc0c451ee4f157749/IO/Geometry/vtkSTLReader.cxx
</a>
-O ParaView-4.4.0/VTK/IO/Geometry/vtkSTLReader.cxx
</li>
</ul>
<p>
See also
<a
href=
"http://www.openfoam.org/mantisbt/view.php?id=1887"
>
http://www.openfoam.org/mantisbt/view.php?id=1887
</a>
</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>
<div
class=
"outline-text-3"
id=
"text-4-2"
>
...
...
@@ -313,7 +327,7 @@ change to the vtkXOpenGLRenderWindow.cxx file in ParaView: Uncomment line 30
</div>
<div
id=
"postamble"
class=
"status"
>
<p
class=
"date"
>
Date: 23th October 2015
</p>
<p
class=
"date"
>
Created: 2015-1
0-23 Fri 17:3
0
</p>
<p
class=
"date"
>
Created: 2015-1
1-02 Mon 20:0
0
</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>
...
...
README.org
View file @
2500c120
...
...
@@ -54,6 +54,13 @@
#+end_src
does not exist and cannot be installed causing the build and installation to
fail.
Additionally for ParaView-4.4.0 there is a bug in the STL reader which can
be patched by running the following command from within the ThirdParty-???
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-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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment