easyconfigs-it4i/i/icc/icc-2017.4.196-GCC-6.3.0-2.27.eb
Lukáš Krupčík c2eeebc00d new file: a/ASE/ASE-3.15.0-Py-3.6.eb
new file:   b/BoltzTraP2/BoltzTraP2-18.1.1-Py-3.6.eb
	new file:   c/click/click-6.7-Py-3.6.eb
	new file:   c/cycler/cycler-0.10.0-Py-3.6.eb
	new file:   f/Flask/Flask-0.12.2-Py-3.6.eb
	new file:   i/icc/icc-2017.4.196-GCC-6.3.0-2.27.eb
	new file:   i/iccifort/iccifort-2017.4.196-GCC-6.3.0-2.27.eb
	new file:   i/ifort/ifort-2017.4.196-GCC-6.3.0-2.27.eb
	modified:   i/iimpi/iimpi-2017b.eb
	new file:   i/impi/impi-2017.3.196-iccifort-2017.4.196-GCC-6.3.0-2.27.eb
	modified:   i/intel/intel-2017b.eb
	new file:   i/itsdangerous/itsdangerous-0.24-Py-3.6.eb
	new file:   j/Jinja2/Jinja2-2.10-Py-3.6.eb
	new file:   m/MarkupSafe/MarkupSafe-1.0-Py-3.6.eb
	new file:   m/matplotlib/matplotlib-2.1.1-Py-3.6.eb
	new file:   n/numpy/numpy-1.13.3-Py-3.6.eb
	new file:   p/Py/Py-2.7.eb
	new file:   p/Py/Py-3.6.eb
	new file:   p/Python/.Python-3.6.4-base.eb.swp
	new file:   p/Python/Python-2.7.14-base.eb
	new file:   p/Python/Python-3.6.4-base.eb
	new file:   p/pyparsing/pyparsing-2.2.0-Py-3.6.eb
	new file:   p/python-dateutil/python-dateutil-2.6.1-Py-3.6.eb
	new file:   p/pytz/pytz-2017.3-Py-3.6.eb
	new file:   s/scipy/scipy-1.0.0-Py-3.6.eb
	new file:   s/six/six-1.11.0-Py-2.7.eb
	new file:   s/six/six-1.11.0-Py-3.6.eb
	new file:   s/spglib-python/spglib-python-1.10.2.4-Py-3.6.eb
	new file:   w/Werkzeug/Werkzeug-0.14.1-Py-3.6.eb
	deleted:    a/ASE/ASE-3.15.0-Python-3.6.2-base.eb
	deleted:    i/impi/impi-2017.3.196-iccifort-2017.4.196-GCC-6.4.0-2.28.eb
	deleted:    m/matplotlib/matplotlib-2.1.1-Python-3.6.2-base.eb
	deleted:    n/numpy/numpy-1.13.3-Python-3.6.2-base.eb
	deleted:    p/pyparsing/pyparsing-2.2.0-Python-3.6.2-base.eb
	deleted:    p/python-dateutil/python-dateutil-2.6.1-Python-3.6.2-base.eb
	deleted:    s/scipy/scipy-1.0.0-Python-3.6.2-base.eb
	deleted:    s/six/six-1.11.0-Python-3.6.2-base.eb
2018-01-05 10:50:58 +01:00

32 lines
1.0 KiB
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.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'