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

new file: i/ifort/ifort-2018.3.222-GCC-6.3.0-2.27.eb new file: i/imkl/imkl-2018.3.222-iompi-2018.03-GCC-6.3.0-2.27.eb new file: i/iomkl/iomkl-2018.03-GCC-6.3.0-2.27.eb new file: i/iompi/iompi-2018.03-GCC-6.3.0-2.27.eb new file: v/VTune/VTune-2018_update4.eb new file: v/VTune/VTune-2019_update3.eb
40 lines
987 B
Plaintext
40 lines
987 B
Plaintext
# IT4Innovations 2019
|
|
|
|
name = 'icc'
|
|
version = '2018.3.222'
|
|
|
|
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']
|
|
|
|
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(?!.*mic)']
|
|
|
|
dontcreateinstalldir = 'True'
|
|
|
|
license_file = '/apps/licenses/intel/license.lic'
|
|
|
|
moduleclass = 'compiler'
|