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

new file: g/GSL/GSL-2.5-intel-2017a.eb new file: i/ICU/ICU-61.1.eb new file: l/libMesh/libMesh-1.3.0-intel-2017a.eb new file: l/libjpeg-turbo/libjpeg-turbo-2.0.2.eb new file: l/libreadline/libreadline-8.0.eb modified: l/libsndfile/libsndfile-1.0.28.eb new file: o/OpenCV/OpenCV-3.4.6-intel-2017c.eb modified: o/OpenFOAM/OpenFOAM-4.1-intel-2017a.eb new file: p/PROJ/PROJ-5.0.0-intel-2017a.eb new file: p/Python/Python-3.7.3-GCCcore-6.3.0.eb new file: q/Qualimap/Qualimap-2.2.1.eb new file: r/R/R-3.5.3-intel-2017a.eb new file: r/R/R-3.5.3-intel-2017a.old new file: s/SQLite/SQLite-3.27.2.eb new file: u/UDUNITS/UDUNITS-2.2.26-intel-2017a.eb new file: x/XZ/XZ-5.2.4.eb deleted: l/libjpeg-turbo/libjpeg-turbo-2.0.0-GCC-6.3.0-2.27.eb
44 lines
1.2 KiB
Plaintext
44 lines
1.2 KiB
Plaintext
# IT4Innovations 2019
|
|
|
|
name = 'OpenFOAM'
|
|
version = '4.1'
|
|
|
|
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': '2017a'}
|
|
toolchainopts = {'cstd': 'c++11'}
|
|
|
|
source_urls = [
|
|
'https://github.com/OpenFOAM/OpenFOAM-%(version_major)s.x/archive']
|
|
sources = ['version-%(version)s.tar.gz']
|
|
|
|
checksums = ['318a446c4ae6366c7296b61184acd37c']
|
|
|
|
patches = ['OpenFOAM-%(version)s-cleanup.patch']
|
|
|
|
dependencies = [
|
|
('libreadline', '6.3', '', True),
|
|
('ncurses', '6.0', '', True),
|
|
# OpenFOAM requires 64 bit METIS using 32 bit indexes (array indexes)
|
|
('METIS', '5.1.0'),
|
|
('SCOTCH', '6.0.4'),
|
|
('CGAL', '4.8.1'),
|
|
# Maximum ParaView version 5.2! (ADD_PARAVIEW_OBJECT_PANEL is no longer
|
|
# supported)
|
|
('ParaView', '5.1.2', '-mpi'),
|
|
]
|
|
|
|
builddependencies = [
|
|
('Bison', '3.0.4', '', True),
|
|
('CMake', '3.7.2', '', True),
|
|
('flex', '2.6.0', '', True),
|
|
]
|
|
|
|
modextrapaths = {'PATH': 'OpenFOAM-%(version)s/bin'}
|
|
|
|
moduleclass = 'cae'
|