mirror of
https://develop.openfoam.com/Development/ThirdParty-common.git
synced 2025-12-08 06:57:50 +00:00
41d1059af1cbf55224f0a0d3caa560348812b5e7
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1088
OpenFOAM-dev 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)
Versions and locations to download the third party packages
Gcc C++ Compiler
The minimum version of gcc required is 4.5.0
Parallel Processing
ParaView
CGAL
Miscellaneous
Notes
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.
Description
[Build](/Development/openfoam/-/wikis/building) scripts for Third-Party software used by openfoam
Languages
Shell
85.6%
Roff
12.5%
Makefile
1.9%