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-iimpi-2020b.eb new file: g/gnuplot/gnuplot-5.4.1-GCCcore-10.2.0.eb new file: h/HDF5/HDF5-1.10.7-iimpi-2020b.eb new file: m/Mako/Mako-1.1.3-GCCcore-10.2.0.eb modified: o/OpenFOAM/OpenFOAM-v2106-foss-2020b.eb new file: o/OpenFOAM/OpenFOAM-v2106-intel-2020b.eb new file: p/ParaView/ParaView-5.9.1-intel-2020b-mpi.eb new file: q/Qt5/Qt5-5.14.2-GCCcore-10.2.0.eb new file: s/SciPy-bundle/SciPy-bundle-2020.11-intel-2020b.eb modified: s/SciPy-bundle/SciPy-bundle-2021.05-intel-2020b.eb
46 lines
1.3 KiB
Plaintext
46 lines
1.3 KiB
Plaintext
# IT4Innovations
|
|
# LK 2021
|
|
|
|
name = 'OpenFOAM'
|
|
version = 'v2106'
|
|
|
|
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': '2020b'}
|
|
toolchainopts = {'cstd': 'c++11'}
|
|
|
|
source_urls = ['https://sourceforge.net/projects/openfoam/files/%(version)s/']
|
|
sources = [SOURCE_TGZ]
|
|
patches = [
|
|
('OpenFOAM-v2012-cleanup.patch', 1),
|
|
'OpenFOAM-v1906-wmake-ompi.patch',
|
|
]
|
|
checksums = [
|
|
'11e41e5b9a253ef592a8f6b79f6aded623b28308192d02cec1327078523b5a37', # OpenFOAM-v2106.tgz
|
|
'cdd2597a1ac1448e9bd33a364a8dfe17f51cc9ab5a8e0ab67cf92bba3ed9da43', # OpenFOAM-v2012-cleanup.patch
|
|
'518e27683c5c41400cfbc17b31effa50b31b25916dccbf85b18b0b955f642505', # OpenFOAM-v1906-wmake-ompi.patch
|
|
]
|
|
|
|
dependencies = [
|
|
('libreadline', '8.0'),
|
|
('ncurses', '6.2'),
|
|
# OpenFOAM requires 64 bit METIS using 32 bit indexes (array indexes)
|
|
('METIS', '5.1.0'),
|
|
('SCOTCH', '6.1.0'),
|
|
('CGAL', '5.2'),
|
|
('ParaView', '5.9.1', '-mpi'),
|
|
('gnuplot', '5.4.1'),
|
|
]
|
|
|
|
builddependencies = [
|
|
('Bison', '3.7.1'),
|
|
('CMake', '3.18.4'),
|
|
('flex', '2.6.4'),
|
|
]
|
|
|
|
moduleclass = 'cae'
|