mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 03:11:22 +01:00

new file: i/iccifort/iccifort-2018.0.128-GCC-6.4.0-2.28.eb new file: i/ifort/ifort-2018.0.128-GCC-6.4.0-2.28.eb new file: i/ifort/ifort_2017_no_mpi_mic_dependency.patch new file: i/iimpi/iimpi-2018.00.eb new file: i/imkl/imkl-2018.0.128-iimpi-2018.00.eb new file: i/impi/impi-2018.0.128-iccifort-2018.0.128-GCC-6.4.0-2.28.eb new file: i/intel/intel-2018.00.eb
18 lines
401 B
Plaintext
18 lines
401 B
Plaintext
easyblock = 'Toolchain'
|
|
|
|
name = 'iccifort'
|
|
version = '2018.0.128'
|
|
versionsuffix = '-GCC-6.4.0-2.28'
|
|
|
|
homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
|
|
description = "Intel C, C++ & Fortran compilers"
|
|
|
|
toolchain = {'name': 'dummy', 'version': 'dummy'}
|
|
|
|
dependencies = [
|
|
('icc', version, versionsuffix),
|
|
('ifort', version, versionsuffix),
|
|
]
|
|
|
|
moduleclass = 'toolchain'
|