easyconfigs-it4i/i/intel/intel-2019.01.eb
Lukáš Krupčík 4d457e8734 new file: i/icc/icc-2019.0.117-GCC-6.3.0-2.27.eb
new file:   i/iccifort/iccifort-2019.0.117-GCC-6.3.0-2.27.eb
	new file:   i/ifort/ifort-2019.0.117-GCC-6.3.0-2.27.eb
	new file:   i/iimpi/iimpi-2019.01.eb
	new file:   i/imkl/imkl-2019.0.117-iimpi-2019.01.eb
	new file:   i/impi/impi-2019.0.117-iccifort-2019.0.117-GCC-6.3.0-2.27.eb
	new file:   i/intel/intel-2019.01.eb
	deleted:    i/ifort/parallel_studio_xe_2017_update7_composer_edition_for_fortran.tgz


Former-commit-id: 74da74cc199e3baf1a6df86107461dfa8985898c
2018-09-18 07:21:17 +02:00

27 lines
742 B
Plaintext

# IT4Innovations 2018
easyblock = 'Toolchain'
name = 'intel'
version = '2019.01'
homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
description = "Compiler toolchain including Intel compilers, Intel MPI and Intel Math Kernel Library (MKL)."
toolchain = {'name': 'dummy', 'version': ''}
compver = '2019.0.117'
gccver = '6.3.0'
binutilsver = '2.27'
gccsuff = '-GCC-%s-%s' % (gccver, binutilsver)
dependencies = [
('GCCcore', gccver),
('binutils', binutilsver, '-GCCcore-%s' % gccver),
('icc', compver, gccsuff),
('ifort', compver, gccsuff),
('impi', '2019.0.117', '', ('iccifort', '%s%s' % (compver, gccsuff))),
('imkl', '2019.0.117', '', ('iimpi', version)),
]
moduleclass = 'toolchain'