mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00
# new file: o/OpenFOAM/OpenFOAM-4.1-intel-2015b.eb
This commit is contained in:
parent
470043fe7f
commit
283ec44ec7
33
o/OpenFOAM/OpenFOAM-4.1-intel-2015b.eb
Normal file
33
o/OpenFOAM/OpenFOAM-4.1-intel-2015b.eb
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
name = 'OpenFOAM'
|
||||||
|
version = '2.3.0'
|
||||||
|
|
||||||
|
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': 'intel', 'version': '2015b'}
|
||||||
|
|
||||||
|
source_urls = ['http://downloads.sourceforge.net/foam/%(version)s']
|
||||||
|
sources = [
|
||||||
|
SOURCE_TGZ,
|
||||||
|
'ThirdParty-%(version)s.tgz',
|
||||||
|
]
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
'cleanup-OpenFOAM-%(version)s.patch',
|
||||||
|
'OpenFOAM-%(version)s_libreadline.patch',
|
||||||
|
('cleanup-ThirdParty-%(version)s.patch', ".."), # patch should not be applied in OpenFOAM subdir
|
||||||
|
]
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('libreadline', '6.2'),
|
||||||
|
('SCOTCH', '6.0.0_esmumps'),
|
||||||
|
('ncurses', '5.9'),
|
||||||
|
]
|
||||||
|
|
||||||
|
builddependencies = [('flex', '2.5.37')]
|
||||||
|
|
||||||
|
moduleclass = 'cae'
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user