# IT4Innovations 2019 easyblock = 'Toolchain' name = 'iccifort' version = '2018.5.274' versionsuffix = '-GCC-8.3.0-2.32' homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-local_compiler/' description = "Intel C, C++ & Fortran compilers" toolchain = SYSTEM dependencies = [ ('icc', version, versionsuffix), ('ifort', version, versionsuffix), ] moduleclass = 'toolchain'