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

new file: b/binutils/binutils-2.30.eb new file: g/GCC/GCC-8.1.0-2.30.eb new file: g/GCCcore/GCCcore-8.1.0.eb new file: i/icc/icc-2018.3.222-GCC-8.1.0-2.30.eb new file: i/iccifort/iccifort-2018.3.222-GCC-8.1.0-2.30.eb new file: i/ifort/ifort-2018.3.222-GCC-8.1.0-2.30.eb new file: i/iimpi/iimpi-2018.03.eb new file: i/imkl/imkl-2018.3.222-iimpi-2018.03.eb new file: i/impi/impi-2018.3.222-iccifort-2018.3.222-GCC-8.1.0-2.30.eb new file: i/intel/intel-2018.03.eb Former-commit-id: d4502c9d0e1535960e31450295d6ffbfbfdbfd14
18 lines
396 B
Plaintext
18 lines
396 B
Plaintext
easyblock = 'Toolchain'
|
|
|
|
name = 'iccifort'
|
|
version = '2018.3.222'
|
|
versionsuffix = '-GCC-8.1.0-2.30'
|
|
|
|
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'
|