mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-11 01:12:11 +01:00
modified: o/OpenFOAM/OpenFOAM-7-foss-2020a.eb
This commit is contained in:
parent
d29d05b0c5
commit
0ed1c799fe
@ -1,7 +1,7 @@
|
|||||||
# JH 2020
|
# JH 2020
|
||||||
|
|
||||||
name = 'OpenFOAM'
|
name = 'OpenFOAM'
|
||||||
local_commit = '3bcbaf9'
|
local_commit = '5e743dc'
|
||||||
version = '7'
|
version = '7'
|
||||||
#versionsuffix = '-20200508'
|
#versionsuffix = '-20200508'
|
||||||
|
|
||||||
@ -12,7 +12,7 @@ description = """OpenFOAM is a free, open source CFD software package.
|
|||||||
to solid dynamics and electromagnetics."""
|
to solid dynamics and electromagnetics."""
|
||||||
|
|
||||||
toolchain = {'name': 'foss', 'version': '2020a'}
|
toolchain = {'name': 'foss', 'version': '2020a'}
|
||||||
toolchainopts = {'cstd': 'c++11'}
|
toolchainopts = {'cstd': 'c++11', 'usempi': True}
|
||||||
|
|
||||||
source_urls = ['https://github.com/OpenFOAM/OpenFOAM-%(version_major)s/archive']
|
source_urls = ['https://github.com/OpenFOAM/OpenFOAM-%(version_major)s/archive']
|
||||||
sources = [{
|
sources = [{
|
||||||
@ -41,7 +41,7 @@ dependencies = [
|
|||||||
|
|
||||||
builddependencies = [
|
builddependencies = [
|
||||||
('Bison', '3.5.3'),
|
('Bison', '3.5.3'),
|
||||||
('CMake', '3.13.1', '', True),
|
('CMake', '3.9.0', '', True),
|
||||||
('flex', '2.6.4'),
|
('flex', '2.6.4'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user