#
Scripts for building third-party packages.
- tar - with ‘gz’ and ‘bz2’ support
- unzip
- 7z - 7zip, but only for compiling for Windows.
- get-em source scotch=default openmpi=default metis=default (all optional)
- makeGcc (recommended if the system gcc is < 4.7)
- Allwmake (Builds OpenMPI, Scotch etc.)
- makeCmake (if the system cmake version is < 2.8.8)
- makeParaView4
- AllwmakeLibccmio (Only required for conversion of STAR-CCM+ meshes)
- Allclean (Only required to save disk space)
The minimum version of gcc required is 4.5.0
- gcc http://gcc.gnu.org/releases.html
- gmp http://gmplib.org/ ftp://ftp.gnu.org/gnu/gmp/gmp-5.1.2.tar.bz2
- mpfr http://www.mpfr.org/ ftp://ftp.gnu.org/gnu/mpfr/mpfr-3.1.2.tar.bz2
- mpc http://www.multiprecision.org/ http://www.multiprecision.org/mpc/download/mpc-1.0.1.tar.gz
- OpenMPI: http://www.open-mpi.org/software/ompi/v1.6/downloads/openmpi-1.6.5.tar.bz2
- Scotch/PtScotch: https://gforge.inria.fr/frs/download.php/file/31831/scotch_6.0.0.tar.gz
- 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
- CGAL https://gforge.inria.fr/frs/download.php/file/31175/CGAL-4.3.tar.bz2
- boost http://sourceforge.net/projects/boost/files/boost/1.55.0/boost_1_55_0.tar.bz2/download
The ParaView sources included in this pack includes minor changes compared to the official version 4.1.0 distribution to enable building on OpenSuSE-11.4.
On Ubuntu 14.10 and higher and OpenSuSE Tumbleweed there is also an issue in the GL libraries requiring a change to the vtkXOpenGLRenderWindow.cxx file in ParaView: Uncomment line 30
#define GLX_GLXEXT_LEGACY
This is required for both 32bit and 64bit.