easyconfigs-it4i/f/FDS/FDS-r17534-intel-2015a.eb
Josef Hrabal 27902b54aa _not_installed merged back
Modules which was not installed merged back to root directory.
2017-04-05 12:53:18 +02:00

34 lines
777 B
Plaintext

easyblock = 'ConfigureMake'
name = 'FDS'
version = 'r17534'
homepage = 'https://code.google.com/p/fds-smv/'
description = """Fire Dynamics Simulator (FDS) is a large-eddy simulation (LES) code for low-speed flows,
with an emphasis on smoke and heat transport from fires."""
toolchain = {'name': 'intel', 'version': '2015a'}
toolchainopts = {'pic': True, 'usempi': True}
sources = [SOURCE_TAR_GZ]
patches = ['FDS-%(version)s_makefile.patch']
unpack_options = '--strip-components=1'
start_dir = 'FDS_Compilation'
parallel = 1
# just run make in the install dir
skipsteps = ['configure', 'install']
buildininstalldir = True
modextrapaths = {'PATH': 'FDS_Compilation'}
sanity_check_paths = {
'files': ['FDS_Compilation/fds'],
'dirs': [],
}
moduleclass = 'phys'