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

new file: c/CGAL/CGAL-4.11.1-foss-2017b.eb new file: h/HDF5/HDF5-1.10.2-foss-2017b.eb modified: l/libGLU/libGLU-9.0.0.eb new file: m/METIS/METIS-5.1.0-foss-2017b.eb new file: m/METIS/METIS-5.1.0-use-doubles.patch new file: m/MPFR/MPFR-4.0.1-foss-2017b.eb new file: m/Mesa/Mesa-18.1.1-foss-2017b.eb new file: o/OpenFOAM/.OpenFOAM-6-foss-2017b.eb.swp new file: o/OpenFOAM/OpenFOAM-6-foss-2017b.eb new file: p/ParaView/ParaView-5.4.1-foss-2017b-mpi.eb new file: p/Python/Python-2.7.15-foss-2017b.eb new file: s/SCOTCH/SCOTCH-6.0.5-foss-2017b.eb new file: x/X11/X11-20180604-foss-2017b.eb Former-commit-id: e8b10bec2b833ddd8d62d61f64121f07ce56c411
40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
# IT4Innovations 2018
|
|
|
|
name = 'OpenFOAM'
|
|
version = '6'
|
|
|
|
homepage = 'http://www.openfoam.org/'
|
|
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': '2017b'}
|
|
toolchainopts = {'cstd': 'c++11'}
|
|
|
|
source_urls = ['https://github.com/OpenFOAM/OpenFOAM-%(version_major)s/archive']
|
|
sources = ['version-%(version)s.tar.gz']
|
|
patches = ['OpenFOAM-%(version)s-cleanup.patch']
|
|
checksums = [
|
|
'32a6af4120e691ca2df29c5b9bd7bc7a3e11208947f9bccf6087cfff5492f025', # version-6.tar.gz
|
|
'5accbde6bde116691ea6a4666348f85487b5d5503a9761435c2cb1412b036c28', # OpenFOAM-6-cleanup.patch
|
|
]
|
|
|
|
dependencies = [
|
|
('libreadline', '7.0', '', True),
|
|
('ncurses', '6.1', '', True),
|
|
# OpenFOAM requires 64 bit METIS using 32 bit indexes (array indexes)
|
|
('METIS', '5.1.0'),
|
|
('SCOTCH', '6.0.5'),
|
|
('CGAL', '4.11.1'),
|
|
('ParaView', '5.4.1', '-mpi'),
|
|
]
|
|
|
|
builddependencies = [
|
|
('Bison', '3.0.4', '', True),
|
|
('CMake', '3.11.4', '', ('GCC', '6.3.0-2.27')),
|
|
('flex', '2.6.4', '', True),
|
|
]
|
|
|
|
moduleclass = 'cae'
|