mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 19:01:21 +01:00

modified: i/ifort/ifort-2018.0.128-GCC-6.4.0-2.28.eb modified: i/impi/impi-2018.0.128-iccifort-2018.0.128-GCC-6.4.0-2.28.eb new file: n/Netgen/Netgen-4.9.11-test.eb new file: n/Netgen/Netgen-4.9.11.eb new file: p/ParMETIS/ParMETIS-3.2.0-intel-2017a-for-netgen.eb new file: t/Togl/Togl-1.7.eb
36 lines
1.0 KiB
Plaintext
36 lines
1.0 KiB
Plaintext
name = 'icc'
|
|
version = '2018.0.128'
|
|
|
|
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_composer_edition_for_cpp.tgz']
|
|
|
|
checksums = ['5bd22f0b1d2f01dfdee755aeae4c89fa']
|
|
|
|
gccver = '6.4.0'
|
|
binutilsver = '2.28'
|
|
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'
|
|
|
|
postinstallcmds = [
|
|
'rm /tmp/easybuild/easybuild_intel/* -rf',
|
|
]
|
|
|
|
moduleclass = 'compiler'
|