mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 03:11:22 +01:00
20 lines
393 B
Plaintext
20 lines
393 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'Toolchain'
|
|
|
|
name = 'iccifort'
|
|
version = '2018.5.274'
|
|
versionsuffix = '-GCC-6.3.0-2.27'
|
|
|
|
homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
|
|
description = "Intel C, C++ & Fortran compilers"
|
|
|
|
toolchain = SYSTEM
|
|
|
|
dependencies = [
|
|
('icc', version, versionsuffix),
|
|
('ifort', version, versionsuffix),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|