mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-13 10:21:22 +01:00

new file: i/iccifort/iccifort-2017.7.259-GCC-6.3.0-2.27.eb new file: i/ifort/ifort-2017.7.259-GCC-6.3.0-2.27.eb new file: i/iimpi/iimpi-2017c.eb new file: i/imkl/imkl-2017.4.239-iimpi-2017c.eb new file: i/impi/impi-2017.4.239-iccifort-2017.7.259-GCC-6.3.0-2.27.eb new file: i/intel/intel-2017c.eb
18 lines
396 B
Plaintext
18 lines
396 B
Plaintext
easyblock = 'Toolchain'
|
|
|
|
name = 'iccifort'
|
|
version = '2017.7.259'
|
|
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 = {'name': 'dummy', 'version': ''}
|
|
|
|
dependencies = [
|
|
('icc', version, versionsuffix),
|
|
('ifort', version, versionsuffix),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|