Skip to content

Latest commit

 

History

History
72 lines (61 loc) · 2.71 KB

README.org

File metadata and controls

72 lines (61 loc) · 2.71 KB

OpenFOAM Third-Party packages 2.1.x

#

Description

Scripts for building third-party packages.

Dependencies:

  • tar - with ‘gz’ and ‘bz2’ support
  • unzip
  • 7z - 7zip, but only for (cross-)compiling for Windows.

The approximate order of execution:

  • get-em source buildtools=default paraview=default scotch=default openmpi=default (all optional)
  • makeGcc
  • Allwmake
  • makeQt (optional)
  • makeParaView

Optional

  • AllwmakeLibccmio
  • Allclean

Versions and locations for the third party packages used

Compiler

Parallel Processing

Misc

Notes

If building QT

  • set your QT_DIR/PATH/LD_LIBRARY_PATH
    • see the README provided with the QT sources to complete your installation
  • when building ParaView, use the -qmake option to direct the build process to your new QT install
    • for more info, see: ./makeParaView -help

If Qt is relocated after being built, these files need adjusting:

  • QT-PATH/bin/qt.conf
  • QT-PATH/lib/pkgconfig/*.pc

The etc/relocateQt script can help here.