README: updated

This commit is contained in:
Henry Weller
2015-11-07 21:44:16 +00:00
parent 2ccce19f01
commit 8f0ee0c31e
2 changed files with 41 additions and 20 deletions

View File

@ -1,11 +1,11 @@
# -*- mode: org; -*-
#
#+TITLE: OpenFOAM-dev Third-Party packages
#+TITLE: OpenFOAM-3.0.x Third-Party packages
#+AUTHOR: The OpenFOAM Foundation
#+DATE: 23th October 2015
#+DATE: 3rd November 2015
#+LINK: http://www.openfoam.org
#+OPTIONS: author:nil ^:{}
# Copyright (c) 2014-2015 OpenFOAM Foundation.
# Copyright (c) 2015 OpenFOAM Foundation.
* Description
Scripts for building third-party packages.
@ -28,7 +28,7 @@
+ 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.8/downloads/openmpi-1.8.5.tar.bz2
+ OpenMPI: http://www.open-mpi.org/software/ompi/v1.10/downloads/openmpi-1.10.0.tar.bz2
+ Scotch/PtScotch: https://gforge.inria.fr/frs/download.php/file/34099/scotch_6.0.3.tar.gz
*** ParaView
+ cmake http://www.cmake.org/files/v3.2/cmake-3.2.1.tar.gz
@ -43,9 +43,9 @@
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
/ThirdParty-dev/ParaView-4.?.?/Qt/Components/CMakeLists.txt/ after unpacking
and renaming the ParaView-4.?.? directory. This is because the file
ui_pqExportStateWizard.h referred to in the lines 653-656:
/ThirdParty-3.0.0/ParaView-4.?.?/Qt/Components/CMakeLists.txt/ after
unpacking and renaming the ParaView-4.?.? 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"
@ -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