mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 03:11:22 +01:00

new file: b/binutils/binutils-2.30.eb new file: g/GCC/GCC-8.1.0-2.30.eb new file: g/GCCcore/GCCcore-8.1.0.eb new file: i/icc/icc-2018.3.222-GCC-8.1.0-2.30.eb new file: i/iccifort/iccifort-2018.3.222-GCC-8.1.0-2.30.eb new file: i/ifort/ifort-2018.3.222-GCC-8.1.0-2.30.eb new file: i/iimpi/iimpi-2018.03.eb new file: i/imkl/imkl-2018.3.222-iimpi-2018.03.eb new file: i/impi/impi-2018.3.222-iccifort-2018.3.222-GCC-8.1.0-2.30.eb new file: i/intel/intel-2018.03.eb Former-commit-id: d4502c9d0e1535960e31450295d6ffbfbfdbfd14
27 lines
732 B
Plaintext
27 lines
732 B
Plaintext
# IT4Innovations 2018
|
|
|
|
easyblock = 'Toolchain'
|
|
|
|
name = 'intel'
|
|
version = '2018.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 = '2018.3.222'
|
|
gccver = '8.1.0'
|
|
binutilsver = '2.30'
|
|
gccsuff = '-GCC-%s-%s' % (gccver, binutilsver)
|
|
dependencies = [
|
|
('GCCcore', gccver),
|
|
('binutils', binutilsver, '-GCCcore-%s' % gccver),
|
|
('icc', compver, gccsuff),
|
|
('ifort', compver, gccsuff),
|
|
('impi', compver, '', ('iccifort', '%s%s' % (compver, gccsuff))),
|
|
('imkl', compver, '', ('iimpi', version)),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|