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
33 lines
1020 B
Plaintext
33 lines
1020 B
Plaintext
# IT4Innovations 2018
|
|
|
|
name = 'ifort'
|
|
version = '2018.3.222'
|
|
|
|
homepage = 'http://software.intel.com/en-us/intel-compilers/'
|
|
description = "Intel Fortran compiler"
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
sources = ['parallel_studio_xe_%(version_major)s_update%(version_minor)s_composer_edition_for_fortran.tgz']
|
|
patches = ['ifort_%(version)s_no_mpi_mic_dependency.patch']
|
|
|
|
gccver = '8.1.0'
|
|
binutilsver = '2.30'
|
|
versionsuffix = '-GCC-%s-%s' % (gccver, binutilsver)
|
|
|
|
dependencies = [
|
|
('GCCcore', gccver),
|
|
('binutils', binutilsver, '', ('GCCcore', gccver)),
|
|
]
|
|
|
|
# list of regex for components to install
|
|
# full list of components can be obtained from pset/mediaconfig.xml in unpacked sources
|
|
# cfr. https://software.intel.com/en-us/articles/intel-composer-xe-2015-silent-installation-guide
|
|
components = ['intel-comp', 'intel-fcomp', 'intel-ifort', 'intel-openmp', 'intel-ipsf?_', 'intel-gdb(?!.*mic)']
|
|
|
|
dontcreateinstalldir = 'True'
|
|
|
|
license_file = '/apps/licenses/intel/license.lic'
|
|
|
|
moduleclass = 'compiler'
|