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

new file: a/ANSYS/ANSYS-18.2-intel-2017a.eb new file: b/binutils/binutils-2.28-GCCcore-6.4.0.eb new file: g/GCCcore/GCCcore-6.4.0.eb new file: h/HPL/HPL-2.2-intel-2017b.eb new file: h/HPL/HPL_parallel-make.patch new file: i/icc/icc-2017.4.196-GCC-6.4.0-2.28.eb new file: i/iccifort/iccifort-2017.4.196-GCC-6.4.0-2.28.eb new file: i/ifort/ifort-2017.4.196-GCC-6.4.0-2.28.eb new file: i/iimpi/iimpi-2017b.eb new file: i/imkl/imkl-2017.3.196-iimpi-2017b.eb new file: i/impi/iimpi-2017b.eb new file: i/impi/impi-2017.3.196-iccifort-2017.4.196-GCC-6.4.0-2.28.eb new file: i/intel/intel-2017b.eb new file: p/ParaView/ParaView-5.4.0-intel-2017a-mpi-OSPRay-OpenGL.eb new file: p/ParaView/ParaView-5.4.0-intel-2017a-mpi-OSPRay-OpenGL2.eb deleted: p/ParaView/.ParaView-5.4.0-intel-2017a-OSPRay-test.eb.swp deleted: p/ParaView/ParaView-5.4.0-intel-2017a-OSPRay-test.eb
32 lines
1006 B
Plaintext
32 lines
1006 B
Plaintext
name = 'icc'
|
|
version = '2017.4.196'
|
|
|
|
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 = ['6b9b57dada0ec68e394866ec0a8b162c9233de18a7a6dd2dcc956d335e06acbc']
|
|
|
|
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']
|
|
|
|
dontcreateinstalldir = 'True'
|
|
|
|
license_file = '/apps/licenses/intel/license.lic'
|
|
|
|
moduleclass = 'compiler'
|