easyconfigs-it4i/i/intel/intel-2019.03-GCC-9.1.0-2.32.eb
easybuild 40b461ca6f fix
2019-11-06 13:38:09 +01:00

30 lines
975 B
Plaintext

# IT4Innovations 2019
easyblock = 'Toolchain'
name = 'intel'
version = '2019.03'
versionsuffix = '-GCC-9.1.0-2.32'
homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-local_compiler/'
description = "Compiler toolchain including Intel local_compilers, Intel MPI and Intel Math Kernel Library (MKL)."
toolchain = SYSTEM
local_local_compver = '2019.4.227'
local_gccver = '9.1.0'
local_local_binutilsver = '2.32'
gcclocal_suff = '-GCC-%s-%s' % (local_gccver, local_local_binutilsver)
dependencies = [
('GCCcore', local_gccver),
('binutils', local_local_binutilsver, '-GCCcore-%s' % local_gccver),
('icc', local_local_compver, gcclocal_suff),
('ifort', local_local_compver, gcclocal_suff),
('impi', '2019.3.199', '', ('iccifort', '%s%s' % (local_local_compver, gcclocal_suff))),
('imkl', '2019.3.199', '', ('iimpi', '%s%s' % (version, gcclocal_suff))),
]
modluafooter = 'add_property("state","experimental")'
moduleclass = 'toolchain'