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

new file: e/Embree/Embree-3.2.0-intel-2017a.eb new file: f/freeglut/freeglut-3.0.0-intel-2017a-Mesa-18.1.3.eb new file: l/LAMMPS/LAMMPS-22Jun2018-foss-2017a.eb new file: l/LAMMPS/LAMMPS-22Jun2018-foss-2017a.patch new file: l/LLVM/LLVM-6.0.0-Py-2.7.eb new file: l/LLVM/LLVM-6.0.1-GCC-6.3.0-2.27.eb new file: m/Mesa/Mesa-18.1.3-intel-2017a.eb new file: o/OSPRay/OSPRay-1.6.1-intel-2017a.eb new file: o/OpenFOAM/OpenFOAM-5.0-intel-2017a.eb new file: p/ParaView/ParaView-5.4.1-Qt.patch new file: p/ParaView/ParaView-5.4.1-intel-2017a-mpi.eb new file: p/ParaView/ParaView-5.5.2-intel-2017.patch new file: p/ParaView/ParaView-5.5.2-intel-2017a-mpi-OSPRay.eb new file: s/SCOTCH/SCOTCH-6.0.5a-intel-2017a.eb deleted: l/LLVM/LLVM-6.0.0-GCC-6.3.0-2.27.eb Former-commit-id: a61c77eba93686847c3adfbc5a1df86bbb15366f
40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
# IT4Innovations 2018
|
|
|
|
name = 'OpenFOAM'
|
|
version = '5.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': '2017a'}
|
|
toolchainopts = {'cstd': 'c++11'}
|
|
|
|
source_urls = ['https://github.com/OpenFOAM/OpenFOAM-%(version_major)s.x/archive']
|
|
sources = ['version-%(version)s.tar.gz']
|
|
|
|
patches = ['OpenFOAM-%(version)s-cleanup.patch']
|
|
|
|
dependencies = [
|
|
('libreadline', '7.0', '', True),
|
|
('ncurses', '6.0', '', True),
|
|
# OpenFOAM requires 64 bit METIS using 32 bit indexes (array indexes)
|
|
('METIS', '5.1.0'),
|
|
('SCOTCH', '6.0.5a'),
|
|
('CGAL', '4.12'),
|
|
# Maximum ParaView version 5.2! (ADD_PARAVIEW_OBJECT_PANEL is no longer supported)
|
|
('ParaView', '5.4.1', '-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'
|