mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 15:32:11 +01:00

new file: a/Arrow/Arrow-0.15.0-intel-2018a-Py-3.6.eb new file: b/BoltzTraP2/BoltzTraP2-19.7.3-Py-3.6.eb new file: b/Boost/Boost-1.70.0-intel-2017c.eb new file: b/Boost/Boost-1.70.0-intel-2018a-Py-3.6.eb new file: b/Boost/Boost-1.70.0-intel-2018a.eb new file: c/CIF2Cell/CIF2Cell-2.0.0a1-Py-3.6.eb new file: c/click/click-7.0-Py-3.6.eb new file: n/natsort/natsort-6.0.0-Py-3.6.eb new file: o/OpenFOAM/OpenFOAM-7-cleanup.patch new file: o/OpenFOAM/OpenFOAM-7-foss-2018a.eb new file: o/OpenFOAM/OpenFOAM-7-intel-2017a.eb new file: o/osm2pgsql/osm2pgsql-1.0.0-intel-2017c.eb new file: p/PyCifRW/PyCifRW-4.4-Py-3.6.eb new file: s/spglib/spglib-1.14.1-Py-3.6.eb deleted: s/spglib-python/spglib-python-1.10.2.4-Py-3.6.eb
43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
# IT4Innovations 2019
|
|
|
|
name = 'OpenFOAM'
|
|
version = '7'
|
|
|
|
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': '2018a'}
|
|
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 = [
|
|
'638b38ae0e80cbb1201abec3f5c88641', # version-7.tar.gz
|
|
'f164071cfb2b2b98b628e8bd79133ee1', # OpenFOAM-7-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', '', True),
|
|
('SCOTCH', '6.0.6'),
|
|
('CGAL', '4.11.1'),
|
|
('ParaView', '5.4.1', '-mpi'),
|
|
]
|
|
|
|
builddependencies = [
|
|
('Bison', '3.0.5', '', True),
|
|
('CMake', '3.13.1', '', True),
|
|
('flex', '2.6.4', '', True),
|
|
]
|
|
|
|
modextrapaths = {'PATH': 'OpenFOAM-%(version)s/bin'}
|
|
|
|
moduleclass = 'cae'
|