mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

new file: c/CGAL/CGAL-5.2.4-gompi-2022b.eb new file: c/CGAL/CGAL-5.2.4-iimpi-2022b.eb new file: g/gcccuda/gcccuda-2022b.eb new file: g/glibc/glibc-2.37-GCCcore-12.2.0.eb new file: h/HDF5/HDF5-1.14.0-iimpi-2022b.eb new file: k/KaHIP/KaHIP-3.14-iimpi-2022b.eb new file: n/netCDF/netCDF-4.9.0-iimpi-2022b.eb new file: o/OpenFOAM/OpenFOAM-v2206-foss-2022a.eb new file: o/OpenFOAM/OpenFOAM-v2212-cleanup.patch new file: o/OpenFOAM/OpenFOAM-v2212-intel-2022b.eb new file: o/OpenMPI/OpenMPI-4.1.4-GCC-11.3.0-CUDA-11.7.0.eb new file: p/ParaView/ParaView-5.11.0-intel-2022b-mpi.eb new file: p/pkg-config/pkg-config-0.29.2-GCCcore-12.2.0.eb new file: s/SCOTCH/SCOTCH-7.0.3-gompi-2022b.eb new file: s/SCOTCH/SCOTCH-7.0.3-iimpi-2022b.eb new file: t/texinfo/texinfo-7.0.2-GCCcore-12.2.0.eb
47 lines
1.6 KiB
Plaintext
47 lines
1.6 KiB
Plaintext
name = 'OpenFOAM'
|
|
version = 'v2206'
|
|
|
|
homepage = 'https://www.openfoam.com/'
|
|
description = """OpenFOAM is a free, open source CFD software package.
|
|
OpenFOAM has an extensive range of features to solve anything from complex fluid flows
|
|
involving chemical reactions, turbulence and heat transfer,
|
|
to solid dynamics and electromagnetics."""
|
|
|
|
toolchain = {'name': 'foss', 'version': '2022a'}
|
|
# Users have found that vectorizion caused OpenFOAM to produce some very incorrect results.
|
|
# Disabling vectorize was confirmed to fix the the known issues.
|
|
# With no test suite, sticking to known working toolchain options until proven otherwise.
|
|
toolchainopts = {'cstd': 'c++11', 'vectorize': False}
|
|
|
|
source_urls = ['https://sourceforge.net/projects/openfoam/files/%(version)s/']
|
|
sources = [SOURCE_TGZ]
|
|
patches = [
|
|
('OpenFOAM-v2206-cleanup.patch', 1),
|
|
'OpenFOAM-v1906-wmake-ompi.patch',
|
|
]
|
|
checksums = [
|
|
'db95eda4afb97ca870733b2d4201ef539099d0778e3f3eca9a075d4f1a0eea46', # OpenFOAM-v2206.tgz
|
|
'25333124581acae57c173587de4ebd6e143b894b1a26e4f0326db8b7e0cb1972', # OpenFOAM-v2206-cleanup.patch
|
|
'518e27683c5c41400cfbc17b31effa50b31b25916dccbf85b18b0b955f642505', # OpenFOAM-v1906-wmake-ompi.patch
|
|
]
|
|
|
|
builddependencies = [
|
|
('Bison', '3.8.2'),
|
|
('CMake', '3.23.1'),
|
|
('flex', '2.6.4'),
|
|
]
|
|
|
|
dependencies = [
|
|
('libreadline', '8.1.2'),
|
|
('ncurses', '6.3'),
|
|
# OpenFOAM requires 64 bit METIS using 32 bit indexes (array indexes)
|
|
('METIS', '5.1.0'),
|
|
('SCOTCH', '7.0.1'),
|
|
('KaHIP', '3.14'),
|
|
('CGAL', '4.14.3'),
|
|
('ParaView', '5.10.1', '-mpi'),
|
|
('gnuplot', '5.4.4'),
|
|
]
|
|
|
|
moduleclass = 'cae'
|