easyconfigs-it4i/i/intel/intel-2019.03.eb
Lukáš Krupčík 4a1fd16068 new file: i/icc/icc-2019.4.227-GCC-6.3.0-2.27.eb
new file:   i/iccifort/iccifort-2019.4.227-GCC-6.3.0-2.27.eb
	new file:   i/ifort/ifort-2019.4.227-GCC-6.3.0-2.27.eb
	new file:   i/ifort/ifort-2019.4.227_no_mpi_mic_dependency.patch
	new file:   i/iimpi/iimpi-2019.03.eb
	new file:   i/imkl/imkl-2019.3.199-iimpi-2019.03.eb
	new file:   i/impi/impi-2019.3.199-iccifort-2019.4.227-GCC-6.3.0-2.27.eb
	new file:   i/intel/intel-2019.03.eb
2019-05-16 14:54:41 +02:00

29 lines
797 B
Plaintext

# IT4Innovations 2019
easyblock = 'Toolchain'
name = 'intel'
version = '2019.03'
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.4.227'
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.3.199', '', ('iccifort', '%s%s' % (compver, gccsuff))),
('imkl', '2019.3.199', '', ('iimpi', version)),
]
modluafooter = 'add_property("state","experimental")'
moduleclass = 'toolchain'