OpenFOAM-dev Third-Party packages

Table of Contents

1 Description

Scripts for building third-party packages.

2 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

2.1 Optional

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

3 Versions and locations to download the third party packages

4 Notes

4.1 Buiding ParaView

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:

if(PARAVIEW_INSTALL_DEVELOPMENT_FILES)
  install(FILES "${CMAKE_CURRENT_BINARY_DIR}/ui_pqExportStateWizard.h"
          DESTINATION "${VTK_INSTALL_INCLUDE_DIR}")
endif()

does not exist and cannot be installed causing the build and installation to fail.

Date: 18th May 2015

Created: 2015-05-18 Mon 22:25

Emacs 24.4 (Org mode 8.2.10)

Validate