Skip to content

OpenFOAM/ThirdParty-2.3.x

Repository files navigation

OpenFOAM Third-Party packages 2.3.x

#

Description

Scripts for building third-party packages.

Order of execution:

  • 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

Optional

  • AllwmakeLibccmio (Only required for conversion of STAR-CCM+ meshes)
  • Allclean (Only required to save disk space)

Versions and locations for the third party packages used

Compiler

The minimum version of gcc required is 4.5.0

Parallel Processing

ParaView

CGAL

Miscellaneous

Notes

Buiding ParaView

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.

About

OpenFOAM-2.3.x third-party library compilation scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages