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