easyconfigs-it4i/i/iccifort/iccifort-2017.4.196-GCC-7.1.0-2.28.eb
Lukáš Krupčík 92cb0848fe formatter
2018-10-03 07:48:02 +02:00

21 lines
566 B
Plaintext

# This is an easyconfig file for EasyBuild, see
# http://hpcugent.github.io/easybuild
easyblock = 'Toolchain'
name = 'iccifort'
version = '2017.4.196'
versionsuffix = '-GCC-7.1.0-2.28'
homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
description = """Intel Cluster Toolkit Compiler Edition provides Intel C,C++ and fortran compilers, Intel MPI and
Intel MKL"""
toolchain = {'name': 'dummy', 'version': 'dummy'}
dependencies = [
('icc', version, versionsuffix),
('ifort', version, versionsuffix),
]
moduleclass = 'toolchain'