# IT4Innovations 2018 easyblock = 'Toolchain' name = 'intel' version = '2017c' 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 = '2017.7.259' local_gccver = '6.3.0' local_local_binutilsver = '2.27' 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', '2017.4.239', '', ('iccifort', '%s%s' % (local_local_compver, gcclocal_suff))), ('imkl', '2017.4.239', '', ('iimpi', version)), ] moduleclass = 'toolchain'