# IT4Innovations # LK 2025 easyblock = 'Toolchain' name = 'iccifort' version = '2017.8.262' versionsuffix = '-GCC-9.3.0-2.34' 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'