mirror of
https://github.com/OpenFOAM/ThirdParty-6.git
synced 2025-12-08 06:57:43 +00:00
ParaView: upgraded to 4.3.1
This commit is contained in:
53
README.html
53
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>
|
||||
<!-- 2015-01-18 Sun 19:21 -->
|
||||
<!-- 2015-03-13 Fri 11:24 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="generator" content="Org-mode" />
|
||||
<style type="text/css">
|
||||
@ -151,7 +151,9 @@ for the JavaScript code in this tag.
|
||||
<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-3">3.3. Miscellaneous</a></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>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="#sec-4">4. Notes</a>
|
||||
@ -234,15 +236,20 @@ The minimum version of gcc required is 4.5.0
|
||||
</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> Miscellaneous</h3>
|
||||
<h3 id="sec-3-3"><span class="section-number-3">3.3</span> ParaView</h3>
|
||||
<div class="outline-text-3" id="text-3-3">
|
||||
<ul class="org-ul">
|
||||
<li>cmake <a href="http://www.cmake.org/files/v2.8/cmake-2.8.12.1.tar.gz">http://www.cmake.org/files/v2.8/cmake-2.8.12.1.tar.gz</a>
|
||||
<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 <a href="http://www.paraview.org/files/v4.1/ParaView-v4.1.0-source.tar.gz">http://www.paraview.org/files/v4.1/ParaView-v4.1.0-source.tar.gz</a>
|
||||
</li>
|
||||
<li>libccmio <a href="http://portal.nersc.gov/svn/visit/trunk/third_party/libccmio-2.6.1.tar.gz">http://portal.nersc.gov/svn/visit/trunk/third_party/libccmio-2.6.1.tar.gz</a>
|
||||
<li>paraview <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>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-sec-3-4" class="outline-3">
|
||||
<h3 id="sec-3-4"><span class="section-number-3">3.4</span> CGAL</h3>
|
||||
<div class="outline-text-3" id="text-3-4">
|
||||
<ul class="org-ul">
|
||||
<li>CGAL <a href="https://gforge.inria.fr/frs/download.php/file/34403/CGAL-4.5.1.tar.bz2">https://gforge.inria.fr/frs/download.php/file/34403/CGAL-4.5.1.tar.bz2</a>
|
||||
</li>
|
||||
<li>boost <a href="http://sourceforge.net/projects/boost/files/boost/1.55.0/boost_1_55_0.tar.bz2/download">http://sourceforge.net/projects/boost/files/boost/1.55.0/boost_1_55_0.tar.bz2/download</a>
|
||||
@ -250,6 +257,15 @@ The minimum version of gcc required is 4.5.0
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-sec-3-5" class="outline-3">
|
||||
<h3 id="sec-3-5"><span class="section-number-3">3.5</span> Miscellaneous</h3>
|
||||
<div class="outline-text-3" id="text-3-5">
|
||||
<ul class="org-ul">
|
||||
<li>libccmio <a href="http://portal.nersc.gov/svn/visit/trunk/third_party/libccmio-2.6.1.tar.gz">http://portal.nersc.gov/svn/visit/trunk/third_party/libccmio-2.6.1.tar.gz</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="outline-container-sec-4" class="outline-2">
|
||||
<h2 id="sec-4"><span class="section-number-2">4</span> Notes</h2>
|
||||
@ -258,9 +274,24 @@ The minimum version of gcc required is 4.5.0
|
||||
<h3 id="sec-4-1"><span class="section-number-3">4.1</span> Buiding ParaView</h3>
|
||||
<div class="outline-text-3" id="text-4-1">
|
||||
<p>
|
||||
The ParaView sources provided with the OpenFOAM-2.3.1 source-pack includes
|
||||
minor changes compared to the official version 4.1.0 distribution to enable
|
||||
building on Ubuntu-14.10.
|
||||
The ParaView-4.3.1 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
|
||||
ui_pqExportStateWizard.h referred to in the lines 653-656:
|
||||
</p>
|
||||
<div class="org-src-container">
|
||||
|
||||
<pre class="src src-C"><span style="color: #0000cd; font-weight: bold;">if</span>(PARAVIEW_INSTALL_DEVELOPMENT_FILES)
|
||||
install(FILES <span style="color: #008b00;">"${CMAKE_CURRENT_BINARY_DIR}/ui_pqExportStateWizard.h"</span>
|
||||
DESTINATION <span style="color: #008b00;">"${VTK_INSTALL_INCLUDE_DIR}"</span>)
|
||||
endif()
|
||||
</pre>
|
||||
</div>
|
||||
<p>
|
||||
does not exist and cannot be installed causing the build and installation to
|
||||
fail.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -268,7 +299,7 @@ building on Ubuntu-14.10.
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="date">Date: 31st December 2014</p>
|
||||
<p class="date">Created: 2015-01-18 Sun 19:21</p>
|
||||
<p class="date">Created: 2015-03-13 Fri 11:24</p>
|
||||
<p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 24.4 (<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>
|
||||
|
||||
27
README.org
27
README.org
@ -31,16 +31,29 @@
|
||||
*** Parallel Processing
|
||||
+ OpenMPI: http://www.open-mpi.org/software/ompi/v1.8/downloads/openmpi-1.8.3.tar.bz2
|
||||
+ Scotch/PtScotch: https://gforge.inria.fr/frs/download.php/31831/scotch_6.0.0.tar.gz
|
||||
*** Miscellaneous
|
||||
+ cmake http://www.cmake.org/files/v2.8/cmake-2.8.12.1.tar.gz
|
||||
+ paraview http://www.paraview.org/files/v4.1/ParaView-v4.1.0-source.tar.gz
|
||||
+ libccmio http://portal.nersc.gov/svn/visit/trunk/third_party/libccmio-2.6.1.tar.gz
|
||||
*** ParaView
|
||||
+ cmake http://www.cmake.org/files/v3.2/cmake-3.2.1.tar.gz
|
||||
+ paraview http://www.paraview.org/files/v4.3/ParaView-v4.3.1-source.tar.gz
|
||||
*** CGAL
|
||||
+ CGAL https://gforge.inria.fr/frs/download.php/file/34403/CGAL-4.5.1.tar.bz2
|
||||
+ boost http://sourceforge.net/projects/boost/files/boost/1.55.0/boost_1_55_0.tar.bz2/download
|
||||
*** Miscellaneous
|
||||
+ libccmio http://portal.nersc.gov/svn/visit/trunk/third_party/libccmio-2.6.1.tar.gz
|
||||
* Notes
|
||||
*** Buiding ParaView
|
||||
The ParaView sources provided with the OpenFOAM-2.3.1 source-pack includes
|
||||
minor changes compared to the official version 4.1.0 distribution to enable
|
||||
building on Ubuntu-14.10.
|
||||
The ParaView-4.3.1 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
|
||||
/ThirdParty-dev/ParaView-4.3.1/Qt/Components/CMakeLists.txt/ after unpacking
|
||||
and renaming the ParaView-4.3.1 directory. This is because the file
|
||||
ui_pqExportStateWizard.h referred to in the lines 653-656:
|
||||
#+begin_src C
|
||||
if(PARAVIEW_INSTALL_DEVELOPMENT_FILES)
|
||||
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/ui_pqExportStateWizard.h"
|
||||
DESTINATION "${VTK_INSTALL_INCLUDE_DIR}")
|
||||
endif()
|
||||
#+end_src
|
||||
does not exist and cannot be installed causing the build and installation to
|
||||
fail.
|
||||
|
||||
# --------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user