2015-11-07 21:44:16 +00:00
2014-12-31 18:24:25 +00:00
2014-12-31 18:49:45 +00:00
2014-12-31 18:49:45 +00:00
2014-12-31 18:24:25 +00:00
2015-10-23 17:32:02 +01:00
2015-03-13 11:16:23 +00:00
2015-10-23 17:32:18 +01:00
2014-12-31 18:49:45 +00:00
2015-05-18 18:55:55 +01:00
2014-12-31 18:49:45 +00:00
2014-12-31 18:49:45 +00:00
2015-11-07 21:44:16 +00:00
2015-11-07 21:44:16 +00:00

OpenFOAM-3.0.x Third-Party packages

#

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)

Notes

Building ParaView-4.3.1/4.4.0

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-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:

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.

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:

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 change to the vtkXOpenGLRenderWindow.cxx file in ParaView: Uncomment line 30

#define GLX_GLXEXT_LEGACY

Description
[Build](/Development/openfoam/-/wikis/building) scripts for Third-Party software used by openfoam
Readme 713 KiB
Languages
Shell 85.6%
Roff 12.5%
Makefile 1.9%