mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00
Merge branch 'it4i-salomon'
This commit is contained in:
commit
9b95ce5a16
35
o/OpenFOAM/OpenFOAM-v1906-foss-2018a.eb
Normal file
35
o/OpenFOAM/OpenFOAM-v1906-foss-2018a.eb
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
#IT4Innovations 2019
|
||||||
|
|
||||||
|
name = 'OpenFOAM'
|
||||||
|
version = 'v1906'
|
||||||
|
|
||||||
|
homepage = 'http://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': '2018a'}
|
||||||
|
toolchainopts = {'cstd': 'c++11'}
|
||||||
|
|
||||||
|
source_urls = ['https://sourceforge.net/projects/openfoamplus/files/%(version)s/']
|
||||||
|
sources = [SOURCE_TGZ]
|
||||||
|
patches = ['OpenFOAM-v1812-cleanup.patch']
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('libreadline', '8.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.14.1', '', True),
|
||||||
|
('flex', '2.6.4', '', True),
|
||||||
|
]
|
||||||
|
|
||||||
|
moduleclass = 'cae'
|
Loading…
x
Reference in New Issue
Block a user