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
34 lines
1018 B
Plaintext
34 lines
1018 B
Plaintext
# IT4innovations 2018
|
|
|
|
name = 'icc'
|
|
version = '2017.7.259'
|
|
|
|
homepage = 'http://software.intel.com/en-us/intel-compilers/'
|
|
description = "Intel C and C++ compilers"
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
sources = ['parallel_studio_xe_%(version_major)s_update%(version_minor)s_composer_edition_for_cpp.tgz']
|
|
|
|
checksums = ['c1661dbc568d5c348294a09fa72aeadb']
|
|
|
|
gccver = '6.3.0'
|
|
binutilsver = '2.27'
|
|
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-ccomp', 'intel-icc', 'intel-openmp', 'intel-ipsc?_', 'intel-gdb', 'intel-gdb(?!.*mic)']
|
|
|
|
dontcreateinstalldir = 'True'
|
|
|
|
license_file = '/apps/licenses/intel/license.lic'
|
|
|
|
moduleclass = 'compiler'
|