diff --git a/c/CMake/CMake-2.8.12.eb b/c/CMake/CMake-2.8.12.eb
new file mode 100644
index 00000000..05028d7b
--- /dev/null
+++ b/c/CMake/CMake-2.8.12.eb
@@ -0,0 +1,20 @@
+easyblock = 'ConfigureMake'
+
+name = 'CMake'
+version = '2.8.12'
+
+homepage = 'http://www.cmake.org'
+description = """CMake, the cross-platform, open-source build system.
+ CMake is a family of tools designed to build, test and package software."""
+
+toolchain = {'name': 'dummy', 'version': ''}
+
+source_urls = ['http://www.cmake.org/files/v%(version_major_minor)s']
+sources = [SOURCELOWER_TAR_GZ]
+
+sanity_check_paths = {
+ 'files': ["bin/%s" % x for x in ['cmake', 'cpack', 'ctest']],
+ 'dirs': [],
+}
+
+moduleclass = 'devel'
diff --git a/g/GDAL/GDAL-2.3.2-Py-2.7.eb b/g/GDAL/GDAL-2.3.2-Py-2.7.eb
index c0e6fe89..2e6fdc2e 100644
--- a/g/GDAL/GDAL-2.3.2-Py-2.7.eb
+++ b/g/GDAL/GDAL-2.3.2-Py-2.7.eb
@@ -31,7 +31,7 @@ dependencies = [
('zlib', '1.2.11', '', True),
('cURL', '7.61.1'),
('PCRE', '8.42'),
- ('PROJ_4', '4.9.2'),
+# ('PROJ_4', '4.9.2'),
]
configopts = '--with-expat=$EBROOTEXPAT --with-libz=$EBROOTLIBZ --with-netcdf=$EBROOTNETCDF'
diff --git a/g/GDAL/GDAL-2.4.0-foss-2018a-Py-2.7.eb b/g/GDAL/GDAL-2.4.0-foss-2018a-Py-2.7.eb
new file mode 100644
index 00000000..e4bc8b36
--- /dev/null
+++ b/g/GDAL/GDAL-2.4.0-foss-2018a-Py-2.7.eb
@@ -0,0 +1,51 @@
+# ITInnovations 2018
+
+easyblock = 'ConfigureMake'
+
+name = 'GDAL'
+version = '2.4.0'
+versionsuffix = '-Py-2.7'
+
+homepage = 'http://www.gdal.org/'
+description = """GDAL is a translator library for raster geospatial data formats that is released under an X/MIT style
+ Open Source license by the Open Source Geospatial Foundation. As a library, it presents a single abstract data model
+ to the calling application for all supported formats. It also comes with a variety of useful commandline utilities for
+ data translation and processing."""
+
+toolchain = {'name': 'foss', 'version': '2018a'}
+toolchainopts = {'usempi': True}
+
+source_urls = ['http://download.osgeo.org/gdal/%(version)s/']
+sources = [SOURCELOWER_TAR_XZ]
+
+dependencies = [
+ ('Py', '2.7', '', True),
+ ('netCDF', '4.6.1'),
+ ('expat', '2.2.6', '', True),
+ ('GEOS', '3.7.1', '', ('Py', '2.7')),
+ ('SQLite', '3.27.1', '', True),
+ ('libxml2', '2.9.9', '', True),
+ ('libpng', '1.6.34', '', True),
+ ('libjpeg-turbo', '1.5.3', '', True),
+ ('JasPer', '2.0.14', '', True),
+ ('LibTIFF', '4.0.7', '', True),
+ ('zlib', '1.2.11', '', True),
+ ('cURL', '7.56.1', '', True),
+ ('PCRE', '8.42','', True),
+ ('SWIG', '3.0.12', '', ('Py','2.7')),
+ ('PROJ', '5.0.0'),
+]
+
+configopts = '--with-expat=$EBROOTEXPAT --with-libz=$EBROOTLIBZ --with-hdf5=$EBROOTHDF5 --with-netcdf=$EBROOTNETCDF'
+configopts += ' --with-xml2=$EBROOTLIBXML2 --with-geos=$EBROOTGEOS/bin/geos-config --with-jpeg=$EBROOTLIBJPEGMINTURBO'
+configopts += ' --with-png=$EBROOTLIBPNG --with-sqlite3=$EBROOTSQLITE --with-jasper=$EBROOTJASPER'
+configopts += ' --with-libtiff=$EBROOTLIBTIFF --with-pcre=$EBROOTPCRE --with-python=$EBROOTPYTHON/bin/python'
+
+modextrapaths = {'PYTHONPATH': 'lib/python2.7/site-packages'}
+
+sanity_check_paths = {
+ 'files': ['lib/libgdal.a', 'lib/libgdal.%s' % SHLIB_EXT],
+ 'dirs': ['bin', 'include', 'lib/python2.7/site-packages']
+}
+
+moduleclass = 'data'
diff --git a/g/GEOS/GEOS-3.7.1-Py-2.7.eb b/g/GEOS/GEOS-3.7.1-Py-2.7.eb
new file mode 100644
index 00000000..1ce6f94d
--- /dev/null
+++ b/g/GEOS/GEOS-3.7.1-Py-2.7.eb
@@ -0,0 +1,33 @@
+# IT4Innovations 2019
+
+easyblock = 'ConfigureMake'
+
+name = 'GEOS'
+version = '3.7.1'
+
+homepage = 'http://trac.osgeo.org/geos'
+description = """GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS)"""
+
+toolchain = {'name': 'Py', 'version': '2.7'}
+
+source_urls = ['http://download.osgeo.org/geos/']
+sources = [SOURCELOWER_TAR_BZ2]
+
+builddependencies = [('SWIG', '3.0.12')]
+
+configopts = '--enable-python'
+
+modextrapaths = {'PYTHONPATH': 'lib/python2.7/site-packages'}
+
+sanity_check_paths = {
+ 'files': [
+ 'bin/geos-config',
+ 'lib/libgeos.%s' %
+ SHLIB_EXT,
+ 'lib/libgeos.a',
+ 'include/geos.h'],
+ 'dirs': [
+ 'lib/python2.7/site-packages/geos']
+ }
+
+moduleclass = 'math'
diff --git a/g/git/git-2.21.0.eb b/g/git/git-2.21.0.eb
new file mode 100644
index 00000000..24920bcc
--- /dev/null
+++ b/g/git/git-2.21.0.eb
@@ -0,0 +1,28 @@
+# IT4Innovations 2019
+
+easyblock = 'ConfigureMake'
+
+name = 'git'
+version = "2.21.0"
+
+homepage = 'http://git-scm.com/'
+description = """Git is a free and open source distributed version control system designed
+to handle everything from small to very large projects with speed and efficiency."""
+
+toolchain = {'name': 'dummy', 'version': ''}
+
+source_urls = ['https://www.kernel.org/pub/software/scm/git/']
+sources = ['%(name)s-%(version)s.tar.gz']
+
+builddependencies = [
+ ('Autoconf', '2.69', '', True)
+]
+
+preconfigopts = 'make configure && '
+
+sanity_check_paths = {
+ 'files': ['bin/git'],
+ 'dirs': [],
+}
+
+moduleclass = 'tools'
diff --git a/h/HDF5/HDF5-1.10.4-foss-2018a-parallel.eb b/h/HDF5/HDF5-1.10.4-foss-2018a-parallel.eb
new file mode 100644
index 00000000..6d8873a0
--- /dev/null
+++ b/h/HDF5/HDF5-1.10.4-foss-2018a-parallel.eb
@@ -0,0 +1,23 @@
+# IT4Innovations 2019
+
+name = 'HDF5'
+version = '1.10.4'
+versionsuffix = '-parallel'
+
+homepage = 'http://www.hdfgroup.org/HDF5/'
+description = """HDF5 is a unique technology suite that makes possible the management of
+ extremely large and complex data collections."""
+
+toolchain = {'name': 'foss', 'version': '2018a'}
+toolchainopts = {'pic': True, 'usempi': True}
+
+source_urls = [
+ 'https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-%(version_major_minor)s/hdf5-%(version)s/src']
+sources = [SOURCELOWER_TAR_GZ]
+
+dependencies = [
+ ('zlib', '1.2.11', '', True),
+ ('Szip', '2.1', '', True),
+]
+
+moduleclass = 'data'
diff --git a/h/HyperLoom/HyperLoom-0.10.eb b/h/HyperLoom/HyperLoom-0.10.eb
new file mode 100644
index 00000000..0028a50c
--- /dev/null
+++ b/h/HyperLoom/HyperLoom-0.10.eb
@@ -0,0 +1,54 @@
+# IT4Innovations 2019
+
+easyblock = 'CMakeMake'
+
+name = 'HyperLoom'
+version = '0.10'
+
+homepage = 'https://code.it4i.cz/ADAS/loom'
+description = "Framework for distributed task execution"
+
+toolchain = {'name': 'dummy', 'version': ''}
+toolchainopts = {'pic': True}
+
+source_urls = ['https://code.it4i.cz/ADAS/loom/-/archive/v0.10/']
+sources = ['loom-v0.10.tar.gz']
+
+builddependencies = [
+ ('CMake', '3.13.1'),
+]
+
+dependencies = [
+ ('zlib', '1.2.11'),
+ ('libuv', '1.20.3'),
+ ('protobuf-python', '3.2.0', '-GCC-7.1.0-2.28-Python-3.6.1'),
+]
+
+separate_build_dir = True
+
+#configopts = " -DPROTOBUF_INCLUDE_DIR=$EBROOTPROTOBUF/include "
+#configopts += " -DPROTOBUF_LIBRARY=$EBROOTPROTOBUF/lib/libprotobuf.so "
+#configopts += " -DCMAKE_INSTALL_PREFIX=$EBROOTLIBUV "
+#configopts += " -DPYTHON_LIBRARY=$EBROOTPYTHON/lib/libpython3.6m.so "
+#configopts += " -DPYTHON_INCLUDE_DIR=$EBROOTPYTHON/include/python3.6m "
+#configopts += " -DPROTOBUF_PROTOC_EXECUTABLE=$EBROOTPYTHON/bin/protoc "
+configopts = " -DPROTOBUF_INCLUDE_DIR=/apps/all/protobuf/3.2.0-GCC-7.1.0-2.28-Python-3.6.1/include "
+configopts += " -DPROTOBUF_LIBRARY=/apps/all/protobuf/3.2.0-GCC-7.1.0-2.28-Python-3.6.1/lib/libprotobuf.so "
+configopts += " -DCMAKE_INSTALL_PREFIX=/apps/all/libuv/1.20.3 "
+configopts += " -DPYTHON_LIBRARY=/apps/all/Python/3.6.1/lib/libpython3.6m.so "
+configopts += " -DPYTHON_INCLUDE_DIR=/apps/all/Python/3.6.1/include/python3.6m "
+configopts += " -DPROTOBUF_PROTOC_EXECUTABLE=/apps/all/protobuf/3.2.0-GCC-7.1.0-2.28-Python-3.6.1/bin/protoc"
+
+postinstallcmds = [
+ 'mkdir %(installdir)s/bin',
+ 'cp %(builddir)s/easybuild_obj/src/server/loom-server %(installdir)s/bin/',
+ 'cp %(builddir)s/easybuild_obj/src/worker/loom-worker %(installdir)s/bin/',
+ 'cp %(builddir)s/loom-v0.10/python %(installdir)s/python -R',
+]
+
+sanity_check_paths = {
+ 'files': ['bin/%s' % x for x in ['loom-server', 'loom-worker']],
+ 'dirs': ['python'],
+}
+
+moduleclass = 'lib'
diff --git a/h/Hypre/Hypre-2.15.1-intel-2018.04.eb b/h/Hypre/Hypre-2.15.1-intel-2018.04.eb
new file mode 100644
index 00000000..dc10ced2
--- /dev/null
+++ b/h/Hypre/Hypre-2.15.1-intel-2018.04.eb
@@ -0,0 +1,24 @@
+# IT4Innovations 2019
+
+name = 'Hypre'
+version = '2.15.1'
+
+homepage = "https://computation.llnl.gov/casc/linear_solvers/sls_hypre.html"
+description = """Hypre is a library for solving large, sparse linear systems of equations on massively parallel computers.
+ The problems of interest arise in the simulation codes being developed at LLNL and elsewhere
+ to study physical phenomena in the defense, environmental, energy, and biological sciences."""
+
+toolchain = {'name': 'intel', 'version': '2018.04'}
+toolchainopts = {'pic': True}
+
+source_urls = ['https://github.com/LLNL/hypre/archive/']
+sources = ['v%(version)s.tar.gz']
+
+start_dir = 'src'
+
+sanity_check_paths = {
+ 'files': ['lib/libHYPRE.a'],
+ 'dirs': ['include']
+}
+
+moduleclass = 'numlib'
diff --git a/i/icc/icc-11.1.073-32bit.eb b/i/icc/icc-11.1.073-32bit.eb
deleted file mode 100644
index dcc7b13a..00000000
--- a/i/icc/icc-11.1.073-32bit.eb
+++ /dev/null
@@ -1,22 +0,0 @@
-name = 'icc'
-version = '11.1.073'
-versionsuffix = '-32bit'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_cproc_p_%s.tgz' % version]
-
-# small patch for the installer
-patches = ['specified-paths.patch']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-m32 = True
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-11.1.073.eb b/i/icc/icc-11.1.073.eb
deleted file mode 100644
index 81c0e041..00000000
--- a/i/icc/icc-11.1.073.eb
+++ /dev/null
@@ -1,19 +0,0 @@
-name = 'icc'
-version = '11.1.073'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_cproc_p_%s.tgz' % version]
-
-# small patch for the installer
-patches = ['specified-paths.patch']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-11.1.075.eb b/i/icc/icc-11.1.075.eb
deleted file mode 100644
index f0c94179..00000000
--- a/i/icc/icc-11.1.075.eb
+++ /dev/null
@@ -1,19 +0,0 @@
-name = 'icc'
-version = '11.1.075'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_cproc_p_%s_intel64.tgz' % version]
-
-# small patch for the installer
-patches = ['specified-paths.patch']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2011.10.319.eb b/i/icc/icc-2011.10.319.eb
deleted file mode 100644
index f0f913f3..00000000
--- a/i/icc/icc-2011.10.319.eb
+++ /dev/null
@@ -1,16 +0,0 @@
-name = 'icc'
-version = '2011.10.319'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_ccompxe_intel64_%s.tgz' % version]
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2011.13.367.eb b/i/icc/icc-2011.13.367.eb
deleted file mode 100644
index 2686ab81..00000000
--- a/i/icc/icc-2011.13.367.eb
+++ /dev/null
@@ -1,16 +0,0 @@
-name = 'icc'
-version = '2011.13.367'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_ccompxe_%s.tgz' % version]
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2011.3.174.eb b/i/icc/icc-2011.3.174.eb
deleted file mode 100644
index 40b48273..00000000
--- a/i/icc/icc-2011.3.174.eb
+++ /dev/null
@@ -1,16 +0,0 @@
-name = 'icc'
-version = '2011.3.174'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_ccompxe_intel64_%s.tgz' % version]
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2011.6.233.eb b/i/icc/icc-2011.6.233.eb
deleted file mode 100644
index cf3db190..00000000
--- a/i/icc/icc-2011.6.233.eb
+++ /dev/null
@@ -1,16 +0,0 @@
-name = 'icc'
-version = '2011.6.233'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_ccompxe_intel64_%s.tgz' % version]
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2013.1.117.eb b/i/icc/icc-2013.1.117.eb
deleted file mode 100644
index bdcdc7bc..00000000
--- a/i/icc/icc-2013.1.117.eb
+++ /dev/null
@@ -1,16 +0,0 @@
-name = 'icc'
-version = '2013.1.117'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_ccompxe_%s.tgz' % version]
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2013.2.146.eb b/i/icc/icc-2013.2.146.eb
deleted file mode 100644
index d3b98265..00000000
--- a/i/icc/icc-2013.2.146.eb
+++ /dev/null
@@ -1,16 +0,0 @@
-name = 'icc'
-version = '2013.2.146'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_ccompxe_%s.tgz' % version]
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2013.3.163.eb b/i/icc/icc-2013.3.163.eb
deleted file mode 100644
index 159eb158..00000000
--- a/i/icc/icc-2013.3.163.eb
+++ /dev/null
@@ -1,16 +0,0 @@
-name = 'icc'
-version = '2013.3.163'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_ccompxe_%s.tgz' % version]
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2013.4.183.eb b/i/icc/icc-2013.4.183.eb
deleted file mode 100644
index c671d79c..00000000
--- a/i/icc/icc-2013.4.183.eb
+++ /dev/null
@@ -1,16 +0,0 @@
-name = 'icc'
-version = '2013.4.183'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_ccompxe_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2013.5.192-GCC-4.8.3.eb b/i/icc/icc-2013.5.192-GCC-4.8.3.eb
deleted file mode 100644
index 337989e0..00000000
--- a/i/icc/icc-2013.5.192-GCC-4.8.3.eb
+++ /dev/null
@@ -1,22 +0,0 @@
-name = 'icc'
-version = '2013.5.192'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['l_ccompxe_%(version)s.tgz']
-
-gcc = 'GCC'
-gccver = '4.8.3'
-versionsuffix = '-%s-%s' % (gcc, gccver)
-
-dependencies = [(gcc, gccver)]
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2013.5.192.eb b/i/icc/icc-2013.5.192.eb
deleted file mode 100644
index e625fe13..00000000
--- a/i/icc/icc-2013.5.192.eb
+++ /dev/null
@@ -1,16 +0,0 @@
-name = 'icc'
-version = '2013.5.192'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_ccompxe_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2013_sp1.0.080.eb b/i/icc/icc-2013_sp1.0.080.eb
deleted file mode 100644
index 94f34e16..00000000
--- a/i/icc/icc-2013_sp1.0.080.eb
+++ /dev/null
@@ -1,16 +0,0 @@
-name = 'icc'
-version = '2013_sp1.0.080'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_ccompxe_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2013_sp1.1.106.eb b/i/icc/icc-2013_sp1.1.106.eb
deleted file mode 100644
index c492ab2d..00000000
--- a/i/icc/icc-2013_sp1.1.106.eb
+++ /dev/null
@@ -1,17 +0,0 @@
-name = 'icc'
-version = '2013_sp1.1.106'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_ccompxe_%(version)s.tgz']
-
-# compiler class
-moduleclass = 'compiler'
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
diff --git a/i/icc/icc-2013_sp1.2.144.eb b/i/icc/icc-2013_sp1.2.144.eb
deleted file mode 100644
index 13f020bc..00000000
--- a/i/icc/icc-2013_sp1.2.144.eb
+++ /dev/null
@@ -1,17 +0,0 @@
-name = 'icc'
-version = '2013_sp1.2.144'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_ccompxe_%(version)s.tgz']
-
-# compiler class
-moduleclass = 'compiler'
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
diff --git a/i/icc/icc-2013_sp1.3.174.eb b/i/icc/icc-2013_sp1.3.174.eb
deleted file mode 100644
index bba8e7eb..00000000
--- a/i/icc/icc-2013_sp1.3.174.eb
+++ /dev/null
@@ -1,17 +0,0 @@
-name = 'icc'
-version = '2013_sp1.3.174'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_ccompxe_%(version)s.tgz']
-
-# compiler class
-moduleclass = 'compiler'
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
diff --git a/i/icc/icc-2013_sp1.4.211.eb b/i/icc/icc-2013_sp1.4.211.eb
deleted file mode 100644
index e535274a..00000000
--- a/i/icc/icc-2013_sp1.4.211.eb
+++ /dev/null
@@ -1,18 +0,0 @@
-# Built with EasyBuild version 1.15.2 on 2014-11-26_14-41-50
-name = 'icc'
-version = '2013_sp1.4.211'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_ccompxe_%(version)s.tgz']
-
-# compiler class
-moduleclass = 'compiler'
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
diff --git a/i/icc/icc-2015.0.090-GCC-4.9.2.eb b/i/icc/icc-2015.0.090-GCC-4.9.2.eb
deleted file mode 100644
index 7dd7f75d..00000000
--- a/i/icc/icc-2015.0.090-GCC-4.9.2.eb
+++ /dev/null
@@ -1,22 +0,0 @@
-name = 'icc'
-version = '2015.0.090'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['l_ccompxe_%(version)s.tgz']
-
-gcc = 'GCC'
-gccver = '4.9.2'
-versionsuffix = '-%s-%s' % (gcc, gccver)
-
-dependencies = [(gcc, gccver)]
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2015.0.090.eb b/i/icc/icc-2015.0.090.eb
deleted file mode 100644
index 3fd59101..00000000
--- a/i/icc/icc-2015.0.090.eb
+++ /dev/null
@@ -1,16 +0,0 @@
-name = 'icc'
-version = '2015.0.090'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_ccompxe_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2015.1.133-GCC-4.9.2.eb b/i/icc/icc-2015.1.133-GCC-4.9.2.eb
deleted file mode 100644
index f9595c2d..00000000
--- a/i/icc/icc-2015.1.133-GCC-4.9.2.eb
+++ /dev/null
@@ -1,22 +0,0 @@
-name = 'icc'
-version = '2015.1.133'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['l_ccompxe_%(version)s.tgz']
-
-gcc = 'GCC'
-gccver = '4.9.2'
-versionsuffix = '-%s-%s' % (gcc, gccver)
-
-dependencies = [(gcc, gccver)]
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2015.1.133.eb b/i/icc/icc-2015.1.133.eb
deleted file mode 100644
index 9f893593..00000000
--- a/i/icc/icc-2015.1.133.eb
+++ /dev/null
@@ -1,16 +0,0 @@
-name = 'icc'
-version = '2015.1.133'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_ccompxe_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2015.2.164-GCC-4.9.2.eb b/i/icc/icc-2015.2.164-GCC-4.9.2.eb
deleted file mode 100644
index f0006df5..00000000
--- a/i/icc/icc-2015.2.164-GCC-4.9.2.eb
+++ /dev/null
@@ -1,22 +0,0 @@
-name = 'icc'
-version = '2015.2.164'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['l_ccompxe_%(version)s.tgz']
-
-gcc = 'GCC'
-gccver = '4.9.2'
-versionsuffix = '-%s-%s' % (gcc, gccver)
-
-dependencies = [(gcc, gccver)]
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2015.3.187-GNU-4.9.3-2.25.eb b/i/icc/icc-2015.3.187-GNU-4.9.3-2.25.eb
deleted file mode 100644
index 1faddf63..00000000
--- a/i/icc/icc-2015.3.187-GNU-4.9.3-2.25.eb
+++ /dev/null
@@ -1,22 +0,0 @@
-name = 'icc'
-version = '2015.3.187'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['l_ccompxe_%(version)s.tgz']
-
-gnu = 'GNU'
-gnuver = '4.9.3-2.25'
-versionsuffix = '-%s-%s' % (gnu, gnuver)
-
-dependencies = [(gnu, gnuver)]
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2015.3.187-GNU-5.1.0-2.25.eb b/i/icc/icc-2015.3.187-GNU-5.1.0-2.25.eb
deleted file mode 100644
index 8cac176f..00000000
--- a/i/icc/icc-2015.3.187-GNU-5.1.0-2.25.eb
+++ /dev/null
@@ -1,42 +0,0 @@
-# Built with EasyBuild version 2.2.0dev on 2015-06-29_10-00-02
-name = 'icc'
-version = '2015.3.187'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_ccompxe_%(version)s.tgz']
-
-gnu = 'GNU'
-gnuver = '5.1.0-2.25'
-versionsuffix = '-%s-%s' % (gnu, gnuver)
-
-dependencies = [(gnu, gnuver)]
-
-dontcreateinstalldir = 'True'
-
-# license file
-import os
-license_file = os.path.join(
- os.getenv('HOME'),
- "licenses",
- "intel",
- "license.lic")
-
-moduleclass = 'compiler'
-
-# MIC paths
-micldpath = 'composer_xe_%s/compiler/lib/mic/' % version
-modextrapaths = {
- 'MIC_LD_LIBRARY_PATH': [micldpath],
-}
-
-# Salomon specific optimalization
-modextravars = {
- 'CC': 'icc',
- 'CXX': 'icpc',
- 'OPTFLAGS': '-O3 -xHost -ip',
- 'DEBUGFLAGS': '-O0 -g'
-}
diff --git a/i/icc/icc-2015.3.187.eb b/i/icc/icc-2015.3.187.eb
deleted file mode 100644
index bab07e45..00000000
--- a/i/icc/icc-2015.3.187.eb
+++ /dev/null
@@ -1,16 +0,0 @@
-name = 'icc'
-version = '2015.3.187'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_ccompxe_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2015.5.223-GCC-4.9.3-2.25.eb b/i/icc/icc-2015.5.223-GCC-4.9.3-2.25.eb
deleted file mode 100644
index 5be6473e..00000000
--- a/i/icc/icc-2015.5.223-GCC-4.9.3-2.25.eb
+++ /dev/null
@@ -1,25 +0,0 @@
-name = 'icc'
-version = '2015.5.223'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['l_ccompxe_%(version)s.tgz']
-
-gccver = '4.9.3'
-binutilsver = '2.25'
-versionsuffix = '-GCC-%s-%s' % (gccver, binutilsver)
-
-dependencies = [
- ('GCCcore', gccver),
- ('binutils', binutilsver, '', ('GCCcore', gccver)),
-]
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2016.0.109-GCC-4.9.3-2.25.eb b/i/icc/icc-2016.0.109-GCC-4.9.3-2.25.eb
deleted file mode 100644
index a93e7a94..00000000
--- a/i/icc/icc-2016.0.109-GCC-4.9.3-2.25.eb
+++ /dev/null
@@ -1,41 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'icc'
-version = '2016.0.109'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['parallel_studio_xe_%(version_major)s_composer_edition_for_cpp.tgz']
-
-checksums = ['f57a892fb494db3c80f20a88aa3e901f']
-
-gccver = '4.9.3'
-binutilsver = '2.25'
-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?_']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2016.0.109-GCC-4.9.3.eb b/i/icc/icc-2016.0.109-GCC-4.9.3.eb
deleted file mode 100644
index 46a6d7f7..00000000
--- a/i/icc/icc-2016.0.109-GCC-4.9.3.eb
+++ /dev/null
@@ -1,47 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'icc'
-version = '2016.0.109'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = [
- 'parallel_studio_xe_%(version_major)s_composer_edition_for_cpp_%(version)s.tgz']
-
-checksums = ['f57a892fb494db3c80f20a88aa3e901f']
-
-gcc = 'GCC'
-gccver = '4.9.3'
-versionsuffix = '-%s-%s' % (gcc, gccver)
-
-dependencies = [(gcc, gccver)]
-
-dontcreateinstalldir = 'True'
-
-# license file
-import os
-license_file = os.path.join(
- os.getenv('HOME'),
- "licenses",
- "intel",
- "license.lic")
-
-moduleclass = 'compiler'
-
-# Salomon specific optimalization
-modextravars = {
- 'CC': 'icc',
- 'CXX': 'icpc',
- 'OPTFLAGS': '-O3 -xHost -ip',
- 'DEBUGFLAGS': '-O0 -g'
-}
-
-# MIC paths
-micldpath = 'compilers_and_libraries_%s/linux/compiler/lib/mic/' % version
-modextrapaths = {
- 'MIC_LD_LIBRARY_PATH': [micldpath],
-}
diff --git a/i/icc/icc-2016.0.109-GCC-5.2.0.eb b/i/icc/icc-2016.0.109-GCC-5.2.0.eb
deleted file mode 100644
index fa72711a..00000000
--- a/i/icc/icc-2016.0.109-GCC-5.2.0.eb
+++ /dev/null
@@ -1,47 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'icc'
-version = '2016.0.109'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = [
- 'parallel_studio_xe_%(version_major)s_composer_edition_for_cpp_%(version)s.tgz']
-
-checksums = ['f57a892fb494db3c80f20a88aa3e901f']
-
-gcc = 'GCC'
-gccver = '5.2.0'
-versionsuffix = '-%s-%s' % (gcc, gccver)
-
-dependencies = [(gcc, gccver)]
-
-dontcreateinstalldir = 'True'
-
-# license file
-import os
-license_file = os.path.join(
- os.getenv('HOME'),
- "licenses",
- "intel",
- "license.lic")
-
-moduleclass = 'compiler'
-
-# Salomon specific optimalization
-modextravars = {
- 'CC': 'icc',
- 'CXX': 'icpc',
- 'OPTFLAGS': '-O3 -xHost -ip',
- 'DEBUGFLAGS': '-O0 -g'
-}
-
-# MIC paths
-micldpath = 'compilers_and_libraries_%s/linux/compiler/lib/mic/' % version
-modextrapaths = {
- 'MIC_LD_LIBRARY_PATH': [micldpath],
-}
diff --git a/i/icc/icc-2016.0.109.eb b/i/icc/icc-2016.0.109.eb
deleted file mode 100644
index 99c3dd29..00000000
--- a/i/icc/icc-2016.0.109.eb
+++ /dev/null
@@ -1,32 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'icc'
-version = '2016.0.109'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['parallel_studio_xe_%(version_major)s_composer_edition_for_cpp.tgz']
-
-checksums = ['f57a892fb494db3c80f20a88aa3e901f']
-
-# 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?_']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2016.1.150-GCC-4.9.3-2.25.eb b/i/icc/icc-2016.1.150-GCC-4.9.3-2.25.eb
deleted file mode 100644
index 35cc6f50..00000000
--- a/i/icc/icc-2016.1.150-GCC-4.9.3-2.25.eb
+++ /dev/null
@@ -1,42 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'icc'
-version = '2016.1.150'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = [
- 'parallel_studio_xe_%(version_major)s_composer_edition_for_cpp_update%(version_minor)s.tgz']
-
-checksums = ['4b93b0ff549e6bd8d1a8b9a441b235a8']
-
-gccver = '4.9.3'
-binutilsver = '2.25'
-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?_']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2016.1.150-GCC-4.9.3.eb b/i/icc/icc-2016.1.150-GCC-4.9.3.eb
deleted file mode 100644
index dba9dab9..00000000
--- a/i/icc/icc-2016.1.150-GCC-4.9.3.eb
+++ /dev/null
@@ -1,47 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'icc'
-version = '2016.1.150'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = [
- 'parallel_studio_xe_%(version_major)s_composer_edition_for_cpp_%(version)s.tgz']
-
-checksums = ['4b93b0ff549e6bd8d1a8b9a441b235a8']
-
-gcc = 'GCC'
-gccver = '4.9.3'
-versionsuffix = '-%s-%s' % (gcc, gccver)
-
-dependencies = [(gcc, gccver)]
-
-dontcreateinstalldir = 'True'
-
-# license file
-import os
-license_file = os.path.join(
- os.getenv('HOME'),
- "licenses",
- "intel",
- "license.lic")
-
-moduleclass = 'compiler'
-
-# Salomon specific optimalization
-modextravars = {
- 'CC': 'icc',
- 'CXX': 'icpc',
- 'OPTFLAGS': '-O3 -xHost -ip',
- 'DEBUGFLAGS': '-O0 -g'
-}
-
-# MIC paths
-micldpath = 'compilers_and_libraries_%s/linux/compiler/lib/mic/' % version
-modextrapaths = {
- 'MIC_LD_LIBRARY_PATH': [micldpath],
-}
diff --git a/i/icc/icc-2016.1.150.eb b/i/icc/icc-2016.1.150.eb
deleted file mode 100644
index 573ebea2..00000000
--- a/i/icc/icc-2016.1.150.eb
+++ /dev/null
@@ -1,51 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'icc'
-version = '2016.1.150'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = [
- 'parallel_studio_xe_%(version_major)s_composer_edition_for_cpp_update%(version_minor)s.tgz']
-
-checksums = ['4b93b0ff549e6bd8d1a8b9a441b235a8']
-
-# 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?_']
-
-dontcreateinstalldir = 'True'
-
-# license file
-import os
-license_file = os.path.join(
- os.getenv('HOME'),
- "licenses",
- "intel",
- "license.lic")
-
-moduleclass = 'compiler'
-
-# Salomon specific optimalization
-modextravars = {
- 'CC': 'icc',
- 'CXX': 'icpc',
- 'OPTFLAGS': '-O3 -xHost -ip',
- 'DEBUGFLAGS': '-O0 -g'
-}
-
-# MIC paths
-micldpath = 'compilers_and_libraries_%s/linux/compiler/lib/mic/' % version
-modextrapaths = {
- 'MIC_LD_LIBRARY_PATH': [micldpath],
-}
diff --git a/i/icc/icc-2016.2.181-GCC-4.9.3-2.25.eb b/i/icc/icc-2016.2.181-GCC-4.9.3-2.25.eb
deleted file mode 100644
index 95fddf1d..00000000
--- a/i/icc/icc-2016.2.181-GCC-4.9.3-2.25.eb
+++ /dev/null
@@ -1,41 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'icc'
-version = '2016.2.181'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = [
- 'parallel_studio_xe_%(version_major)s_composer_edition_for_cpp_update%(version_minor)s.tgz']
-
-checksums = ['d6f8529a44231e427219c8e025dec3b2']
-
-gccver = '4.9.3'
-binutilsver = '2.25'
-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?_']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2016.2.181-GCC-5.3.0-2.26.eb b/i/icc/icc-2016.2.181-GCC-5.3.0-2.26.eb
deleted file mode 100644
index 15c6580d..00000000
--- a/i/icc/icc-2016.2.181-GCC-5.3.0-2.26.eb
+++ /dev/null
@@ -1,41 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'icc'
-version = '2016.2.181'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = [
- 'parallel_studio_xe_%(version_major)s_composer_edition_for_cpp_update%(version_minor)s.tgz']
-
-checksums = ['d6f8529a44231e427219c8e025dec3b2']
-
-gccver = '5.3.0'
-binutilsver = '2.26'
-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?_']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2016.3.210-GCC-4.9.3-2.25.eb b/i/icc/icc-2016.3.210-GCC-4.9.3-2.25.eb
deleted file mode 100644
index a9f47502..00000000
--- a/i/icc/icc-2016.3.210-GCC-4.9.3-2.25.eb
+++ /dev/null
@@ -1,41 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'icc'
-version = '2016.3.210'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = [
- 'parallel_studio_xe_%(version_major)s_composer_edition_for_cpp_update%(version_minor)s.tgz']
-
-checksums = ['b256c5573d4bba3692c9c4a6ac994d1c']
-
-gccver = '4.9.3'
-binutilsver = '2.25'
-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?_']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2016.3.210-GCC-5.3.0-2.26.eb b/i/icc/icc-2016.3.210-GCC-5.3.0-2.26.eb
deleted file mode 100644
index 93db6ad8..00000000
--- a/i/icc/icc-2016.3.210-GCC-5.3.0-2.26.eb
+++ /dev/null
@@ -1,41 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'icc'
-version = '2016.3.210'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = [
- 'parallel_studio_xe_%(version_major)s_composer_edition_for_cpp_update%(version_minor)s.tgz']
-
-checksums = ['b256c5573d4bba3692c9c4a6ac994d1c']
-
-gccver = '5.3.0'
-binutilsver = '2.26'
-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?_']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2016.3.210-GCC-5.4.0-2.26.eb b/i/icc/icc-2016.3.210-GCC-5.4.0-2.26.eb
deleted file mode 100644
index a3cecdcc..00000000
--- a/i/icc/icc-2016.3.210-GCC-5.4.0-2.26.eb
+++ /dev/null
@@ -1,41 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'icc'
-version = '2016.3.210'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = [
- 'parallel_studio_xe_%(version_major)s_composer_edition_for_cpp_update%(version_minor)s.tgz']
-
-checksums = ['b256c5573d4bba3692c9c4a6ac994d1c']
-
-gccver = '5.4.0'
-binutilsver = '2.26'
-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?_']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2017.0.098-GCC-5.4.0-2.26.eb b/i/icc/icc-2017.0.098-GCC-5.4.0-2.26.eb
deleted file mode 100644
index b7b9e234..00000000
--- a/i/icc/icc-2017.0.098-GCC-5.4.0-2.26.eb
+++ /dev/null
@@ -1,40 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'icc'
-version = '2017.0.098'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['parallel_studio_xe_%(version_major)s_composer_edition_for_cpp.tgz']
-
-checksums = ['c8a2fdb1501fbc93bfaad93195677d86']
-
-gccver = '5.4.0'
-binutilsver = '2.26'
-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?_']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2017.1.132-GCC-5.4.0-2.26.eb b/i/icc/icc-2017.1.132-GCC-5.4.0-2.26.eb
deleted file mode 100644
index ec1ce746..00000000
--- a/i/icc/icc-2017.1.132-GCC-5.4.0-2.26.eb
+++ /dev/null
@@ -1,46 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'icc'
-version = '2017.1.132'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = [
- 'parallel_studio_xe_%(version_major)s_update%(version_minor)s_composer_edition_for_cpp.tgz']
-
-checksums = ['41a0e8850ebb5f7169076c89be743ee2']
-
-gccver = '5.4.0'
-binutilsver = '2.26'
-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?_']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-sanity_check_paths = {
- 'files': [],
- 'dirs': ['include'],
-}
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2017.2.174-GCC-6.3.0-2.27-test.eb b/i/icc/icc-2017.2.174-GCC-6.3.0-2.27-test.eb
deleted file mode 100644
index 8e3d1e35..00000000
--- a/i/icc/icc-2017.2.174-GCC-6.3.0-2.27-test.eb
+++ /dev/null
@@ -1,40 +0,0 @@
-name = 'icc'
-version = '2017.2.174'
-versionsuffix = '-test'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = [
- 'parallel_studio_xe_%(version_major)s_update%(version_minor)s_composer_edition_for_cpp.tgz']
-
-checksums = ['1ed9e5176b30ed0f0917a7ea698021ee']
-
-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'
diff --git a/i/icc/icc-2017.4.196-GCC-7.1.0-2.28.eb b/i/icc/icc-2017.4.196-GCC-7.1.0-2.28.eb
deleted file mode 100644
index 4eeb5a93..00000000
--- a/i/icc/icc-2017.4.196-GCC-7.1.0-2.28.eb
+++ /dev/null
@@ -1,42 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'icc'
-version = '2017.4.196'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = [
- 'parallel_studio_xe_%(version_major)s_update%(version_minor)s_composer_edition_for_cpp.tgz']
-
-checksums = ['6502a5763c2e2ec5755f7e4a3b5ce678']
-
-gccver = '7.1.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)']
-components = [
- 'intel-comp',
- 'intel-ccomp',
- 'intel-icc',
- 'intel-openmp',
- 'intel-ipsc?_',
- 'intel-gdb']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2017.4.196-GCC-6.4.0-2.28.eb b/i/icc/icc-2018.5.274-GCC-6.3.0-2.27.eb
similarity index 74%
rename from i/icc/icc-2017.4.196-GCC-6.4.0-2.28.eb
rename to i/icc/icc-2018.5.274-GCC-6.3.0-2.27.eb
index 0cb6fd2d..cef8f326 100644
--- a/i/icc/icc-2017.4.196-GCC-6.4.0-2.28.eb
+++ b/i/icc/icc-2018.5.274-GCC-6.3.0-2.27.eb
@@ -1,18 +1,18 @@
+# IT4Innovations 2019
+
name = 'icc'
-version = '2017.4.196'
+version = '2018.5.274'
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']
+sources = ['parallel_studio_xe_%(version_major)s_update4_composer_edition_for_cpp.tgz']
+checksums = ['bc5086f43d72f7e6a3d34a6602a81f8e']
-checksums = ['6b9b57dada0ec68e394866ec0a8b162c9233de18a7a6dd2dcc956d335e06acbc']
-
-gccver = '6.4.0'
-binutilsver = '2.28'
+gccver = '6.3.0'
+binutilsver = '2.27'
versionsuffix = '-GCC-%s-%s' % (gccver, binutilsver)
dependencies = [
@@ -30,7 +30,7 @@ components = [
'intel-icc',
'intel-openmp',
'intel-ipsc?_',
- 'intel-gdb']
+ 'intel-gdb(?!.*mic)']
dontcreateinstalldir = 'True'
diff --git a/i/icc/icc-2019.0.117-GCC-6.3.0-2.27.eb b/i/icc/icc-2019.0.117-GCC-6.3.0-2.27.eb
deleted file mode 100644
index 76fe5f11..00000000
--- a/i/icc/icc-2019.0.117-GCC-6.3.0-2.27.eb
+++ /dev/null
@@ -1,38 +0,0 @@
-# IT4innovations 2018
-
-name = 'icc'
-version = '2019.0.117'
-
-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']
-
-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)']
-components = [
- 'intel-comp',
- 'intel-ccomp',
- 'intel-icc',
- 'intel-openmp',
- 'intel-ipsc?_',
- 'intel-gdb']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/icc/icc-2019.1.144-GCC-6.3.0-2.27.eb b/i/icc/icc-2019.2.187-GCC-6.3.0-2.27.eb
similarity index 93%
rename from i/icc/icc-2019.1.144-GCC-6.3.0-2.27.eb
rename to i/icc/icc-2019.2.187-GCC-6.3.0-2.27.eb
index 10bdc10f..35c5996a 100644
--- a/i/icc/icc-2019.1.144-GCC-6.3.0-2.27.eb
+++ b/i/icc/icc-2019.2.187-GCC-6.3.0-2.27.eb
@@ -1,7 +1,7 @@
# IT4Innovations 2019
name = 'icc'
-version = '2019.1.144'
+version = '2019.2.187'
homepage = 'http://software.intel.com/en-us/intel-compilers/'
description = "Intel C and C++ compilers"
@@ -10,7 +10,6 @@ toolchain = {'name': 'dummy', 'version': ''}
source_urls = ['http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/14865/']
sources = ['parallel_studio_xe_%(version_major)s_update%(version_minor)s_composer_edition_for_cpp.tgz']
-checksums = ['77809a557641eec25a8ad8100cf8018c']
gccver = '6.3.0'
binutilsver = '2.27'
@@ -37,4 +36,6 @@ modextravars = {
'DEBUGFLAGS': '-O0 -g'
}
+modluafooter = 'add_property("state","experimental")'
+
moduleclass = 'compiler'
diff --git a/i/iccifort/iccifort-2013.5.192-GCC-4.8.3.eb b/i/iccifort/iccifort-2013.5.192-GCC-4.8.3.eb
deleted file mode 100644
index 86ede475..00000000
--- a/i/iccifort/iccifort-2013.5.192-GCC-4.8.3.eb
+++ /dev/null
@@ -1,27 +0,0 @@
-easyblock = "Toolchain"
-
-name = 'iccifort'
-version = '2013.5.192'
-versionsuffix = '-GCC-4.8.3'
-
-homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
-description = """Intel C, C++ and Fortran compilers"""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-dependencies = [
- ('icc', version, versionsuffix),
- ('ifort', version, versionsuffix),
-]
-
-moduleclass = 'toolchain'
-# Salomon specific optimalization
-modextravars = {
- 'CC': 'icc',
- 'CXX': 'icpc',
- 'F90': 'ifort',
- 'F77': 'ifort',
- 'FC': 'ifort',
- 'OPTFLAGS': '-O3 -xHost -ip',
- 'DEBUGFLAGS': '-O0 -g'
-}
diff --git a/i/iccifort/iccifort-2013.5.192.eb b/i/iccifort/iccifort-2013.5.192.eb
deleted file mode 100644
index 0383aed2..00000000
--- a/i/iccifort/iccifort-2013.5.192.eb
+++ /dev/null
@@ -1,24 +0,0 @@
-easyblock = "Toolchain"
-
-name = 'iccifort'
-version = '2013.5.192'
-
-homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
-description = """Intel C, C++ and Fortran compilers"""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-dependencies = [
- ('icc', version),
- ('ifort', version),
-]
-
-moduleclass = 'toolchain'
-# Salomon specific optimalization
-modextravars = {
- 'CC': 'icc',
- 'CXX': 'icpc',
- 'F90': 'ifort',
- 'F77': 'ifort',
- 'FC': 'ifort',
-}
diff --git a/i/iccifort/iccifort-2015.3.187-GNU-5.1.0-2.25.eb b/i/iccifort/iccifort-2015.3.187-GNU-5.1.0-2.25.eb
deleted file mode 100644
index da4a741b..00000000
--- a/i/iccifort/iccifort-2015.3.187-GNU-5.1.0-2.25.eb
+++ /dev/null
@@ -1,29 +0,0 @@
-# Built with EasyBuild version 2.2.0dev on 2015-06-29_10-00-03
-easyblock = "Toolchain"
-
-name = 'iccifort'
-version = '2015.3.187'
-versionsuffix = '-GNU-5.1.0-2.25'
-
-homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
-description = """Intel C, C++ and Fortran compilers"""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-dependencies = [
- ('icc', version, versionsuffix),
- ('ifort', version, versionsuffix),
-]
-
-moduleclass = 'toolchain'
-
-# Salomon specific optimalization
-modextravars = {
- 'CC': 'icc',
- 'CXX': 'icpc',
- 'F90': 'ifort',
- 'F77': 'ifort',
- 'FC': 'ifort',
- 'OPTFLAGS': '-O3 -xHost -ip',
- 'DEBUGFLAGS': '-O0 -g'
-}
diff --git a/i/iccifort/iccifort-2015.3.187.eb b/i/iccifort/iccifort-2015.3.187.eb
deleted file mode 100644
index 43a6725b..00000000
--- a/i/iccifort/iccifort-2015.3.187.eb
+++ /dev/null
@@ -1,26 +0,0 @@
-easyblock = "Toolchain"
-
-name = 'iccifort'
-version = '2015.3.187'
-
-homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
-description = """Intel Cluster Toolkit Compiler Edition provides Intel C,C++ and fortran compilers, Intel MPI and Intel MKL"""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-dependencies = [
- ('icc', version),
- ('ifort', version),
-]
-
-moduleclass = 'toolchain'
-# Salomon specific optimalization
-modextravars = {
- 'CC': 'icc',
- 'CXX': 'icpc',
- 'F90': 'ifort',
- 'F77': 'ifort',
- 'FC': 'ifort',
- 'OPTFLAGS': '-O3 -xHost -ip',
- 'DEBUGFLAGS': '-O0 -g'
-}
diff --git a/i/iccifort/iccifort-2016.0.109-GCC-4.9.3.eb b/i/iccifort/iccifort-2016.0.109-GCC-4.9.3.eb
deleted file mode 100644
index 27f06302..00000000
--- a/i/iccifort/iccifort-2016.0.109-GCC-4.9.3.eb
+++ /dev/null
@@ -1,34 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-easyblock = "Toolchain"
-
-name = 'iccifort'
-version = '2016.0.109'
-
-homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
-description = """Intel Cluster Toolkit Compiler Edition provides Intel C,C++ and fortran compilers, Intel MPI and Intel MKL"""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-gcc = 'GCC'
-gccver = '4.9.3'
-versionsuffix = '-%s-%s' % (gcc, gccver)
-
-dependencies = [
- (gcc, gccver),
- ('icc', version, versionsuffix),
- ('ifort', version, versionsuffix),
-]
-
-moduleclass = 'toolchain'
-
-# Salomon specific optimalization
-modextravars = {
- 'CC': 'icc',
- 'CXX': 'icpc',
- 'F90': 'ifort',
- 'F77': 'ifort',
- 'FC': 'ifort',
- 'OPTFLAGS': '-O3 -xHost -ip',
- 'DEBUGFLAGS': '-O0 -g'
-}
diff --git a/i/iccifort/iccifort-2016.0.109-GCC-5.2.0.eb b/i/iccifort/iccifort-2016.0.109-GCC-5.2.0.eb
deleted file mode 100644
index a2661441..00000000
--- a/i/iccifort/iccifort-2016.0.109-GCC-5.2.0.eb
+++ /dev/null
@@ -1,34 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-easyblock = "Toolchain"
-
-name = 'iccifort'
-version = '2016.0.109'
-
-homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
-description = """Intel Cluster Toolkit Compiler Edition provides Intel C,C++ and fortran compilers, Intel MPI and Intel MKL"""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-gcc = 'GCC'
-gccver = '5.2.0'
-versionsuffix = '-%s-%s' % (gcc, gccver)
-
-dependencies = [
- (gcc, gccver),
- ('icc', version, versionsuffix),
- ('ifort', version, versionsuffix),
-]
-
-moduleclass = 'toolchain'
-
-# Salomon specific optimalization
-modextravars = {
- 'CC': 'icc',
- 'CXX': 'icpc',
- 'F90': 'ifort',
- 'F77': 'ifort',
- 'FC': 'ifort',
- 'OPTFLAGS': '-O3 -xHost -ip',
- 'DEBUGFLAGS': '-O0 -g'
-}
diff --git a/i/iccifort/iccifort-2016.1.150-GCC-4.9.3-2.25.eb b/i/iccifort/iccifort-2016.1.150-GCC-4.9.3-2.25.eb
deleted file mode 100644
index d119fd0a..00000000
--- a/i/iccifort/iccifort-2016.1.150-GCC-4.9.3-2.25.eb
+++ /dev/null
@@ -1,30 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-easyblock = "Toolchain"
-
-name = 'iccifort'
-version = '2016.1.150'
-versionsuffix = '-GCC-4.9.3-2.25'
-
-homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
-description = """Intel Cluster Toolkit Compiler Edition provides Intel C,C++ and fortran compilers, Intel MPI and Intel MKL"""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-dependencies = [
- ('icc', version, versionsuffix),
- ('ifort', version, versionsuffix),
-]
-
-moduleclass = 'toolchain'
-
-# Salomon specific optimalization
-modextravars = {
- 'CC': 'icc',
- 'CXX': 'icpc',
- 'F90': 'ifort',
- 'F77': 'ifort',
- 'FC': 'ifort',
- 'OPTFLAGS': '-O3 -xHost -ip',
- 'DEBUGFLAGS': '-O0 -g'
-}
diff --git a/i/iccifort/iccifort-2016.1.150-GCC-4.9.3.eb b/i/iccifort/iccifort-2016.1.150-GCC-4.9.3.eb
deleted file mode 100644
index a1ef8946..00000000
--- a/i/iccifort/iccifort-2016.1.150-GCC-4.9.3.eb
+++ /dev/null
@@ -1,34 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-easyblock = "Toolchain"
-
-name = 'iccifort'
-version = '2016.1.150'
-
-homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
-description = """Intel Cluster Toolkit Compiler Edition provides Intel C,C++ and fortran compilers, Intel MPI and Intel MKL"""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-gcc = 'GCC'
-gccver = '4.9.3'
-versionsuffix = '-%s-%s' % (gcc, gccver)
-
-dependencies = [
- (gcc, gccver),
- ('icc', version, versionsuffix),
- ('ifort', version, versionsuffix),
-]
-
-moduleclass = 'toolchain'
-
-# Salomon specific optimalization
-modextravars = {
- 'CC': 'icc',
- 'CXX': 'icpc',
- 'F90': 'ifort',
- 'F77': 'ifort',
- 'FC': 'ifort',
- 'OPTFLAGS': '-O3 -xHost -ip',
- 'DEBUGFLAGS': '-O0 -g'
-}
diff --git a/i/iccifort/iccifort-2016.1.150.eb b/i/iccifort/iccifort-2016.1.150.eb
deleted file mode 100644
index d0270013..00000000
--- a/i/iccifort/iccifort-2016.1.150.eb
+++ /dev/null
@@ -1,29 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-easyblock = "Toolchain"
-
-name = 'iccifort'
-version = '2016.1.150'
-
-homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
-description = """Intel Cluster Toolkit Compiler Edition provides Intel C,C++ and fortran compilers, Intel MPI and Intel MKL"""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-dependencies = [
- ('icc', version),
- ('ifort', version),
-]
-
-moduleclass = 'toolchain'
-
-# Salomon specific optimalization
-modextravars = {
- 'CC': 'icc',
- 'CXX': 'icpc',
- 'F90': 'ifort',
- 'F77': 'ifort',
- 'FC': 'ifort',
- 'OPTFLAGS': '-O3 -xHost -ip',
- 'DEBUGFLAGS': '-O0 -g'
-}
diff --git a/i/iccifort/iccifort-2017.4.196-GCC-6.4.0-2.28.eb b/i/iccifort/iccifort-2017.4.196-GCC-6.4.0-2.28.eb
deleted file mode 100644
index 6dc5845c..00000000
--- a/i/iccifort/iccifort-2017.4.196-GCC-6.4.0-2.28.eb
+++ /dev/null
@@ -1,17 +0,0 @@
-easyblock = 'Toolchain'
-
-name = 'iccifort'
-version = '2017.4.196'
-versionsuffix = '-GCC-6.4.0-2.28'
-
-homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
-description = "Intel C, C++ & Fortran compilers"
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-dependencies = [
- ('icc', version, versionsuffix),
- ('ifort', version, versionsuffix),
-]
-
-moduleclass = 'toolchain'
diff --git a/i/iccifort/iccifort-2017.4.196-GCC-7.1.0-2.28.eb b/i/iccifort/iccifort-2017.4.196-GCC-7.1.0-2.28.eb
deleted file mode 100644
index 09748b01..00000000
--- a/i/iccifort/iccifort-2017.4.196-GCC-7.1.0-2.28.eb
+++ /dev/null
@@ -1,20 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-easyblock = 'Toolchain'
-
-name = 'iccifort'
-version = '2017.4.196'
-versionsuffix = '-GCC-7.1.0-2.28'
-
-homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
-description = """Intel Cluster Toolkit Compiler Edition provides Intel C,C++ and fortran compilers, Intel MPI and
- Intel MKL"""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-dependencies = [
- ('icc', version, versionsuffix),
- ('ifort', version, versionsuffix),
-]
-
-moduleclass = 'toolchain'
diff --git a/i/iccifort/iccifort-2019.0.117-GCC-6.3.0-2.27.eb b/i/iccifort/iccifort-2018.5.274-GCC-6.3.0-2.27.eb
similarity index 89%
rename from i/iccifort/iccifort-2019.0.117-GCC-6.3.0-2.27.eb
rename to i/iccifort/iccifort-2018.5.274-GCC-6.3.0-2.27.eb
index fc1d1257..7585801f 100644
--- a/i/iccifort/iccifort-2019.0.117-GCC-6.3.0-2.27.eb
+++ b/i/iccifort/iccifort-2018.5.274-GCC-6.3.0-2.27.eb
@@ -1,9 +1,9 @@
-# IT4Innovations 2018
+# IT4Innovations 2019
easyblock = 'Toolchain'
name = 'iccifort'
-version = '2019.0.117'
+version = '2018.5.274'
versionsuffix = '-GCC-6.3.0-2.27'
homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
diff --git a/i/iccifort/iccifort-2019.1.144-GCC-6.3.0-2.27.eb b/i/iccifort/iccifort-2019.2.187-GCC-6.3.0-2.27.eb
similarity index 88%
rename from i/iccifort/iccifort-2019.1.144-GCC-6.3.0-2.27.eb
rename to i/iccifort/iccifort-2019.2.187-GCC-6.3.0-2.27.eb
index 6c6b343d..c633b153 100644
--- a/i/iccifort/iccifort-2019.1.144-GCC-6.3.0-2.27.eb
+++ b/i/iccifort/iccifort-2019.2.187-GCC-6.3.0-2.27.eb
@@ -3,7 +3,7 @@
easyblock = 'Toolchain'
name = 'iccifort'
-version = '2019.1.144'
+version = '2019.2.187'
versionsuffix = '-GCC-6.3.0-2.27'
homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
@@ -26,4 +26,6 @@ modextravars = {
'DEBUGFLAGS': '-O0 -g'
}
+modluafooter = 'add_property("state","experimental")'
+
moduleclass = 'toolchain'
diff --git a/i/ifort/ifort-11.1.073-32bit.eb b/i/ifort/ifort-11.1.073-32bit.eb
deleted file mode 100644
index 9a8ca616..00000000
--- a/i/ifort/ifort-11.1.073-32bit.eb
+++ /dev/null
@@ -1,22 +0,0 @@
-name = 'ifort'
-version = '11.1.073'
-versionsuffix = '-32bit'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_cprof_p_%s.tgz' % version]
-
-# small patch for the installer
-patches = ['specified-paths.patch']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-m32 = True
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-11.1.073.eb b/i/ifort/ifort-11.1.073.eb
deleted file mode 100644
index 85953148..00000000
--- a/i/ifort/ifort-11.1.073.eb
+++ /dev/null
@@ -1,19 +0,0 @@
-name = 'ifort'
-version = '11.1.073'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_cprof_p_%s.tgz' % version]
-
-# small patch for the installer
-patches = ['specified-paths.patch']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-11.1.075.eb b/i/ifort/ifort-11.1.075.eb
deleted file mode 100644
index 32f2479b..00000000
--- a/i/ifort/ifort-11.1.075.eb
+++ /dev/null
@@ -1,19 +0,0 @@
-name = 'ifort'
-version = '11.1.075'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_cprof_p_%s_intel64.tgz' % version]
-
-# small patch for the installer
-patches = ['specified-paths.patch']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2011.10.319.eb b/i/ifort/ifort-2011.10.319.eb
deleted file mode 100644
index 0466cb6d..00000000
--- a/i/ifort/ifort-2011.10.319.eb
+++ /dev/null
@@ -1,16 +0,0 @@
-name = 'ifort'
-version = '2011.10.319'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_fcompxe_intel64_%s.tgz' % version]
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2011.13.367.eb b/i/ifort/ifort-2011.13.367.eb
deleted file mode 100644
index 1204db71..00000000
--- a/i/ifort/ifort-2011.13.367.eb
+++ /dev/null
@@ -1,16 +0,0 @@
-name = 'ifort'
-version = '2011.13.367'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_fcompxe_%s.tgz' % version]
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2011.3.174.eb b/i/ifort/ifort-2011.3.174.eb
deleted file mode 100644
index 68c92818..00000000
--- a/i/ifort/ifort-2011.3.174.eb
+++ /dev/null
@@ -1,16 +0,0 @@
-name = 'ifort'
-version = '2011.3.174'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_fcompxe_intel64_%s.tgz' % version]
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2011.6.233.eb b/i/ifort/ifort-2011.6.233.eb
deleted file mode 100644
index ae90e859..00000000
--- a/i/ifort/ifort-2011.6.233.eb
+++ /dev/null
@@ -1,16 +0,0 @@
-name = 'ifort'
-version = '2011.6.233'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_fcompxe_intel64_%s.tgz' % version]
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2013.1.117.eb b/i/ifort/ifort-2013.1.117.eb
deleted file mode 100644
index 2fd6899b..00000000
--- a/i/ifort/ifort-2013.1.117.eb
+++ /dev/null
@@ -1,16 +0,0 @@
-name = 'ifort'
-version = '2013.1.117'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_fcompxe_%s.tgz' % version]
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2013.2.146.eb b/i/ifort/ifort-2013.2.146.eb
deleted file mode 100644
index e00efa1a..00000000
--- a/i/ifort/ifort-2013.2.146.eb
+++ /dev/null
@@ -1,16 +0,0 @@
-name = 'ifort'
-version = '2013.2.146'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_fcompxe_%s.tgz' % version]
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2013.3.163.eb b/i/ifort/ifort-2013.3.163.eb
deleted file mode 100644
index 5526f1d5..00000000
--- a/i/ifort/ifort-2013.3.163.eb
+++ /dev/null
@@ -1,16 +0,0 @@
-name = 'ifort'
-version = '2013.3.163'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_fcompxe_%s.tgz' % version]
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2013.4.183.eb b/i/ifort/ifort-2013.4.183.eb
deleted file mode 100644
index 3452140e..00000000
--- a/i/ifort/ifort-2013.4.183.eb
+++ /dev/null
@@ -1,16 +0,0 @@
-name = 'ifort'
-version = '2013.4.183'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_fcompxe_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2013.5.192-GCC-4.8.3.eb b/i/ifort/ifort-2013.5.192-GCC-4.8.3.eb
deleted file mode 100644
index 144c28fc..00000000
--- a/i/ifort/ifort-2013.5.192-GCC-4.8.3.eb
+++ /dev/null
@@ -1,22 +0,0 @@
-name = 'ifort'
-version = '2013.5.192'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['l_fcompxe_%(version)s.tgz']
-
-gcc = 'GCC'
-gccver = '4.8.3'
-versionsuffix = '-%s-%s' % (gcc, gccver)
-
-dependencies = [(gcc, gccver)]
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2013.5.192.eb b/i/ifort/ifort-2013.5.192.eb
deleted file mode 100644
index 0b7a6825..00000000
--- a/i/ifort/ifort-2013.5.192.eb
+++ /dev/null
@@ -1,16 +0,0 @@
-name = 'ifort'
-version = '2013.5.192'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_fcompxe_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2013_sp1.0.080.eb b/i/ifort/ifort-2013_sp1.0.080.eb
deleted file mode 100644
index 9166fa8a..00000000
--- a/i/ifort/ifort-2013_sp1.0.080.eb
+++ /dev/null
@@ -1,16 +0,0 @@
-name = 'ifort'
-version = '2013_sp1.0.080'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_fcompxe_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2013_sp1.1.106.eb b/i/ifort/ifort-2013_sp1.1.106.eb
deleted file mode 100644
index f16aa391..00000000
--- a/i/ifort/ifort-2013_sp1.1.106.eb
+++ /dev/null
@@ -1,17 +0,0 @@
-name = 'ifort'
-version = '2013_sp1.1.106'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_fcompxe_%(version)s.tgz']
-
-# compiler class
-moduleclass = 'compiler'
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
diff --git a/i/ifort/ifort-2013_sp1.2.144.eb b/i/ifort/ifort-2013_sp1.2.144.eb
deleted file mode 100644
index 39625a3c..00000000
--- a/i/ifort/ifort-2013_sp1.2.144.eb
+++ /dev/null
@@ -1,17 +0,0 @@
-name = 'ifort'
-version = '2013_sp1.2.144'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_fcompxe_%(version)s.tgz']
-
-# compiler class
-moduleclass = 'compiler'
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
diff --git a/i/ifort/ifort-2013_sp1.3.174.eb b/i/ifort/ifort-2013_sp1.3.174.eb
deleted file mode 100644
index a117b094..00000000
--- a/i/ifort/ifort-2013_sp1.3.174.eb
+++ /dev/null
@@ -1,17 +0,0 @@
-name = 'ifort'
-version = '2013_sp1.3.174'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_fcompxe_%(version)s.tgz']
-
-# compiler class
-moduleclass = 'compiler'
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
diff --git a/i/ifort/ifort-2013_sp1.4.211.eb b/i/ifort/ifort-2013_sp1.4.211.eb
deleted file mode 100644
index ee2ef99b..00000000
--- a/i/ifort/ifort-2013_sp1.4.211.eb
+++ /dev/null
@@ -1,18 +0,0 @@
-# Built with EasyBuild version 1.15.2 on 2014-11-26_14-44-41
-name = 'ifort'
-version = '2013_sp1.4.211'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_fcompxe_%(version)s.tgz']
-
-# compiler class
-moduleclass = 'compiler'
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
diff --git a/i/ifort/ifort-2015.0.090-GCC-4.9.2.eb b/i/ifort/ifort-2015.0.090-GCC-4.9.2.eb
deleted file mode 100644
index 47653b1a..00000000
--- a/i/ifort/ifort-2015.0.090-GCC-4.9.2.eb
+++ /dev/null
@@ -1,22 +0,0 @@
-name = 'ifort'
-version = '2015.0.090'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['l_fcompxe_%(version)s.tgz']
-
-gcc = 'GCC'
-gccver = '4.9.2'
-versionsuffix = '-%s-%s' % (gcc, gccver)
-
-dependencies = [(gcc, gccver)]
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2015.0.090.eb b/i/ifort/ifort-2015.0.090.eb
deleted file mode 100644
index 4584788e..00000000
--- a/i/ifort/ifort-2015.0.090.eb
+++ /dev/null
@@ -1,16 +0,0 @@
-name = 'ifort'
-version = '2015.0.090'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_fcompxe_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2015.1.133-GCC-4.9.2.eb b/i/ifort/ifort-2015.1.133-GCC-4.9.2.eb
deleted file mode 100644
index 68eaff71..00000000
--- a/i/ifort/ifort-2015.1.133-GCC-4.9.2.eb
+++ /dev/null
@@ -1,22 +0,0 @@
-name = 'ifort'
-version = '2015.1.133'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['l_fcompxe_%(version)s.tgz']
-
-gcc = 'GCC'
-gccver = '4.9.2'
-versionsuffix = '-%s-%s' % (gcc, gccver)
-
-dependencies = [(gcc, gccver)]
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2015.1.133.eb b/i/ifort/ifort-2015.1.133.eb
deleted file mode 100644
index f2bb11de..00000000
--- a/i/ifort/ifort-2015.1.133.eb
+++ /dev/null
@@ -1,16 +0,0 @@
-name = 'ifort'
-version = '2015.1.133'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_fcompxe_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2015.2.164-GCC-4.9.2.eb b/i/ifort/ifort-2015.2.164-GCC-4.9.2.eb
deleted file mode 100644
index b5e3c37a..00000000
--- a/i/ifort/ifort-2015.2.164-GCC-4.9.2.eb
+++ /dev/null
@@ -1,22 +0,0 @@
-name = 'ifort'
-version = '2015.2.164'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['l_fcompxe_%(version)s.tgz']
-
-gcc = 'GCC'
-gccver = '4.9.2'
-versionsuffix = '-%s-%s' % (gcc, gccver)
-
-dependencies = [(gcc, gccver)]
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2015.3.187-GNU-4.9.3-2.25.eb b/i/ifort/ifort-2015.3.187-GNU-4.9.3-2.25.eb
deleted file mode 100644
index 68c5d911..00000000
--- a/i/ifort/ifort-2015.3.187-GNU-4.9.3-2.25.eb
+++ /dev/null
@@ -1,22 +0,0 @@
-name = 'ifort'
-version = '2015.3.187'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['l_fcompxe_%(version)s.tgz']
-
-gnu = 'GNU'
-gnuver = '4.9.3-2.25'
-versionsuffix = '-%s-%s' % (gnu, gnuver)
-
-dependencies = [(gnu, gnuver)]
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2015.3.187-GNU-5.1.0-2.25.eb b/i/ifort/ifort-2015.3.187-GNU-5.1.0-2.25.eb
deleted file mode 100644
index 7a481920..00000000
--- a/i/ifort/ifort-2015.3.187-GNU-5.1.0-2.25.eb
+++ /dev/null
@@ -1,37 +0,0 @@
-# Built with EasyBuild version 2.2.0dev on 2015-06-29_09-56-02
-name = 'ifort'
-version = '2015.3.187'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_fcompxe_%(version)s.tgz']
-
-gnu = 'GNU'
-gnuver = '5.1.0-2.25'
-versionsuffix = '-%s-%s' % (gnu, gnuver)
-
-dependencies = [(gnu, gnuver)]
-
-dontcreateinstalldir = 'True'
-
-# license file
-import os
-license_file = os.path.join(
- os.getenv('HOME'),
- "licenses",
- "intel",
- "license.lic")
-
-moduleclass = 'compiler'
-
-# Salomon specific optimalization
-modextravars = {
- 'F90': 'ifort',
- 'F77': 'ifort',
- 'FC': 'ifort',
- 'OPTFLAGS': '-O3 -xHost -ip',
- 'DEBUGFLAGS': '-O0 -g'
-}
diff --git a/i/ifort/ifort-2015.3.187.eb b/i/ifort/ifort-2015.3.187.eb
deleted file mode 100644
index 4b6da6fd..00000000
--- a/i/ifort/ifort-2015.3.187.eb
+++ /dev/null
@@ -1,16 +0,0 @@
-name = 'ifort'
-version = '2015.3.187'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_fcompxe_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2015.5.223-GCC-4.9.3-2.25.eb b/i/ifort/ifort-2015.5.223-GCC-4.9.3-2.25.eb
deleted file mode 100644
index 27b37641..00000000
--- a/i/ifort/ifort-2015.5.223-GCC-4.9.3-2.25.eb
+++ /dev/null
@@ -1,25 +0,0 @@
-name = 'ifort'
-version = '2015.5.223'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['l_fcompxe_%(version)s.tgz']
-
-gccver = '4.9.3'
-binutilsver = '2.25'
-versionsuffix = '-GCC-%s-%s' % (gccver, binutilsver)
-
-dependencies = [
- ('GCCcore', gccver),
- ('binutils', binutilsver, '', ('GCCcore', gccver)),
-]
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2016.0.109-GCC-4.9.3-2.25.eb b/i/ifort/ifort-2016.0.109-GCC-4.9.3-2.25.eb
deleted file mode 100644
index 98d000ef..00000000
--- a/i/ifort/ifort-2016.0.109-GCC-4.9.3-2.25.eb
+++ /dev/null
@@ -1,45 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'ifort'
-version = '2016.0.109'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = [
- 'parallel_studio_xe_%(version_major)s_composer_edition_for_fortran.tgz']
-
-# remove dependency on intel-mpi-rt-mic
-patches = ['ifort_2016_no_mpi_mic_dependency.patch']
-
-checksums = ['bce7f6a71f7e44f67956197501d00b7c']
-
-gccver = '4.9.3'
-binutilsver = '2.25'
-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-fcomp',
- 'intel-ifort',
- 'intel-openmp',
- 'intel-ipsf?_']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2016.0.109-GCC-4.9.3.eb b/i/ifort/ifort-2016.0.109-GCC-4.9.3.eb
deleted file mode 100644
index 51b8bb6e..00000000
--- a/i/ifort/ifort-2016.0.109-GCC-4.9.3.eb
+++ /dev/null
@@ -1,42 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'ifort'
-version = '2016.0.109'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = [
- 'parallel_studio_xe_%(version_major)s_composer_edition_for_fortran_%(version)s.tgz']
-
-checksums = ['bce7f6a71f7e44f67956197501d00b7c']
-
-gcc = 'GCC'
-gccver = '4.9.3'
-versionsuffix = "-%s-%s" % (gcc, gccver)
-
-dependencies = [(gcc, gccver)]
-
-dontcreateinstalldir = 'True'
-
-# license file
-import os
-license_file = os.path.join(
- os.getenv('HOME'),
- "licenses",
- "intel",
- "license.lic")
-
-moduleclass = 'compiler'
-
-# Salomon specific optimalization
-modextravars = {
- 'F90': 'ifort',
- 'F77': 'ifort',
- 'FC': 'ifort',
- 'OPTFLAGS': '-O3 -xHost -ip',
- 'DEBUGFLAGS': '-O0 -g'
-}
diff --git a/i/ifort/ifort-2016.0.109-GCC-5.2.0.eb b/i/ifort/ifort-2016.0.109-GCC-5.2.0.eb
deleted file mode 100644
index 35fe28b8..00000000
--- a/i/ifort/ifort-2016.0.109-GCC-5.2.0.eb
+++ /dev/null
@@ -1,42 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'ifort'
-version = '2016.0.109'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = [
- 'parallel_studio_xe_%(version_major)s_composer_edition_for_fortran_%(version)s.tgz']
-
-checksums = ['bce7f6a71f7e44f67956197501d00b7c']
-
-gcc = 'GCC'
-gccver = '5.2.0'
-versionsuffix = "-%s-%s" % (gcc, gccver)
-
-dependencies = [(gcc, gccver)]
-
-dontcreateinstalldir = 'True'
-
-# license file
-import os
-license_file = os.path.join(
- os.getenv('HOME'),
- "licenses",
- "intel",
- "license.lic")
-
-moduleclass = 'compiler'
-
-# Salomon specific optimalization
-modextravars = {
- 'F90': 'ifort',
- 'F77': 'ifort',
- 'FC': 'ifort',
- 'OPTFLAGS': '-O3 -xHost -ip',
- 'DEBUGFLAGS': '-O0 -g'
-}
diff --git a/i/ifort/ifort-2016.0.109.eb b/i/ifort/ifort-2016.0.109.eb
deleted file mode 100644
index c2890d33..00000000
--- a/i/ifort/ifort-2016.0.109.eb
+++ /dev/null
@@ -1,36 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'ifort'
-version = '2016.0.109'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = [
- 'parallel_studio_xe_%(version_major)s_composer_edition_for_fortran.tgz']
-
-checksums = ['bce7f6a71f7e44f67956197501d00b7c']
-
-# remove dependency on intel-mpi-rt-mic
-patches = ['ifort_2016_no_mpi_mic_dependency.patch']
-
-# 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-fcomp',
- 'intel-ifort',
- 'intel-openmp',
- 'intel-ipsf?_']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2016.1.150-GCC-4.9.3-2.25.eb b/i/ifort/ifort-2016.1.150-GCC-4.9.3-2.25.eb
deleted file mode 100644
index 49993731..00000000
--- a/i/ifort/ifort-2016.1.150-GCC-4.9.3-2.25.eb
+++ /dev/null
@@ -1,45 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'ifort'
-version = '2016.1.150'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = [
- 'parallel_studio_xe_%(version_major)s_composer_edition_for_fortran_update%(version_minor)s.tgz']
-
-checksums = ['1e848c8283cf6a0210bce1d35ecd748b']
-
-# remove dependency on intel-mpi-rt-mic
-patches = ['ifort_2016_no_mpi_mic_dependency.patch']
-
-gccver = '4.9.3'
-binutilsver = '2.25'
-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-fcomp',
- 'intel-ifort',
- 'intel-openmp',
- 'intel-ipsf?_']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2016.1.150-GCC-4.9.3.eb b/i/ifort/ifort-2016.1.150-GCC-4.9.3.eb
deleted file mode 100644
index 11957e65..00000000
--- a/i/ifort/ifort-2016.1.150-GCC-4.9.3.eb
+++ /dev/null
@@ -1,42 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'ifort'
-version = '2016.1.150'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "C and C++ compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = [
- 'parallel_studio_xe_%(version_major)s_composer_edition_for_fortran_%(version)s.tgz']
-
-checksums = ['1e848c8283cf6a0210bce1d35ecd748b']
-
-gcc = 'GCC'
-gccver = '4.9.3'
-versionsuffix = "-%s-%s" % (gcc, gccver)
-
-dependencies = [(gcc, gccver)]
-
-dontcreateinstalldir = 'True'
-
-# license file
-import os
-license_file = os.path.join(
- os.getenv('HOME'),
- "licenses",
- "intel",
- "license.lic")
-
-moduleclass = 'compiler'
-
-# Salomon specific optimalization
-modextravars = {
- 'F90': 'ifort',
- 'F77': 'ifort',
- 'FC': 'ifort',
- 'OPTFLAGS': '-O3 -xHost -ip',
- 'DEBUGFLAGS': '-O0 -g'
-}
diff --git a/i/ifort/ifort-2016.1.150.eb b/i/ifort/ifort-2016.1.150.eb
deleted file mode 100644
index 7cc01556..00000000
--- a/i/ifort/ifort-2016.1.150.eb
+++ /dev/null
@@ -1,32 +0,0 @@
-name = 'ifort'
-version = '2016.1.150'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = [
- 'parallel_studio_xe_%(version_major)s_composer_edition_for_fortran_update%(version_minor)s.tgz']
-
-checksums = ['1e848c8283cf6a0210bce1d35ecd748b']
-
-dontcreateinstalldir = 'True'
-
-# license file
-import os
-license_file = os.path.join(
- os.getenv('HOME'),
- "licenses",
- "intel",
- "license.lic")
-
-moduleclass = 'compiler'
-# Salomon specific optimalization
-modextravars = {
- 'F90': 'ifort',
- 'F77': 'ifort',
- 'FC': 'ifort',
- 'OPTFLAGS': '-O3 -xHost -ip',
- 'DEBUGFLAGS': '-O0 -g'
-}
diff --git a/i/ifort/ifort-2016.2.181-GCC-4.9.3-2.25.eb b/i/ifort/ifort-2016.2.181-GCC-4.9.3-2.25.eb
deleted file mode 100644
index 6d8999e5..00000000
--- a/i/ifort/ifort-2016.2.181-GCC-4.9.3-2.25.eb
+++ /dev/null
@@ -1,44 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'ifort'
-version = '2016.2.181'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = [
- 'parallel_studio_xe_%(version_major)s_composer_edition_for_fortran_update%(version_minor)s.tgz']
-
-checksums = ['70e88db11efc59b1d8ff8b5aadf50f7f']
-
-# remove dependency on intel-mpi-rt-mic
-patches = ['ifort_2016_no_mpi_mic_dependency.patch']
-
-gccver = '4.9.3'
-binutilsver = '2.25'
-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-fcomp',
- 'intel-ifort',
- 'intel-openmp',
- 'intel-ipsf?_']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2016.2.181-GCC-5.3.0-2.26.eb b/i/ifort/ifort-2016.2.181-GCC-5.3.0-2.26.eb
deleted file mode 100644
index 04cd07ce..00000000
--- a/i/ifort/ifort-2016.2.181-GCC-5.3.0-2.26.eb
+++ /dev/null
@@ -1,44 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'ifort'
-version = '2016.2.181'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = [
- 'parallel_studio_xe_%(version_major)s_composer_edition_for_fortran_update%(version_minor)s.tgz']
-
-checksums = ['70e88db11efc59b1d8ff8b5aadf50f7f']
-
-# remove dependency on intel-mpi-rt-mic
-patches = ['ifort_2016_no_mpi_mic_dependency.patch']
-
-gccver = '5.3.0'
-binutilsver = '2.26'
-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-fcomp',
- 'intel-ifort',
- 'intel-openmp',
- 'intel-ipsf?_']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2016.3.210-GCC-4.9.3-2.25.eb b/i/ifort/ifort-2016.3.210-GCC-4.9.3-2.25.eb
deleted file mode 100644
index 7a4ea262..00000000
--- a/i/ifort/ifort-2016.3.210-GCC-4.9.3-2.25.eb
+++ /dev/null
@@ -1,44 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'ifort'
-version = '2016.3.210'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = [
- 'parallel_studio_xe_%(version_major)s_composer_edition_for_fortran_update%(version_minor)s.tgz']
-
-checksums = ['70cf1ea91280e3e8ba4bc216bae63e4a']
-
-# remove dependency on intel-mpi-rt-mic
-patches = ['ifort_2016_no_mpi_mic_dependency.patch']
-
-gccver = '4.9.3'
-binutilsver = '2.25'
-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-fcomp',
- 'intel-ifort',
- 'intel-openmp',
- 'intel-ipsf?_']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2016.3.210-GCC-5.3.0-2.26.eb b/i/ifort/ifort-2016.3.210-GCC-5.3.0-2.26.eb
deleted file mode 100644
index a65fc807..00000000
--- a/i/ifort/ifort-2016.3.210-GCC-5.3.0-2.26.eb
+++ /dev/null
@@ -1,44 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'ifort'
-version = '2016.3.210'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = [
- 'parallel_studio_xe_%(version_major)s_composer_edition_for_fortran_update%(version_minor)s.tgz']
-
-checksums = ['70cf1ea91280e3e8ba4bc216bae63e4a']
-
-# remove dependency on intel-mpi-rt-mic
-patches = ['ifort_2016_no_mpi_mic_dependency.patch']
-
-gccver = '5.3.0'
-binutilsver = '2.26'
-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-fcomp',
- 'intel-ifort',
- 'intel-openmp',
- 'intel-ipsf?_']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2016.3.210-GCC-5.4.0-2.26.eb b/i/ifort/ifort-2016.3.210-GCC-5.4.0-2.26.eb
deleted file mode 100644
index 0883c9c8..00000000
--- a/i/ifort/ifort-2016.3.210-GCC-5.4.0-2.26.eb
+++ /dev/null
@@ -1,44 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'ifort'
-version = '2016.3.210'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = [
- 'parallel_studio_xe_%(version_major)s_composer_edition_for_fortran_update%(version_minor)s.tgz']
-
-checksums = ['70cf1ea91280e3e8ba4bc216bae63e4a']
-
-# remove dependency on intel-mpi-rt-mic
-patches = ['ifort_2016_no_mpi_mic_dependency.patch']
-
-gccver = '5.4.0'
-binutilsver = '2.26'
-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-fcomp',
- 'intel-ifort',
- 'intel-openmp',
- 'intel-ipsf?_']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2017.0.098-GCC-5.4.0-2.26.eb b/i/ifort/ifort-2017.0.098-GCC-5.4.0-2.26.eb
deleted file mode 100644
index d70c1116..00000000
--- a/i/ifort/ifort-2017.0.098-GCC-5.4.0-2.26.eb
+++ /dev/null
@@ -1,44 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'ifort'
-version = '2017.0.098'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = [
- 'parallel_studio_xe_%(version_major)s_composer_edition_for_fortran.tgz']
-
-checksums = ['8787795951fe10f90ce7dcdcec1b9341']
-
-# remove dependency on intel-mpi-rt-mic
-patches = ['ifort_2017_no_mpi_mic_dependency.patch']
-
-gccver = '5.4.0'
-binutilsver = '2.26'
-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-fcomp',
- 'intel-ifort',
- 'intel-openmp',
- 'intel-ipsf?_']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2017.1.132-GCC-5.4.0-2.26.eb b/i/ifort/ifort-2017.1.132-GCC-5.4.0-2.26.eb
deleted file mode 100644
index bd81c399..00000000
--- a/i/ifort/ifort-2017.1.132-GCC-5.4.0-2.26.eb
+++ /dev/null
@@ -1,44 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'ifort'
-version = '2017.1.132'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = [
- 'parallel_studio_xe_%(version_major)s_update%(version_minor)s_composer_edition_for_fortran.tgz']
-
-checksums = ['612169f4b40cdded8e212bf097925e4f']
-
-# remove dependency on intel-mpi-rt-mic
-patches = ['ifort_2017_no_mpi_mic_dependency.patch']
-
-gccver = '5.4.0'
-binutilsver = '2.26'
-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-fcomp',
- 'intel-ifort',
- 'intel-openmp',
- 'intel-ipsf?_']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2017.2.174-GCC-6.3.0-2.27.eb b/i/ifort/ifort-2017.2.174-GCC-6.3.0-2.27.eb
deleted file mode 100644
index 0b42f02e..00000000
--- a/i/ifort/ifort-2017.2.174-GCC-6.3.0-2.27.eb
+++ /dev/null
@@ -1,45 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'ifort'
-version = '2017.2.174'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = [
- 'parallel_studio_xe_%(version_major)s_update%(version_minor)s_composer_edition_for_fortran.tgz']
-
-checksums = ['9d5dfa36a36b7c9e877745f3e379248b']
-
-# remove dependency on intel-mpi-rt-mic
-patches = ['ifort_2017_no_mpi_mic_dependency.patch']
-
-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-fcomp',
- 'intel-ifort',
- 'intel-openmp',
- 'intel-ipsf?_',
- 'intel-gdb(?!.*mic)']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2017.4.196-GCC-6.3.0-2.27.eb b/i/ifort/ifort-2017.4.196-GCC-6.3.0-2.27.eb
deleted file mode 100644
index 5f3411ac..00000000
--- a/i/ifort/ifort-2017.4.196-GCC-6.3.0-2.27.eb
+++ /dev/null
@@ -1,42 +0,0 @@
-name = 'ifort'
-version = '2017.4.196'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Intel Fortran compiler"
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = [
- 'parallel_studio_xe_%(version_major)s_update%(version_minor)s_composer_edition_for_fortran.tgz']
-
-checksums = ['0b6a222e015f776600b12b17c19506249c9e7691a8d287f44cd40a66ca9ac749']
-
-# remove dependency on intel-mpi-rt-mic
-patches = ['ifort_2017_no_mpi_mic_dependency.patch']
-
-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-fcomp',
- 'intel-ifort',
- 'intel-openmp',
- 'intel-ipsf?_',
- 'intel-gdb']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2017.4.196-GCC-7.1.0-2.28.eb b/i/ifort/ifort-2017.4.196-GCC-7.1.0-2.28.eb
deleted file mode 100644
index 7792e21c..00000000
--- a/i/ifort/ifort-2017.4.196-GCC-7.1.0-2.28.eb
+++ /dev/null
@@ -1,45 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'ifort'
-version = '2017.4.196'
-
-homepage = 'http://software.intel.com/en-us/intel-compilers/'
-description = "Fortran compiler from Intel"
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = [
- 'parallel_studio_xe_%(version_major)s_update%(version_minor)s_composer_edition_for_fortran.tgz']
-
-checksums = ['c7670e3fd211ac2c48d5d50e72b26cda']
-
-# remove dependency on intel-mpi-rt-mic
-patches = ['ifort_2017_no_mpi_mic_dependency.patch']
-
-gccver = '7.1.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-fcomp',
- 'intel-ifort',
- 'intel-openmp',
- 'intel-ipsf?_',
- 'intel-gdb(?!.*mic)']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'compiler'
diff --git a/i/ifort/ifort-2019.0.117-GCC-6.3.0-2.27.eb b/i/ifort/ifort-2018.5.274-GCC-6.3.0-2.27.eb
similarity index 76%
rename from i/ifort/ifort-2019.0.117-GCC-6.3.0-2.27.eb
rename to i/ifort/ifort-2018.5.274-GCC-6.3.0-2.27.eb
index 3d04d04c..fb650296 100644
--- a/i/ifort/ifort-2019.0.117-GCC-6.3.0-2.27.eb
+++ b/i/ifort/ifort-2018.5.274-GCC-6.3.0-2.27.eb
@@ -1,18 +1,14 @@
-# IT4Innovations 2018
+# IT4Innovations 2019
name = 'ifort'
-version = '2019.0.117'
+version = '2018.5.274'
homepage = 'http://software.intel.com/en-us/intel-compilers/'
description = "Intel Fortran compiler"
toolchain = {'name': 'dummy', 'version': ''}
-sources = [
- 'parallel_studio_xe_%(version_major)s_composer_edition_for_fortran.tgz']
-
-# remove dependency on intel-mpi-rt-mic
-#patches = ['ifort_2017_no_mpi_mic_dependency.patch']
+sources = ['parallel_studio_xe_%(version_major)s_update4_composer_edition_for_fortran.tgz']
gccver = '6.3.0'
binutilsver = '2.27'
@@ -33,7 +29,7 @@ components = [
'intel-ifort',
'intel-openmp',
'intel-ipsf?_',
- 'intel-gdb']
+ 'intel-gdb(?!.*mic)']
dontcreateinstalldir = 'True'
diff --git a/i/ifort/ifort-2019.1.144_no_mpi_mic_dependency.patch b/i/ifort/ifort-2019.1.144_no_mpi_mic_dependency.patch
deleted file mode 100644
index 1bda6811..00000000
--- a/i/ifort/ifort-2019.1.144_no_mpi_mic_dependency.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-don't install Intel MIC runtine components (mpi-mic-rt), cfr. https://github.com/easybuilders/easybuild-easyconfigs/pull/3793
-author: Kenneth Hoste (HPC-UGent)
---- parallel_studio_xe_2019_update1_composer_edition_for_fortran/pset/mediaconfig.xml.orig 2018-11-16 12:34:28.375110983 +0100
-+++ parallel_studio_xe_2019_update1_composer_edition_for_fortran/pset/mediaconfig.xml 2018-11-16 12:43:36.082555264 +0100
-@@ -1047,7 +1047,7 @@
-
- ${COMPLIB_ROOT}
- 1540897359989
--
-+
- Intel Fortran Compiler for Intel(R) 64
- Intel Fortran Compiler 19.0 Update 1
- インテル(R) Fortran コンパイラー (インテル(R) 64)
diff --git a/i/ifort/ifort-2019.1.144-GCC-6.3.0-2.27.eb b/i/ifort/ifort-2019.2.187-GCC-6.3.0-2.27.eb
similarity index 84%
rename from i/ifort/ifort-2019.1.144-GCC-6.3.0-2.27.eb
rename to i/ifort/ifort-2019.2.187-GCC-6.3.0-2.27.eb
index b661af8b..bfb37cc8 100644
--- a/i/ifort/ifort-2019.1.144-GCC-6.3.0-2.27.eb
+++ b/i/ifort/ifort-2019.2.187-GCC-6.3.0-2.27.eb
@@ -1,7 +1,7 @@
# IT4Innovations 2019
name = 'ifort'
-version = '2019.1.144'
+version = '2019.2.187'
homepage = 'http://software.intel.com/en-us/intel-compilers/'
description = "Intel Fortran compiler"
@@ -11,10 +11,6 @@ toolchain = {'name': 'dummy', 'version': ''}
source_urls = ['http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/14866/']
sources = ['parallel_studio_xe_%(version_major)s_update%(version_minor)s_composer_edition_for_fortran.tgz']
patches = ['ifort-%(version)s_no_mpi_mic_dependency.patch']
-checksums = [
- '5eaf269251fffbb5c97a8daeba9904ee', # parallel_studio_xe_2019_update1_composer_edition_for_fortran.tgz
- '2a851cf353744fc42bcf3f9e66b56c28', # ifort_2019.1.144_no_mpi_mic_dependency.patch
-]
gccver = '6.3.0'
binutilsver = '2.27'
@@ -42,4 +38,6 @@ modextravars = {
'DEBUGFLAGS': '-O0 -g'
}
+modluafooter = 'add_property("state","experimental")'
+
moduleclass = 'compiler'
diff --git a/i/iimpi/iimpi-2016.00-GCC-4.9.3.eb b/i/iimpi/iimpi-2016.00-GCC-4.9.3.eb
deleted file mode 100644
index 14b7dc12..00000000
--- a/i/iimpi/iimpi-2016.00-GCC-4.9.3.eb
+++ /dev/null
@@ -1,23 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-easyblock = "Toolchain"
-
-name = 'iimpi'
-version = '2016.00'
-versionsuffix = '-GCC-4.9.3'
-
-homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
-description = """Intel C/C++ and Fortran compilers, alongside Intel MPI."""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-suff = '1.150'
-compver = '2016.%s' % suff
-
-dependencies = [
- ('icc', compver, versionsuffix),
- ('ifort', compver, versionsuffix),
- ('impi', '5.1.2.150', '', ('iccifort', '%s%s' % (compver, versionsuffix))),
-]
-
-moduleclass = 'toolchain'
diff --git a/i/iimpi/iimpi-2016.00-GCC-5.2.0.eb b/i/iimpi/iimpi-2016.00-GCC-5.2.0.eb
deleted file mode 100644
index a7f0ea34..00000000
--- a/i/iimpi/iimpi-2016.00-GCC-5.2.0.eb
+++ /dev/null
@@ -1,23 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-easyblock = "Toolchain"
-
-name = 'iimpi'
-version = '2016.00'
-versionsuffix = '-GCC-5.2.0'
-
-homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
-description = """Intel C/C++ and Fortran compilers, alongside Intel MPI."""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-suff = '0.109'
-compver = '2016.%s' % suff
-
-dependencies = [
- ('icc', compver, versionsuffix),
- ('ifort', compver, versionsuffix),
- ('impi', '5.1.1.109', '', ('iccifort', '%s%s' % (compver, versionsuffix))),
-]
-
-moduleclass = 'toolchain'
diff --git a/i/iimpi/iimpi-2016.01-GCC-4.9.3.eb b/i/iimpi/iimpi-2016.01-GCC-4.9.3.eb
deleted file mode 100644
index 87bf4ef8..00000000
--- a/i/iimpi/iimpi-2016.01-GCC-4.9.3.eb
+++ /dev/null
@@ -1,23 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-easyblock = "Toolchain"
-
-name = 'iimpi'
-version = '2016.01'
-versionsuffix = '-GCC-4.9.3'
-
-homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
-description = """Intel C/C++ and Fortran compilers, alongside Intel MPI."""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-suff = '1.150'
-compver = '2016.%s' % suff
-
-dependencies = [
- ('icc', compver, versionsuffix),
- ('ifort', compver, versionsuffix),
- ('impi', '5.1.2.150', '', ('iccifort', '%s%s' % (compver, versionsuffix))),
-]
-
-moduleclass = 'toolchain'
diff --git a/i/iimpi/iimpi-2017.05-GCC-7.1.0-2.28.eb b/i/iimpi/iimpi-2017.05-GCC-7.1.0-2.28.eb
deleted file mode 100644
index 4b3039dc..00000000
--- a/i/iimpi/iimpi-2017.05-GCC-7.1.0-2.28.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-easyblock = "Toolchain"
-
-name = 'iimpi'
-version = '2017.05'
-versionsuffix = '-GCC-7.1.0-2.28'
-
-homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
-description = """Intel C/C++ and Fortran compilers, alongside Intel MPI."""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-compver = '2017.4.196'
-dependencies = [
- ('icc', compver, versionsuffix),
- ('ifort', compver, versionsuffix),
- ('impi', '2017.3.196', '', ('iccifort', '%s%s' % (compver, versionsuffix))),
-]
-
-moduleclass = 'toolchain'
diff --git a/i/iimpi/iimpi-2019a.eb b/i/iimpi/iimpi-2018.04.eb
similarity index 77%
rename from i/iimpi/iimpi-2019a.eb
rename to i/iimpi/iimpi-2018.04.eb
index 4b7d9e67..260ccdb3 100644
--- a/i/iimpi/iimpi-2019a.eb
+++ b/i/iimpi/iimpi-2018.04.eb
@@ -3,19 +3,19 @@
easyblock = 'Toolchain'
name = 'iimpi'
-version = '2019a'
+version = '2018.04'
homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
description = """Intel C/C++ and Fortran compilers, alongside Intel MPI."""
toolchain = {'name': 'dummy', 'version': ''}
-compver = '2019.1.144'
+compver = '2018.5.274'
suff = '-GCC-6.3.0-2.27'
dependencies = [
('icc', compver, suff),
('ifort', compver, suff),
- ('impi', compver, '', ('iccifort', '%s%s' % (compver, suff))),
+ ('impi', '2018.4.274', '', ('iccifort', '%s%s' % (compver, suff))),
]
moduleclass = 'toolchain'
diff --git a/i/iimpi/iimpi-2019.01.eb b/i/iimpi/iimpi-2019.02.eb
similarity index 70%
rename from i/iimpi/iimpi-2019.01.eb
rename to i/iimpi/iimpi-2019.02.eb
index e24ab975..6cdea224 100644
--- a/i/iimpi/iimpi-2019.01.eb
+++ b/i/iimpi/iimpi-2019.02.eb
@@ -3,19 +3,21 @@
easyblock = "Toolchain"
name = 'iimpi'
-version = '2019.01'
+version = '2019.02'
homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
description = """Intel C/C++ and Fortran compilers, alongside Intel MPI."""
toolchain = {'name': 'dummy', 'version': ''}
-compver = '2019.0.117'
+compver = '2019.2.187'
suff = '-GCC-6.3.0-2.27'
dependencies = [
('icc', compver, suff),
('ifort', compver, suff),
- ('impi', '2019.0.117', '', ('iccifort', '%s%s' % (compver, suff))),
+ ('impi', compver, '', ('iccifort', '%s%s' % (compver, suff))),
]
+modluafooter = 'add_property("state","experimental")'
+
moduleclass = 'toolchain'
diff --git a/i/iimpi/iimpi-5.5.0-GCC-4.8.3.eb b/i/iimpi/iimpi-5.5.0-GCC-4.8.3.eb
deleted file mode 100644
index 56c99e27..00000000
--- a/i/iimpi/iimpi-5.5.0-GCC-4.8.3.eb
+++ /dev/null
@@ -1,33 +0,0 @@
-easyblock = "Toolchain"
-
-name = 'iimpi'
-version = '5.5.0'
-versionsuffix = '-GCC-4.8.3'
-
-homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
-description = """Intel C/C++ and Fortran compilers, alongside Intel MPI."""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-suff = '5.192'
-compver = '2013.%s' % suff
-
-dependencies = [ # version/released
- # 28 Apr 2014
- ('icc', compver, versionsuffix),
- # 28 Apr 2014
- ('ifort', compver, versionsuffix),
- ('impi', '4.1.1.036', '', ('iccifort', '%s%s' %
- (compver, versionsuffix))), # 06 Mar 2014
-]
-
-moduleclass = 'toolchain'
-
-# Salomon optimalisations
-modextravars = {
- 'CC': 'icc',
- 'CXX': 'icpc',
- 'F90': 'ifort',
- 'F77': 'ifort',
- 'FC': 'ifort',
-}
diff --git a/i/iimpi/iimpi-5.5.0.eb b/i/iimpi/iimpi-5.5.0.eb
deleted file mode 100644
index e4c6a80b..00000000
--- a/i/iimpi/iimpi-5.5.0.eb
+++ /dev/null
@@ -1,27 +0,0 @@
-easyblock = "Toolchain"
-
-name = 'iimpi'
-version = '5.5.0'
-
-homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
-description = """Intel C/C++ and Fortran compilers, alongside Intel MPI."""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-compsuffix = '.5.192'
-compver = '2013' + compsuffix
-dependencies = [
- ('icc', compver),
- ('ifort', compver),
- ('impi', '4.1.1.036', '', ('iccifort', compver)),
-]
-
-moduleclass = 'toolchain'
-
-modextravars = {
- 'CC': 'icc',
- 'CXX': 'icpc',
- 'F90': 'ifort',
- 'F77': 'ifort',
- 'FC': 'ifort',
-}
diff --git a/i/iimpi/iimpi-7.3.5-GNU-5.1.0-2.25.eb b/i/iimpi/iimpi-7.3.5-GNU-5.1.0-2.25.eb
deleted file mode 100644
index 17bbe732..00000000
--- a/i/iimpi/iimpi-7.3.5-GNU-5.1.0-2.25.eb
+++ /dev/null
@@ -1,22 +0,0 @@
-# Built with EasyBuild version 2.2.0dev on 2015-06-29_10-00-45
-easyblock = "Toolchain"
-
-name = 'iimpi'
-version = '7.3.5'
-versionsuffix = '-GNU-5.1.0-2.25'
-
-homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
-description = """Intel C/C++ and Fortran compilers, alongside Intel MPI."""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-suff = '3.187'
-compver = '2015.%s' % suff
-
-dependencies = [
- ('icc', compver, versionsuffix),
- ('ifort', compver, versionsuffix),
- ('impi', '5.0.3.048', '', ('iccifort', '%s%s' % (compver, versionsuffix))),
-]
-
-moduleclass = 'toolchain'
diff --git a/i/iimpi/iimpi-7.3.5.eb b/i/iimpi/iimpi-7.3.5.eb
deleted file mode 100644
index 277bf82f..00000000
--- a/i/iimpi/iimpi-7.3.5.eb
+++ /dev/null
@@ -1,27 +0,0 @@
-easyblock = "Toolchain"
-
-name = 'iimpi'
-version = '7.3.5'
-
-homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
-description = """Intel Cluster Toolkit Compiler Edition provides Intel C/C++ and Fortran compilers, Intel MPI & Intel MKL."""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-compver = '2015.3.187'
-dependencies = [
- ('icc', compver),
- ('ifort', compver),
- ('impi', '5.0.3.048', '', ('iccifort', compver)),
-]
-
-moduleclass = 'toolchain'
-
-# Salomon optimalisations
-modextravars = {
- 'CC': 'icc',
- 'CXX': 'icpc',
- 'F90': 'ifort',
- 'F77': 'ifort',
- 'FC': 'ifort',
-}
diff --git a/i/iimpi/iimpi-8.3.5.eb b/i/iimpi/iimpi-8.3.5.eb
deleted file mode 100644
index 8fdbdc17..00000000
--- a/i/iimpi/iimpi-8.3.5.eb
+++ /dev/null
@@ -1,27 +0,0 @@
-easyblock = "Toolchain"
-
-name = 'iimpi'
-version = '8.3.5'
-
-homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
-description = """Intel Cluster Toolkit Compiler Edition provides Intel C/C++ and Fortran compilers, Intel MPI & Intel MKL."""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-compver = '2016.1.150'
-dependencies = [
- ('icc', compver),
- ('ifort', compver),
- ('impi', '5.1.2.150', '', ('iccifort', compver)),
-]
-
-moduleclass = 'toolchain'
-
-# Salomon optimalisations
-modextravars = {
- 'CC': 'icc',
- 'CXX': 'icpc',
- 'F90': 'ifort',
- 'F77': 'ifort',
- 'FC': 'ifort',
-}
diff --git a/i/imkl/imkl-10.2.6.038-32bit.eb b/i/imkl/imkl-10.2.6.038-32bit.eb
deleted file mode 100644
index 04aa02e6..00000000
--- a/i/imkl/imkl-10.2.6.038-32bit.eb
+++ /dev/null
@@ -1,34 +0,0 @@
-name = 'imkl'
-version = '10.2.6.038'
-versionsuffix = '-32bit'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['l_mkl_p_%(version)s.tar.gz']
-
-patches = ['imkl-%(version)s_fix-install-double-dash.patch']
-
-dontcreateinstalldir = 'True'
-
-# deps for interface build
-comp_version = '11.1.073'
-dependencies = [
- ('icc', comp_version, versionsuffix),
- ('ifort', comp_version, versionsuffix),
- ('impi', '4.0.0.028', versionsuffix),
-]
-
-interfaces = True
-
-m32 = True
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-10.2.6.038.eb b/i/imkl/imkl-10.2.6.038.eb
deleted file mode 100644
index e89d3e13..00000000
--- a/i/imkl/imkl-10.2.6.038.eb
+++ /dev/null
@@ -1,29 +0,0 @@
-name = 'imkl'
-version = '10.2.6.038'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['l_mkl_p_%(version)s.tar.gz']
-
-dontcreateinstalldir = 'True'
-
-# deps for interface build
-compver = '11.1.073'
-dependencies = [
- ('icc', compver),
- ('ifort', compver),
- ('impi', '4.0.0.028'),
-]
-
-interfaces = True
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-10.3.10.319.eb b/i/imkl/imkl-10.3.10.319.eb
deleted file mode 100644
index 03879a52..00000000
--- a/i/imkl/imkl-10.3.10.319.eb
+++ /dev/null
@@ -1,29 +0,0 @@
-name = 'imkl'
-version = '10.3.10.319'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['l_mkl_%(version)s_intel64.tgz']
-
-# deps for interface build
-compver = '2011.10.319'
-dependencies = [
- ('icc', compver),
- ('ifort', compver),
- ('impi', '4.0.2.003'),
-]
-
-dontcreateinstalldir = 'True'
-
-interfaces = True
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-10.3.12.361-MVAPICH2-1.9.eb b/i/imkl/imkl-10.3.12.361-MVAPICH2-1.9.eb
deleted file mode 100644
index b91398cc..00000000
--- a/i/imkl/imkl-10.3.12.361-MVAPICH2-1.9.eb
+++ /dev/null
@@ -1,39 +0,0 @@
-name = 'imkl'
-version = '10.3.12.361'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized, extensively threaded math routines
-for science, engineering, and financial applications that require maximum performance. Core math functions include
-BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-compver = '2011.13.367'
-comp = ('iccifort', compver)
-
-# deps for interface build
-mpi = 'MVAPICH2'
-mpiver = '1.9'
-versionsuffix = '-%s-%s' % (mpi, mpiver)
-
-dependencies = [
- ('icc', compver),
- ('ifort', compver),
- (mpi, mpiver, '', comp),
-]
-
-dontcreateinstalldir = 'True'
-
-interfaces = True
-
-# license file
-import os
-license_file = os.path.join(
- os.getenv('HOME'),
- "licenses",
- "intel",
- "license.lic")
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-10.3.12.361-OpenMPI-1.6.3.eb b/i/imkl/imkl-10.3.12.361-OpenMPI-1.6.3.eb
deleted file mode 100644
index 4707abda..00000000
--- a/i/imkl/imkl-10.3.12.361-OpenMPI-1.6.3.eb
+++ /dev/null
@@ -1,39 +0,0 @@
-name = 'imkl'
-version = '10.3.12.361'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized, extensively threaded math routines
-for science, engineering, and financial applications that require maximum performance. Core math functions include
-BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-compver = '2011.13.367'
-comp = ('iccifort', compver)
-
-# deps for interface build
-mpi = 'OpenMPI'
-mpiver = '1.6.3'
-versionsuffix = '-%s-%s' % (mpi, mpiver)
-
-dependencies = [
- ('icc', compver),
- ('ifort', compver),
- (mpi, mpiver, '', comp),
-]
-
-dontcreateinstalldir = 'True'
-
-interfaces = True
-
-# license file
-import os
-license_file = os.path.join(
- os.getenv('HOME'),
- "licenses",
- "intel",
- "license.lic")
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-10.3.12.361.eb b/i/imkl/imkl-10.3.12.361.eb
deleted file mode 100644
index 370a649f..00000000
--- a/i/imkl/imkl-10.3.12.361.eb
+++ /dev/null
@@ -1,30 +0,0 @@
-name = 'imkl'
-version = '10.3.12.361'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-compver = '2011.13.367'
-
-# deps for interface build
-dependencies = [
- ('icc', compver),
- ('ifort', compver),
- ('impi', '4.1.0.027'),
-]
-
-dontcreateinstalldir = 'True'
-
-interfaces = True
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-10.3.6.233.eb b/i/imkl/imkl-10.3.6.233.eb
deleted file mode 100644
index 3578b76f..00000000
--- a/i/imkl/imkl-10.3.6.233.eb
+++ /dev/null
@@ -1,28 +0,0 @@
-name = 'imkl'
-version = '10.3.6.233'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['l_mkl_%(version)s_intel64.tgz']
-
-# deps for interface build
-dependencies = [
- ('icc', '2011.6.233'),
- ('ifort', '2011.6.233'),
- ('impi', '4.0.2.003'),
-]
-
-dontcreateinstalldir = 'True'
-
-interfaces = True
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.0.1.117.eb b/i/imkl/imkl-11.0.1.117.eb
deleted file mode 100644
index d51001ee..00000000
--- a/i/imkl/imkl-11.0.1.117.eb
+++ /dev/null
@@ -1,30 +0,0 @@
-name = 'imkl'
-version = '11.0.1.117'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-compver = '2013.1.117'
-
-# deps for interface build
-dependencies = [
- ('icc', compver),
- ('ifort', compver),
- ('impi', '4.1.0.027'),
-]
-
-dontcreateinstalldir = 'True'
-
-interfaces = True
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.0.2.146-iimpi-5.2.0.eb b/i/imkl/imkl-11.0.2.146-iimpi-5.2.0.eb
deleted file mode 100644
index 9da21588..00000000
--- a/i/imkl/imkl-11.0.2.146-iimpi-5.2.0.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'imkl'
-version = '11.0.2.146'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '5.2.0'}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-interfaces = True
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.0.2.146.eb b/i/imkl/imkl-11.0.2.146.eb
deleted file mode 100644
index a45c6fb2..00000000
--- a/i/imkl/imkl-11.0.2.146.eb
+++ /dev/null
@@ -1,30 +0,0 @@
-name = 'imkl'
-version = '11.0.2.146'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-compver = '2013.2.146'
-
-# deps for interface build
-dependencies = [
- ('icc', compver),
- ('ifort', compver),
- ('impi', '4.1.0.030'),
-]
-
-dontcreateinstalldir = 'True'
-
-interfaces = True
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.0.3.163-iimpi-5.3.0.eb b/i/imkl/imkl-11.0.3.163-iimpi-5.3.0.eb
deleted file mode 100644
index 995a6a86..00000000
--- a/i/imkl/imkl-11.0.3.163-iimpi-5.3.0.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'imkl'
-version = '11.0.3.163'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '5.3.0'}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-interfaces = True
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.0.3.163.eb b/i/imkl/imkl-11.0.3.163.eb
deleted file mode 100644
index c8f9ffb9..00000000
--- a/i/imkl/imkl-11.0.3.163.eb
+++ /dev/null
@@ -1,30 +0,0 @@
-name = 'imkl'
-version = '11.0.3.163'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-compver = '2013.3.163'
-
-# deps for interface build
-dependencies = [
- ('icc', compver),
- ('ifort', compver),
- ('impi', '4.1.0.030'),
-]
-
-dontcreateinstalldir = 'True'
-
-interfaces = True
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.0.4.183-iimpi-5.4.0.eb b/i/imkl/imkl-11.0.4.183-iimpi-5.4.0.eb
deleted file mode 100644
index 974f6f63..00000000
--- a/i/imkl/imkl-11.0.4.183-iimpi-5.4.0.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'imkl'
-version = '11.0.4.183'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '5.4.0'}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-interfaces = True
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.0.4.183.eb b/i/imkl/imkl-11.0.4.183.eb
deleted file mode 100644
index 5f2baeab..00000000
--- a/i/imkl/imkl-11.0.4.183.eb
+++ /dev/null
@@ -1,30 +0,0 @@
-name = 'imkl'
-version = '11.0.4.183'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-compver = '2013.4.183'
-
-# deps for interface build
-dependencies = [
- ('icc', compver),
- ('ifort', compver),
- ('impi', '4.1.0.030'),
-]
-
-dontcreateinstalldir = 'True'
-
-interfaces = True
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.0.5.192-iimpi-5.5.0-GCC-4.8.3.eb b/i/imkl/imkl-11.0.5.192-iimpi-5.5.0-GCC-4.8.3.eb
deleted file mode 100644
index 70da8646..00000000
--- a/i/imkl/imkl-11.0.5.192-iimpi-5.5.0-GCC-4.8.3.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'imkl'
-version = '11.0.5.192'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '5.5.0-GCC-4.8.3'}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-interfaces = True
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.0.5.192-iimpi-5.5.0.eb b/i/imkl/imkl-11.0.5.192-iimpi-5.5.0.eb
deleted file mode 100644
index d07d1319..00000000
--- a/i/imkl/imkl-11.0.5.192-iimpi-5.5.0.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'imkl'
-version = '11.0.5.192'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '5.5.0'}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-interfaces = True
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.0.5.192.eb b/i/imkl/imkl-11.0.5.192.eb
deleted file mode 100644
index 51f81e1a..00000000
--- a/i/imkl/imkl-11.0.5.192.eb
+++ /dev/null
@@ -1,30 +0,0 @@
-name = 'imkl'
-version = '11.0.5.192'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-compver = '2013.5.192'
-
-# deps for interface build
-dependencies = [
- ('icc', compver),
- ('ifort', compver),
- ('impi', '4.1.1.036'),
-]
-
-dontcreateinstalldir = 'True'
-
-interfaces = True
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.1.0.080.eb b/i/imkl/imkl-11.1.0.080.eb
deleted file mode 100644
index eb81de8d..00000000
--- a/i/imkl/imkl-11.1.0.080.eb
+++ /dev/null
@@ -1,29 +0,0 @@
-name = 'imkl'
-version = '11.1.0.080'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-# deps for interface build
-compver = '2013_sp1.0.080'
-dependencies = [
- ('icc', compver),
- ('ifort', compver),
- ('impi', '4.1.1.036')
-]
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-interfaces = True
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.1.1.106-iimpi-6.1.5.eb b/i/imkl/imkl-11.1.1.106-iimpi-6.1.5.eb
deleted file mode 100644
index 91e651c0..00000000
--- a/i/imkl/imkl-11.1.1.106-iimpi-6.1.5.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'imkl'
-version = '11.1.1.106'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '6.1.5'}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-interfaces = True
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.1.1.106.eb b/i/imkl/imkl-11.1.1.106.eb
deleted file mode 100644
index 7a94a2c9..00000000
--- a/i/imkl/imkl-11.1.1.106.eb
+++ /dev/null
@@ -1,29 +0,0 @@
-name = 'imkl'
-version = '11.1.1.106'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-# deps for interface build
-compver = '2013_sp1.1.106'
-dependencies = [
- ('icc', compver),
- ('ifort', compver),
- ('impi', '4.1.3.045')
-]
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-interfaces = True
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.1.2.144-2013.5.192-GCC-4.8.3.eb b/i/imkl/imkl-11.1.2.144-2013.5.192-GCC-4.8.3.eb
deleted file mode 100644
index 9a36dada..00000000
--- a/i/imkl/imkl-11.1.2.144-2013.5.192-GCC-4.8.3.eb
+++ /dev/null
@@ -1,32 +0,0 @@
-name = 'imkl'
-version = '11.1.2.144'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-compver = '2013.5.192'
-gccsuff = '-GCC-4.8.3'
-versionsuffix = '-%s%s' % (compver, gccsuff)
-
-# deps for interface build
-dependencies = [
- ('icc', compver, gccsuff),
- ('ifort', compver, gccsuff),
- ('impi', '4.1.3.049', gccsuff),
-]
-
-dontcreateinstalldir = 'True'
-
-interfaces = True
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.1.2.144-GCC-4.8.3.eb b/i/imkl/imkl-11.1.2.144-GCC-4.8.3.eb
deleted file mode 100644
index 63c351c5..00000000
--- a/i/imkl/imkl-11.1.2.144-GCC-4.8.3.eb
+++ /dev/null
@@ -1,31 +0,0 @@
-name = 'imkl'
-version = '11.1.2.144'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-gcc = 'GCC'
-gccver = '4.8.3'
-versionsuffix = '-%s-%s' % (gcc, gccver)
-
-# deps for interface build
-dependencies = [
- (gcc, gccver),
- ('impi', '4.1.3.049', versionsuffix),
-]
-
-dontcreateinstalldir = 'True'
-
-interfaces = True
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.1.2.144-OpenMPI-1.6.5.eb b/i/imkl/imkl-11.1.2.144-OpenMPI-1.6.5.eb
deleted file mode 100644
index 5384d062..00000000
--- a/i/imkl/imkl-11.1.2.144-OpenMPI-1.6.5.eb
+++ /dev/null
@@ -1,34 +0,0 @@
-name = 'imkl'
-version = '11.1.2.144'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized, extensively threaded math routines
- for science, engineering, and financial applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-compver = '2013_sp1.2.144'
-comp = ('iccifort', compver)
-
-# deps for interface build
-mpi = 'OpenMPI'
-mpiver = '1.6.5'
-versionsuffix = '-%s-%s' % (mpi, mpiver)
-
-dependencies = [
- ('icc', compver),
- ('ifort', compver),
- (mpi, mpiver, '', comp),
-]
-
-dontcreateinstalldir = 'True'
-
-interfaces = True
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.1.2.144-iimpi-5.5.3-GCC-4.8.3.eb b/i/imkl/imkl-11.1.2.144-iimpi-5.5.3-GCC-4.8.3.eb
deleted file mode 100644
index 3c5ef5a0..00000000
--- a/i/imkl/imkl-11.1.2.144-iimpi-5.5.3-GCC-4.8.3.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'imkl'
-version = '11.1.2.144'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '5.5.3-GCC-4.8.3'}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-interfaces = True
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.1.2.144-iimpi-6.2.5.eb b/i/imkl/imkl-11.1.2.144-iimpi-6.2.5.eb
deleted file mode 100644
index bcb448f7..00000000
--- a/i/imkl/imkl-11.1.2.144-iimpi-6.2.5.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'imkl'
-version = '11.1.2.144'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '6.2.5'}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-interfaces = True
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.1.2.144-iompi-2015.01.eb b/i/imkl/imkl-11.1.2.144-iompi-2015.01.eb
deleted file mode 100644
index cd9cd937..00000000
--- a/i/imkl/imkl-11.1.2.144-iompi-2015.01.eb
+++ /dev/null
@@ -1,20 +0,0 @@
-name = 'imkl'
-version = '11.1.2.144'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized, extensively threaded math routines
-for science, engineering, and financial applications that require maximum performance. Core math functions include
-BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iompi', 'version': '2015.01'}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-interfaces = True
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.1.2.144.eb b/i/imkl/imkl-11.1.2.144.eb
deleted file mode 100644
index 96981bf5..00000000
--- a/i/imkl/imkl-11.1.2.144.eb
+++ /dev/null
@@ -1,29 +0,0 @@
-name = 'imkl'
-version = '11.1.2.144'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-# deps for interface build
-compver = '2013_sp1.2.144'
-dependencies = [
- ('icc', compver),
- ('ifort', compver),
- ('impi', '4.1.3.049')
-]
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-interfaces = True
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.1.3.174.eb b/i/imkl/imkl-11.1.3.174.eb
deleted file mode 100644
index e7a3389c..00000000
--- a/i/imkl/imkl-11.1.3.174.eb
+++ /dev/null
@@ -1,29 +0,0 @@
-name = 'imkl'
-version = '11.1.3.174'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-# deps for interface build
-compver = '2013_sp1.3.174'
-dependencies = [
- ('icc', compver),
- ('ifort', compver),
- ('impi', '4.1.3.049')
-]
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-interfaces = True
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.2.0.090-iimpi-7.1.2-GCC-4.9.2.eb b/i/imkl/imkl-11.2.0.090-iimpi-7.1.2-GCC-4.9.2.eb
deleted file mode 100644
index 177d88f5..00000000
--- a/i/imkl/imkl-11.2.0.090-iimpi-7.1.2-GCC-4.9.2.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'imkl'
-version = '11.2.0.090'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '7.1.2-GCC-4.9.2'}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-interfaces = True
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.2.0.090-iimpi-7.1.2.eb b/i/imkl/imkl-11.2.0.090-iimpi-7.1.2.eb
deleted file mode 100644
index bf8688ac..00000000
--- a/i/imkl/imkl-11.2.0.090-iimpi-7.1.2.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'imkl'
-version = '11.2.0.090'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '7.1.2'}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-interfaces = True
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.2.1.133-iimpi-7.2.3-GCC-4.9.2.eb b/i/imkl/imkl-11.2.1.133-iimpi-7.2.3-GCC-4.9.2.eb
deleted file mode 100644
index 07daaac1..00000000
--- a/i/imkl/imkl-11.2.1.133-iimpi-7.2.3-GCC-4.9.2.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'imkl'
-version = '11.2.1.133'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '7.2.3-GCC-4.9.2'}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-interfaces = True
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.2.2.164-iimpi-7.2.5-GCC-4.9.2.eb b/i/imkl/imkl-11.2.2.164-iimpi-7.2.5-GCC-4.9.2.eb
deleted file mode 100644
index 7787a0a9..00000000
--- a/i/imkl/imkl-11.2.2.164-iimpi-7.2.5-GCC-4.9.2.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'imkl'
-version = '11.2.2.164'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '7.2.5-GCC-4.9.2'}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-interfaces = True
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.2.2.164-iompi-2015.02.eb b/i/imkl/imkl-11.2.2.164-iompi-2015.02.eb
deleted file mode 100644
index 7acd7622..00000000
--- a/i/imkl/imkl-11.2.2.164-iompi-2015.02.eb
+++ /dev/null
@@ -1,20 +0,0 @@
-name = 'imkl'
-version = '11.2.2.164'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized, extensively threaded math routines
-for science, engineering, and financial applications that require maximum performance. Core math functions include
-BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iompi', 'version': '2015.02'}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-interfaces = True
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.2.3.187-gimpi-2.11.5.eb b/i/imkl/imkl-11.2.3.187-gimpi-2.11.5.eb
deleted file mode 100644
index 8f50752a..00000000
--- a/i/imkl/imkl-11.2.3.187-gimpi-2.11.5.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'imkl'
-version = '11.2.3.187'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'gimpi', 'version': '2.11.5'}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-interfaces = True
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.2.3.187-iimpi-7.3.5-GNU-4.9.3-2.25.eb b/i/imkl/imkl-11.2.3.187-iimpi-7.3.5-GNU-4.9.3-2.25.eb
deleted file mode 100644
index 5f181c15..00000000
--- a/i/imkl/imkl-11.2.3.187-iimpi-7.3.5-GNU-4.9.3-2.25.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'imkl'
-version = '11.2.3.187'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '7.3.5-GNU-4.9.3-2.25'}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-interfaces = True
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.2.3.187-iimpi-7.3.5-GNU-5.1.0-2.25.eb b/i/imkl/imkl-11.2.3.187-iimpi-7.3.5-GNU-5.1.0-2.25.eb
deleted file mode 100644
index 7533cd81..00000000
--- a/i/imkl/imkl-11.2.3.187-iimpi-7.3.5-GNU-5.1.0-2.25.eb
+++ /dev/null
@@ -1,40 +0,0 @@
-# Built with EasyBuild version 2.2.0dev on 2015-06-29_10-08-02
-name = 'imkl'
-version = '11.2.3.187'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '7.3.5-GNU-5.1.0-2.25'}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-import os
-license_file = os.path.join(
- os.getenv('HOME'),
- "licenses",
- "intel",
- "license.lic")
-
-interfaces = True
-
-moduleclass = 'numlib'
-
-postinstallcmds = [
- # extract the examples
- 'tar xvzf %(installdir)s/mkl/examples/examples_cluster.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_c.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_f.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_f95.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_mic.tgz -C %(installdir)s/mkl/examples/'
-]
-
-modextravars = {
- 'MKL_EXAMPLES': '%(installdir)s/mkl/examples/',
-}
diff --git a/i/imkl/imkl-11.2.3.187-iimpi-7.3.5.eb b/i/imkl/imkl-11.2.3.187-iimpi-7.3.5.eb
deleted file mode 100644
index 2392346d..00000000
--- a/i/imkl/imkl-11.2.3.187-iimpi-7.3.5.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'imkl'
-version = '11.2.3.187'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '7.3.5'}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-interfaces = True
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.2.3.187-iompi-2015.03.eb b/i/imkl/imkl-11.2.3.187-iompi-2015.03.eb
deleted file mode 100644
index a5db6d4d..00000000
--- a/i/imkl/imkl-11.2.3.187-iompi-2015.03.eb
+++ /dev/null
@@ -1,18 +0,0 @@
-name = 'imkl'
-version = '11.2.3.187'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized, extensively threaded math routines
- for science, engineering, and financial applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iompi', 'version': '2015.03'}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.2.3.187.eb b/i/imkl/imkl-11.2.3.187.eb
deleted file mode 100644
index 3d2fd871..00000000
--- a/i/imkl/imkl-11.2.3.187.eb
+++ /dev/null
@@ -1,60 +0,0 @@
-# Built with EasyBuild version 2.2.0dev on 2015-06-29_10-08-02
-name = 'imkl'
-version = '11.2.3.187'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-
-# license file
-import os
-license_file = os.path.join(
- os.getenv('HOME'),
- "licenses",
- "intel",
- "license.lic")
-
-interfaces = True
-
-compver = '2015.3.187-GNU-5.1.0-2.25'
-builddependencies = [
- ('icc', compver),
- ('ifort', compver),
- ('impi', '5.0.3.048-iccifort-2015.3.187-GNU-5.1.0-2.25')
-]
-
-
-moduleclass = 'numlib'
-
-postinstallcmds = [
- # extract the examples
- 'tar xvzf %(installdir)s/mkl/examples/examples_cluster.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_c.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_f.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_f95.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_mic.tgz -C %(installdir)s/mkl/examples/'
-]
-
-modextravars = {
- 'MKL_EXAMPLES': '%(installdir)s/mkl/examples/',
- 'MKL_INC_DIR': '%(installdir)s/include',
- 'MKL_LIB_DIR': '%(installdir)s/lib/intel64',
- 'MKL_LIBS': '-L%(installdir)s/lib/intel64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lm',
- 'MKL_LIBS_MT': '-L%(installdir)s/lib/intel64 -lmkl_rt -liomp5 -lm',
- 'MKL_SCA_LIBS': '-L%(installdir)s/lib/intel64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_scalapack_lp64 -lmkl_core -lmkl_blacs_openmpi_lp64 -lm',
- 'MKL_SCA_LIBS_MT': '-L%(installdir)s/lib/intel64 -lmkl_rt -lmkl_scalapack_lp64 -lmkl_blacs_openmpi_lp64 -liomp5 -lm',
- 'MKL_TARGET_ARCH': 'intel64',
-}
-
-modextrapaths = {
- 'MIC_LD_LIBRARY_PATH': 'lib/mic/',
-}
diff --git a/i/imkl/imkl-11.3.0.109-iimpi-2016.00-GCC-4.9.3-2.25.eb b/i/imkl/imkl-11.3.0.109-iimpi-2016.00-GCC-4.9.3-2.25.eb
deleted file mode 100644
index f45ad08a..00000000
--- a/i/imkl/imkl-11.3.0.109-iimpi-2016.00-GCC-4.9.3-2.25.eb
+++ /dev/null
@@ -1,25 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'imkl'
-version = '11.3.0.109'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '2016.00-GCC-4.9.3-2.25'}
-
-sources = ['l_mkl_%(version)s.tgz']
-checksums = ['47567e38801efe273b36b5250c759af7']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-interfaces = True
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.3.0.109-iimpi-2016.00-GCC-4.9.3.eb b/i/imkl/imkl-11.3.0.109-iimpi-2016.00-GCC-4.9.3.eb
deleted file mode 100644
index 7f3e7599..00000000
--- a/i/imkl/imkl-11.3.0.109-iimpi-2016.00-GCC-4.9.3.eb
+++ /dev/null
@@ -1,43 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'imkl'
-version = '11.3.0.109'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '2016.00-GCC-4.9.3'}
-
-sources = ['l_mkl_%(version)s.tgz']
-checksums = ['47567e38801efe273b36b5250c759af7']
-
-dontcreateinstalldir = 'True'
-
-# license file
-import os
-license_file = os.path.join(
- os.getenv('HOME'),
- "licenses",
- "intel",
- "license.lic")
-
-interfaces = True
-
-moduleclass = 'numlib'
-
-postinstallcmds = [
- # extract the examples
- 'tar xvzf %(installdir)s/mkl/examples/examples_cluster.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_c.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_f.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_f95.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_mic.tgz -C %(installdir)s/mkl/examples/'
-]
-
-modextravars = {
- 'MKL_EXAMPLES': '%(installdir)s/mkl/examples/',
-}
diff --git a/i/imkl/imkl-11.3.0.109-iimpi-2016.00-GCC-5.2.0.eb b/i/imkl/imkl-11.3.0.109-iimpi-2016.00-GCC-5.2.0.eb
deleted file mode 100644
index c4f726b0..00000000
--- a/i/imkl/imkl-11.3.0.109-iimpi-2016.00-GCC-5.2.0.eb
+++ /dev/null
@@ -1,43 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'imkl'
-version = '11.3.0.109'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '2016.00-GCC-5.2.0'}
-
-sources = ['l_mkl_%(version)s.tgz']
-checksums = ['47567e38801efe273b36b5250c759af7']
-
-dontcreateinstalldir = 'True'
-
-# license file
-import os
-license_file = os.path.join(
- os.getenv('HOME'),
- "licenses",
- "intel",
- "license.lic")
-
-interfaces = True
-
-moduleclass = 'numlib'
-
-postinstallcmds = [
- # extract the examples
- 'tar xvzf %(installdir)s/mkl/examples/examples_cluster.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_c.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_f.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_f95.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_mic.tgz -C %(installdir)s/mkl/examples/'
-]
-
-modextravars = {
- 'MKL_EXAMPLES': '%(installdir)s/mkl/examples/',
-}
diff --git a/i/imkl/imkl-11.3.1.150-iimpi-2016.00-GCC-4.9.3.eb b/i/imkl/imkl-11.3.1.150-iimpi-2016.00-GCC-4.9.3.eb
deleted file mode 100644
index e211bc1b..00000000
--- a/i/imkl/imkl-11.3.1.150-iimpi-2016.00-GCC-4.9.3.eb
+++ /dev/null
@@ -1,43 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'imkl'
-version = '11.3.1.150'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '2016.00-GCC-4.9.3'}
-
-sources = ['l_mkl_%(version)s.tgz']
-checksums = ['b57ff502b5f97f2f783e4bbda7ce42b3']
-
-dontcreateinstalldir = 'True'
-
-# license file
-import os
-license_file = os.path.join(
- os.getenv('HOME'),
- "licenses",
- "intel",
- "license.lic")
-
-interfaces = True
-
-moduleclass = 'numlib'
-
-postinstallcmds = [
- # extract the examples
- 'tar xvzf %(installdir)s/mkl/examples/examples_cluster.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_c.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_f.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_f95.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_mic.tgz -C %(installdir)s/mkl/examples/'
-]
-
-modextravars = {
- 'MKL_EXAMPLES': '%(installdir)s/mkl/examples/',
-}
diff --git a/i/imkl/imkl-11.3.1.150-iimpi-2016.01-GCC-4.9.3-2.25.eb b/i/imkl/imkl-11.3.1.150-iimpi-2016.01-GCC-4.9.3-2.25.eb
deleted file mode 100644
index d60e3c7d..00000000
--- a/i/imkl/imkl-11.3.1.150-iimpi-2016.01-GCC-4.9.3-2.25.eb
+++ /dev/null
@@ -1,38 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'imkl'
-version = '11.3.1.150'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '2016.01-GCC-4.9.3-2.25'}
-
-sources = ['l_mkl_%(version)s.tgz']
-checksums = ['b57ff502b5f97f2f783e4bbda7ce42b3']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-interfaces = True
-
-moduleclass = 'numlib'
-
-postinstallcmds = [
- # extract the examples
- 'tar xvzf %(installdir)s/mkl/examples/examples_cluster.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_c.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_f.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_f95.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_mic.tgz -C %(installdir)s/mkl/examples/'
-]
-
-modextravars = {
- 'MKL_EXAMPLES': '' % (installdir)s / mkl / examples /',
-}
diff --git a/i/imkl/imkl-11.3.1.150-iimpi-2016.01-GCC-4.9.3.eb b/i/imkl/imkl-11.3.1.150-iimpi-2016.01-GCC-4.9.3.eb
deleted file mode 100644
index 02ca0dad..00000000
--- a/i/imkl/imkl-11.3.1.150-iimpi-2016.01-GCC-4.9.3.eb
+++ /dev/null
@@ -1,43 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'imkl'
-version = '11.3.1.150'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '2016.01-GCC-4.9.3'}
-
-sources = ['l_mkl_%(version)s.tgz']
-checksums = ['b57ff502b5f97f2f783e4bbda7ce42b3']
-
-dontcreateinstalldir = 'True'
-
-# license file
-import os
-license_file = os.path.join(
- os.getenv('HOME'),
- "licenses",
- "intel",
- "license.lic")
-
-interfaces = True
-
-moduleclass = 'numlib'
-
-postinstallcmds = [
- # extract the examples
- 'tar xvzf %(installdir)s/mkl/examples/examples_cluster.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_c.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_f.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_f95.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_mic.tgz -C %(installdir)s/mkl/examples/'
-]
-
-modextravars = {
- 'MKL_EXAMPLES': '%(installdir)s/mkl/examples/',
-}
diff --git a/i/imkl/imkl-11.3.1.150-iimpi-7.5.5-GCC-4.9.3-2.25.eb b/i/imkl/imkl-11.3.1.150-iimpi-7.5.5-GCC-4.9.3-2.25.eb
deleted file mode 100644
index f9a8177c..00000000
--- a/i/imkl/imkl-11.3.1.150-iimpi-7.5.5-GCC-4.9.3-2.25.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'imkl'
-version = '11.3.1.150'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '7.5.5-GCC-4.9.3-2.25'}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-interfaces = True
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.3.1.150-iimpi-8.1.5-GCC-4.9.3-2.25.eb b/i/imkl/imkl-11.3.1.150-iimpi-8.1.5-GCC-4.9.3-2.25.eb
deleted file mode 100644
index a2473521..00000000
--- a/i/imkl/imkl-11.3.1.150-iimpi-8.1.5-GCC-4.9.3-2.25.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'imkl'
-version = '11.3.1.150'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '8.1.5-GCC-4.9.3-2.25'}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-interfaces = True
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.3.1.150-iimpi-8.3.5.eb b/i/imkl/imkl-11.3.1.150-iimpi-8.3.5.eb
deleted file mode 100644
index 24736744..00000000
--- a/i/imkl/imkl-11.3.1.150-iimpi-8.3.5.eb
+++ /dev/null
@@ -1,26 +0,0 @@
-name = 'imkl'
-version = '11.3.1.150'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '8.3.5'}
-
-sources = ['l_mkl_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-import os
-license_file = os.path.join(
- os.getenv('HOME'),
- "licenses",
- "intel",
- "license.lic")
-
-interfaces = True
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.3.2.181-iimpi-2016.02-GCC-4.9.3-2.25.eb b/i/imkl/imkl-11.3.2.181-iimpi-2016.02-GCC-4.9.3-2.25.eb
deleted file mode 100644
index 46ce2a86..00000000
--- a/i/imkl/imkl-11.3.2.181-iimpi-2016.02-GCC-4.9.3-2.25.eb
+++ /dev/null
@@ -1,37 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'imkl'
-version = '11.3.2.181'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '2016.02-GCC-4.9.3-2.25'}
-
-sources = ['l_mkl_%(version)s.tgz']
-checksums = ['536dbd82896d6facc16de8f961d17d65']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-interfaces = True
-
-postinstallcmds = [
- # extract the examples
- 'tar xvzf %(installdir)s/mkl/examples/examples_cluster.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_c.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_f.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_f95.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_mic.tgz -C %(installdir)s/mkl/examples/',
-]
-
-modextravars = {
- 'MKL_EXAMPLES': '%(installdir)s/mkl/examples/',
-}
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.3.2.181-iimpi-2016.02-GCC-5.3.0-2.26.eb b/i/imkl/imkl-11.3.2.181-iimpi-2016.02-GCC-5.3.0-2.26.eb
deleted file mode 100644
index cc060e8b..00000000
--- a/i/imkl/imkl-11.3.2.181-iimpi-2016.02-GCC-5.3.0-2.26.eb
+++ /dev/null
@@ -1,37 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'imkl'
-version = '11.3.2.181'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '2016.02-GCC-5.3.0-2.26'}
-
-sources = ['l_mkl_%(version)s.tgz']
-checksums = ['536dbd82896d6facc16de8f961d17d65']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-interfaces = True
-
-postinstallcmds = [
- # extract the examples
- 'tar xvzf %(installdir)s/mkl/examples/examples_cluster.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_c.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_f.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_f95.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_mic.tgz -C %(installdir)s/mkl/examples/'
-]
-
-modextravars = {
- 'MKL_EXAMPLES': '' % (installdir)s / mkl / examples /',
-}
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.3.2.181-pompi-2016.03.eb b/i/imkl/imkl-11.3.2.181-pompi-2016.03.eb
deleted file mode 100644
index 65ed7b9a..00000000
--- a/i/imkl/imkl-11.3.2.181-pompi-2016.03.eb
+++ /dev/null
@@ -1,37 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'imkl'
-version = '11.3.2.181'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'pompi', 'version': '2016.03'}
-
-sources = ['l_mkl_%(version)s.tgz']
-checksums = ['536dbd82896d6facc16de8f961d17d65']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-interfaces = True
-
-postinstallcmds = [
- # extract the examples
- 'tar xvzf %(installdir)s/mkl/examples/examples_cluster.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_c.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_f.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_f95.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_mic.tgz -C %(installdir)s/mkl/examples/'
-]
-
-modextravars = {
- 'MKL_EXAMPLES': '' % (installdir)s / mkl / examples /',
-}
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.3.3.210-iimpi-2016.03-GCC-4.9.3-2.25.eb b/i/imkl/imkl-11.3.3.210-iimpi-2016.03-GCC-4.9.3-2.25.eb
deleted file mode 100644
index 6f6daaa6..00000000
--- a/i/imkl/imkl-11.3.3.210-iimpi-2016.03-GCC-4.9.3-2.25.eb
+++ /dev/null
@@ -1,37 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'imkl'
-version = '11.3.3.210'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '2016.03-GCC-4.9.3-2.25'}
-
-sources = ['l_mkl_%(version)s.tgz']
-checksums = ['f72546df27f5ebb0941b5d21fd804e34']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-interfaces = True
-
-postinstallcmds = [
- # extract the examples
- 'tar xvzf %(installdir)s/mkl/examples/examples_cluster.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_c.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_f.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_f95.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_mic.tgz -C %(installdir)s/mkl/examples/'
-]
-
-modextravars = {
- 'MKL_EXAMPLES': '' % (installdir)s / mkl / examples /',
-}
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.3.3.210-iimpi-2016.03-GCC-5.3.0-2.26.eb b/i/imkl/imkl-11.3.3.210-iimpi-2016.03-GCC-5.3.0-2.26.eb
deleted file mode 100644
index e4f006f1..00000000
--- a/i/imkl/imkl-11.3.3.210-iimpi-2016.03-GCC-5.3.0-2.26.eb
+++ /dev/null
@@ -1,37 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'imkl'
-version = '11.3.3.210'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '2016.03-GCC-5.3.0-2.26'}
-
-sources = ['l_mkl_%(version)s.tgz']
-checksums = ['f72546df27f5ebb0941b5d21fd804e34']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-interfaces = True
-
-postinstallcmds = [
- # extract the examples
- 'tar xvzf %(installdir)s/mkl/examples/examples_cluster.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_c.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_f.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_f95.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_mic.tgz -C %(installdir)s/mkl/examples/'
-]
-
-modextravars = {
- 'MKL_EXAMPLES': '' % (installdir)s / mkl / examples /',
-}
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.3.3.210-iimpi-2016.03-GCC-5.4.0-2.26.eb b/i/imkl/imkl-11.3.3.210-iimpi-2016.03-GCC-5.4.0-2.26.eb
deleted file mode 100644
index 304f1e55..00000000
--- a/i/imkl/imkl-11.3.3.210-iimpi-2016.03-GCC-5.4.0-2.26.eb
+++ /dev/null
@@ -1,37 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'imkl'
-version = '11.3.3.210'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '2016.03-GCC-5.4.0-2.26'}
-
-sources = ['l_mkl_%(version)s.tgz']
-checksums = ['f72546df27f5ebb0941b5d21fd804e34']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-interfaces = True
-
-postinstallcmds = [
- # extract the examples
- 'tar xvzf %(installdir)s/mkl/examples/examples_cluster.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_c.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_f.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_f95.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_mic.tgz -C %(installdir)s/mkl/examples/'
-]
-
-modextravars = {
- 'MKL_EXAMPLES': '' % (installdir)s / mkl / examples /',
-}
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.3.3.210-iimpi-2016b.eb b/i/imkl/imkl-11.3.3.210-iimpi-2016b.eb
deleted file mode 100644
index fbf94d2f..00000000
--- a/i/imkl/imkl-11.3.3.210-iimpi-2016b.eb
+++ /dev/null
@@ -1,39 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'imkl'
-version = '11.3.3.210'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '2016b'}
-
-sources = ['l_mkl_%(version)s.tgz']
-checksums = ['f72546df27f5ebb0941b5d21fd804e34']
-
-dontcreateinstalldir = 'True'
-
-components = ['intel-mkl']
-
-license_file = '/apps/licenses/intel/license.lic'
-
-interfaces = True
-
-postinstallcmds = [
- # extract the examples
- 'tar xvzf %(installdir)s/mkl/examples/examples_cluster.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_c.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_f.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_f95.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_mic.tgz -C %(installdir)s/mkl/examples/'
-]
-
-modextravars = {
- 'MKL_EXAMPLES': '' % (installdir)s / mkl / examples /',
-}
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.3.3.210-iimpic-2016.10.eb b/i/imkl/imkl-11.3.3.210-iimpic-2016.10.eb
deleted file mode 100644
index 8876fab3..00000000
--- a/i/imkl/imkl-11.3.3.210-iimpic-2016.10.eb
+++ /dev/null
@@ -1,39 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'imkl'
-version = '11.3.3.210'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpic', 'version': '2016.10'}
-
-sources = ['l_mkl_%(version)s.tgz']
-checksums = ['f72546df27f5ebb0941b5d21fd804e34']
-
-dontcreateinstalldir = 'True'
-
-components = ['intel-mkl']
-
-license_file = '/apps/licenses/intel/license.lic'
-
-interfaces = True
-
-postinstallcmds = [
- # extract the examples
- 'tar xvzf %(installdir)s/mkl/examples/examples_cluster.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_c.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_f.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_f95.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_mic.tgz -C %(installdir)s/mkl/examples/'
-]
-
-modextravars = {
- 'MKL_EXAMPLES': '' % (installdir)s / mkl / examples /',
-}
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.3.3.210-iompi-2016.07.eb b/i/imkl/imkl-11.3.3.210-iompi-2016.07.eb
deleted file mode 100644
index fe2cc1d8..00000000
--- a/i/imkl/imkl-11.3.3.210-iompi-2016.07.eb
+++ /dev/null
@@ -1,35 +0,0 @@
-name = 'imkl'
-version = '11.3.3.210'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized, extensively threaded math routines
-for science, engineering, and financial applications that require maximum performance. Core math functions include
-BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iompi', 'version': '2016.07'}
-
-sources = ['l_mkl_%(version)s.tgz']
-checksums = ['f72546df27f5ebb0941b5d21fd804e34']
-
-dontcreateinstalldir = 'True'
-
-components = ['intel-mkl']
-
-interfaces = True
-
-license_file = '/apps/licenses/intel/license.lic'
-
-postinstallcmds = [
- # extract the examples
- 'tar xvzf %(installdir)s/mkl/examples/examples_cluster.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_c.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_f.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_f95.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_mic.tgz -C %(installdir)s/mkl/examples/'
-]
-
-modextravars = {
- 'MKL_EXAMPLES': '' % (installdir)s / mkl / examples /',
-}
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.3.3.210-iompi-2016.09-GCC-4.9.3-2.25.eb b/i/imkl/imkl-11.3.3.210-iompi-2016.09-GCC-4.9.3-2.25.eb
deleted file mode 100644
index 7a478660..00000000
--- a/i/imkl/imkl-11.3.3.210-iompi-2016.09-GCC-4.9.3-2.25.eb
+++ /dev/null
@@ -1,36 +0,0 @@
-name = 'imkl'
-version = '11.3.3.210'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iompi', 'version': '2016.09-GCC-4.9.3-2.25'}
-
-sources = ['l_mkl_%(version)s.tgz']
-checksums = ['f72546df27f5ebb0941b5d21fd804e34']
-
-dontcreateinstalldir = 'True'
-
-components = ['intel-mkl']
-
-interfaces = True
-
-license_file = '/apps/licenses/intel/license.lic'
-
-postinstallcmds = [
- # extract the examples
- 'tar xvzf %(installdir)s/mkl/examples/examples_cluster.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_c.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_f.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_f95.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_mic.tgz -C %(installdir)s/mkl/examples/'
-]
-
-modextravars = {
- 'MKL_EXAMPLES': '' % (installdir)s / mkl / examples /',
-}
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.3.3.210-iompi-2016.09-GCC-5.4.0-2.26.eb b/i/imkl/imkl-11.3.3.210-iompi-2016.09-GCC-5.4.0-2.26.eb
deleted file mode 100644
index 51f8b50b..00000000
--- a/i/imkl/imkl-11.3.3.210-iompi-2016.09-GCC-5.4.0-2.26.eb
+++ /dev/null
@@ -1,36 +0,0 @@
-name = 'imkl'
-version = '11.3.3.210'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iompi', 'version': '2016.09-GCC-5.4.0-2.26'}
-
-sources = ['l_mkl_%(version)s.tgz']
-checksums = ['f72546df27f5ebb0941b5d21fd804e34']
-
-dontcreateinstalldir = 'True'
-
-components = ['intel-mkl']
-
-interfaces = True
-
-license_file = '/apps/licenses/intel/license.lic'
-
-postinstallcmds = [
- # extract the examples
- 'tar xvzf %(installdir)s/mkl/examples/examples_cluster.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_c.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_f.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_f95.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_mic.tgz -C %(installdir)s/mkl/examples/'
-]
-
-modextravars = {
- 'MKL_EXAMPLES': '' % (installdir)s / mkl / examples /',
-}
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.3.3.210-pompi-2016.04.eb b/i/imkl/imkl-11.3.3.210-pompi-2016.04.eb
deleted file mode 100644
index 3856f3cd..00000000
--- a/i/imkl/imkl-11.3.3.210-pompi-2016.04.eb
+++ /dev/null
@@ -1,37 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'imkl'
-version = '11.3.3.210'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'pompi', 'version': '2016.04'}
-
-sources = ['l_mkl_%(version)s.tgz']
-checksums = ['f72546df27f5ebb0941b5d21fd804e34']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-interfaces = True
-
-postinstallcmds = [
- # extract the examples
- 'tar xvzf %(installdir)s/mkl/examples/examples_cluster.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_c.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_f.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_f95.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_mic.tgz -C %(installdir)s/mkl/examples/'
-]
-
-modextravars = {
- 'MKL_EXAMPLES': '' % (installdir)s / mkl / examples /',
-}
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-11.3.3.210-pompi-2016.09.eb b/i/imkl/imkl-11.3.3.210-pompi-2016.09.eb
deleted file mode 100644
index b37076ef..00000000
--- a/i/imkl/imkl-11.3.3.210-pompi-2016.09.eb
+++ /dev/null
@@ -1,39 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'imkl'
-version = '11.3.3.210'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'pompi', 'version': '2016.09'}
-
-sources = ['l_mkl_%(version)s.tgz']
-checksums = ['f72546df27f5ebb0941b5d21fd804e34']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-components = ['intel-mkl']
-
-interfaces = True
-
-postinstallcmds = [
- # extract the examples
- 'tar xvzf %(installdir)s/mkl/examples/examples_cluster.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_c.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_f.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_f95.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_mic.tgz -C %(installdir)s/mkl/examples/'
-]
-
-modextravars = {
- 'MKL_EXAMPLES': '' % (installdir)s / mkl / examples /',
-}
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-2017.0.098-iimpi-2017.00-GCC-5.4.0-2.26.eb b/i/imkl/imkl-2017.0.098-iimpi-2017.00-GCC-5.4.0-2.26.eb
deleted file mode 100644
index 10c3729c..00000000
--- a/i/imkl/imkl-2017.0.098-iimpi-2017.00-GCC-5.4.0-2.26.eb
+++ /dev/null
@@ -1,39 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'imkl'
-version = '2017.0.098'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '2017.00-GCC-5.4.0-2.26'}
-
-sources = ['l_mkl_%(version)s.tgz']
-checksums = ['3cdcb739ab5ab1e047eb130b9ffdd8d0']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-interfaces = True
-
-postinstallcmds = [
- # extract the examples
- 'tar xvzf %(installdir)s/mkl/examples/examples_cluster_c.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_cluster_f.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_c.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_f.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_f95.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_mic_f.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_mic_c.tgz -C %(installdir)s/mkl/examples/',
-]
-
-modextravars = {
- 'MKL_EXAMPLES': '%(installdir)s/mkl/examples/',
-}
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-2017.1.132-iimpi-2017.01-GCC-5.4.0-2.26.eb b/i/imkl/imkl-2017.1.132-iimpi-2017.01-GCC-5.4.0-2.26.eb
deleted file mode 100644
index 6737583c..00000000
--- a/i/imkl/imkl-2017.1.132-iimpi-2017.01-GCC-5.4.0-2.26.eb
+++ /dev/null
@@ -1,39 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'imkl'
-version = '2017.1.132'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '2017.01-GCC-5.4.0-2.26'}
-
-sources = ['l_mkl_%(version)s.tgz']
-checksums = ['7911c0f777c4cb04225bf4518088939e']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-interfaces = True
-
-postinstallcmds = [
- # extract the examples
- 'tar xvzf %(installdir)s/mkl/examples/examples_cluster_c.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_cluster_f.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_c.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_f.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_f95.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_mic_f.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_mic_c.tgz -C %(installdir)s/mkl/examples/',
-]
-
-modextravars = {
- 'MKL_EXAMPLES': '' % (installdir)s / mkl / examples /',
-}
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-2017.1.132-iompi-2017a-2.0.1.eb b/i/imkl/imkl-2017.1.132-iompi-2017a-2.0.1.eb
deleted file mode 100644
index c6716239..00000000
--- a/i/imkl/imkl-2017.1.132-iompi-2017a-2.0.1.eb
+++ /dev/null
@@ -1,39 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'imkl'
-version = '2017.1.132'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iompi', 'version': '2017a-2.0.1'}
-
-sources = ['l_mkl_%(version)s.tgz']
-checksums = ['7911c0f777c4cb04225bf4518088939e']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-interfaces = True
-
-postinstallcmds = [
- # extract the examples
- 'tar xvzf %(installdir)s/mkl/examples/examples_cluster_c.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_cluster_f.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_c.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_f.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_f95.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_mic_c.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_mic_f.tgz -C %(installdir)s/mkl/examples/',
-]
-
-modextravars = {
- 'MKL_EXAMPLES': '%(installdir)s/mkl/examples/',
-}
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-2018.3.222-iimpi-2018.03.eb b/i/imkl/imkl-2018.4.274-iimpi-2018.04.eb
similarity index 94%
rename from i/imkl/imkl-2018.3.222-iimpi-2018.03.eb
rename to i/imkl/imkl-2018.4.274-iimpi-2018.04.eb
index 5d445684..dbe3c028 100644
--- a/i/imkl/imkl-2018.3.222-iimpi-2018.03.eb
+++ b/i/imkl/imkl-2018.4.274-iimpi-2018.04.eb
@@ -1,7 +1,7 @@
# IT4Innovations 2018
name = 'imkl'
-version = '2018.3.222'
+version = '2018.4.274'
homepage = 'http://software.intel.com/en-us/intel-mkl/'
description = """Intel Math Kernel Library is a library of highly optimized,
@@ -9,7 +9,7 @@ description = """Intel Math Kernel Library is a library of highly optimized,
applications that require maximum performance. Core math functions include
BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-toolchain = {'name': 'iimpi', 'version': '2018.03'}
+toolchain = {'name': 'iimpi', 'version': '2018.04'}
sources = ['l_mkl_%(version)s.tgz']
diff --git a/i/imkl/imkl-2018.3.222-iompi-2018.03-GCC-6.3.0-2.27.eb b/i/imkl/imkl-2018.4.274-iompi-2018.04.eb
similarity index 91%
rename from i/imkl/imkl-2018.3.222-iompi-2018.03-GCC-6.3.0-2.27.eb
rename to i/imkl/imkl-2018.4.274-iompi-2018.04.eb
index 52aa6065..b63d2830 100644
--- a/i/imkl/imkl-2018.3.222-iompi-2018.03-GCC-6.3.0-2.27.eb
+++ b/i/imkl/imkl-2018.4.274-iompi-2018.04.eb
@@ -1,7 +1,7 @@
-# IT4Innovations 2019
+# IT4Innovations 2018
name = 'imkl'
-version = '2018.3.222'
+version = '2018.4.274'
homepage = 'http://software.intel.com/en-us/intel-mkl/'
description = """Intel Math Kernel Library is a library of highly optimized,
@@ -9,7 +9,7 @@ description = """Intel Math Kernel Library is a library of highly optimized,
applications that require maximum performance. Core math functions include
BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-toolchain = {'name': 'iompi', 'version': '2018.03-GCC-6.3.0-2.27'}
+toolchain = {'name': 'iompi', 'version': '2018.04'}
sources = ['l_mkl_%(version)s.tgz']
diff --git a/i/imkl/imkl-2019.1.144-iimpi-2019a.eb b/i/imkl/imkl-2019.1.144-iimpi-2019a.eb
deleted file mode 100644
index 72d5b9bf..00000000
--- a/i/imkl/imkl-2019.1.144-iimpi-2019a.eb
+++ /dev/null
@@ -1,39 +0,0 @@
-# IT4Innovations 2019
-
-name = 'imkl'
-version = '2019.1.144'
-
-homepage = 'http://software.intel.com/en-us/intel-mkl/'
-description = """Intel Math Kernel Library is a library of highly optimized,
- extensively threaded math routines for science, engineering, and financial
- applications that require maximum performance. Core math functions include
- BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-
-toolchain = {'name': 'iimpi', 'version': '2019a'}
-
-source_urls = ['http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/14895/']
-sources = ['l_mkl_%(version)s.tgz']
-checksums = ['254eb0741655ec55ff273bff58cdfee5']
-
-dontcreateinstalldir = 'True'
-
-components = ['intel-mkl']
-
-license_file = '/apps/licenses/intel/license.lic'
-
-interfaces = True
-
-postinstallcmds = [
- # extract the examples
- 'tar xvzf %(installdir)s/mkl/examples/examples_cluster_c.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_cluster_f.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_c.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_core_f.tgz -C %(installdir)s/mkl/examples/',
- 'tar xvzf %(installdir)s/mkl/examples/examples_f95.tgz -C %(installdir)s/mkl/examples/',
-]
-
-modextravars = {
- 'MKL_EXAMPLES': '%(installdir)s/mkl/examples/',
-}
-
-moduleclass = 'numlib'
diff --git a/i/imkl/imkl-2019.0.117-iimpi-2019.01.eb b/i/imkl/imkl-2019.2.187-iimpi-2019.02.eb
similarity index 89%
rename from i/imkl/imkl-2019.0.117-iimpi-2019.01.eb
rename to i/imkl/imkl-2019.2.187-iimpi-2019.02.eb
index e0df5f32..8ad4381f 100644
--- a/i/imkl/imkl-2019.0.117-iimpi-2019.01.eb
+++ b/i/imkl/imkl-2019.2.187-iimpi-2019.02.eb
@@ -1,7 +1,7 @@
# IT4Innovations 2018
name = 'imkl'
-version = '2019.0.117'
+version = '2019.2.187'
homepage = 'http://software.intel.com/en-us/intel-mkl/'
description = """Intel Math Kernel Library is a library of highly optimized,
@@ -9,7 +9,7 @@ description = """Intel Math Kernel Library is a library of highly optimized,
applications that require maximum performance. Core math functions include
BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""
-toolchain = {'name': 'iimpi', 'version': '2019.01'}
+toolchain = {'name': 'iimpi', 'version': '2019.02'}
sources = ['l_mkl_%(version)s.tgz']
@@ -30,4 +30,6 @@ modextravars = {
'MKL_EXAMPLES': '%(installdir)s/mkl/examples/',
}
+modluafooter = 'add_property("state","experimental")'
+
moduleclass = 'numlib'
diff --git a/i/impi/iimpi-2017b.eb b/i/impi/iimpi-2017b.eb
deleted file mode 100644
index d7364801..00000000
--- a/i/impi/iimpi-2017b.eb
+++ /dev/null
@@ -1,19 +0,0 @@
-easyblock = "Toolchain"
-
-name = 'iimpi'
-version = '2017b'
-
-homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
-description = """Intel C/C++ and Fortran compilers, alongside Intel MPI."""
-
-toolchain = {'name': 'dummy', 'version': ''}
-
-compver = '2017.4.196'
-suff = '-GCC-6.4.0-2.28'
-dependencies = [
- ('icc', compver, suff),
- ('ifort', compver, suff),
- ('impi', '2017.3.196', '', ('iccifort', '%s%s' % (compver, suff))),
-]
-
-moduleclass = 'toolchain'
diff --git a/i/impi/impi-2017.0.098-iccifort-2017.0.098-GCC-5.4.0-2.26.eb b/i/impi/impi-2017.0.098-iccifort-2017.0.098-GCC-5.4.0-2.26.eb
deleted file mode 100644
index f4c038a4..00000000
--- a/i/impi/impi-2017.0.098-iccifort-2017.0.098-GCC-5.4.0-2.26.eb
+++ /dev/null
@@ -1,45 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'impi'
-version = '2017.0.098'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'iccifort', 'version': '2017.0.098-GCC-5.4.0-2.26'}
-
-sources = ['l_mpi_%(version)s.tgz']
-
-checksums = ['fc123875773816b7084a91e419d54d20']
-
-dontcreateinstalldir = 'True'
-
-components = ['intel-mpi', 'intel-psxe', 'intel-imb']
-
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi commands to default to intel compilers
-# set_mpi_wrappers_all = 'True'
-
-postinstallcmds = [
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpich.so',
- 'ln -s %(installdir)s/lib64/libmpigc4.so %(installdir)s/lib64/libmpichcxx.so',
- 'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libfmpich.so',
- 'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libmpichf90.so',
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpl.so',
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libopa.so']
-
-modextravars = {
- 'I_MPI_CC': 'icc',
- 'I_MPI_CXX': 'icpc',
- 'I_MPI_F77': 'ifort',
- 'I_MPI_F90': 'ifort',
- 'I_MPI_FC': 'ifort',
- 'I_MPI_EXTRA_FILESYSTEM': 'enable',
- 'I_MPI_EXTRA_FILESYSTEM_LIST': 'lustre',
-}
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-2017.1.132-iccifort-2017.1.132-GCC-5.4.0-2.26.eb b/i/impi/impi-2017.1.132-iccifort-2017.1.132-GCC-5.4.0-2.26.eb
deleted file mode 100644
index 1eb8f2fe..00000000
--- a/i/impi/impi-2017.1.132-iccifort-2017.1.132-GCC-5.4.0-2.26.eb
+++ /dev/null
@@ -1,45 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'impi'
-version = '2017.1.132'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'iccifort', 'version': '2017.1.132-GCC-5.4.0-2.26'}
-
-sources = ['l_mpi_%(version)s.tgz']
-
-checksums = ['d5e941ac2bcf7c5576f85f6bcfee4c18']
-
-dontcreateinstalldir = 'True'
-
-components = ['intel-mpi', 'intel-psxe', 'intel-imb']
-
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi commands to default to intel compilers
-# set_mpi_wrappers_all = 'True'
-
-postinstallcmds = [
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpich.so',
- 'ln -s %(installdir)s/lib64/libmpigc4.so %(installdir)s/lib64/libmpichcxx.so',
- 'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libfmpich.so',
- 'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libmpichf90.so',
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpl.so',
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libopa.so']
-
-modextravars = {
- 'I_MPI_CC': 'icc',
- 'I_MPI_CXX': 'icpc',
- 'I_MPI_F77': 'ifort',
- 'I_MPI_F90': 'ifort',
- 'I_MPI_FC': 'ifort',
- 'I_MPI_EXTRA_FILESYSTEM': 'enable',
- 'I_MPI_EXTRA_FILESYSTEM_LIST': 'lustre',
-}
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-2017.3.196-iccifort-2017.4.196-GCC-7.1.0-2.28.eb b/i/impi/impi-2017.3.196-iccifort-2017.4.196-GCC-7.1.0-2.28.eb
deleted file mode 100644
index 3b487282..00000000
--- a/i/impi/impi-2017.3.196-iccifort-2017.4.196-GCC-7.1.0-2.28.eb
+++ /dev/null
@@ -1,43 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'impi'
-version = '2017.3.196'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'iccifort', 'version': '2017.4.196-GCC-7.1.0-2.28'}
-
-sources = ['l_mpi_%(version)s.tgz']
-
-checksums = ['721ecd5f6afa385e038777e5b5361dfb']
-
-dontcreateinstalldir = 'True'
-
-components = ['intel-mpi', 'intel-psxe', 'intel-imb']
-
-# set up all the mpi commands to default to intel compilers
-# set_mpi_wrappers_all = 'True'
-
-postinstallcmds = [
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpich.so',
- 'ln -s %(installdir)s/lib64/libmpigc4.so %(installdir)s/lib64/libmpichcxx.so',
- 'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libfmpich.so',
- 'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libmpichf90.so',
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpl.so',
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libopa.so']
-
-modextravars = {
- 'I_MPI_CC': 'icc',
- 'I_MPI_CXX': 'icpc',
- 'I_MPI_F77': 'ifort',
- 'I_MPI_F90': 'ifort',
- 'I_MPI_FC': 'ifort',
- 'I_MPI_EXTRA_FILESYSTEM': 'enable',
- 'I_MPI_EXTRA_FILESYSTEM_LIST': 'lustre',
-}
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-5.1.3.181-iccifortcuda-2016.10.eb b/i/impi/impi-2018.4.274-iccifort-2018.5.274-GCC-6.3.0-2.27.eb
similarity index 58%
rename from i/impi/impi-5.1.3.181-iccifortcuda-2016.10.eb
rename to i/impi/impi-2018.4.274-iccifort-2018.5.274-GCC-6.3.0-2.27.eb
index ed40242e..5202d7f3 100644
--- a/i/impi/impi-5.1.3.181-iccifortcuda-2016.10.eb
+++ b/i/impi/impi-2018.4.274-iccifort-2018.5.274-GCC-6.3.0-2.27.eb
@@ -1,26 +1,21 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
+# IT4Innovations 2019
name = 'impi'
-version = '5.1.3.181'
+version = '2018.4.274'
homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
+description = "Intel MPI Library, compatible with MPICH ABI"
-toolchain = {'name': 'iccifortcuda', 'version': '2016.10'}
+toolchain = {'name': 'iccifort', 'version': '2018.5.274-GCC-6.3.0-2.27'}
-sources = ['l_mpi_p_%(version)s.tgz']
+sources = ['l_mpi_%(version)s.tgz']
-checksums = ['1c14656859d48bf8b90c71dace2a977b']
+checksums = ['70dff1835e605e57c5aac8cab1542fac']
dontcreateinstalldir = 'True'
components = ['intel-mpi', 'intel-psxe', 'intel-imb']
-license_file = '/apps/licenses/intel/license.lic'
-
# set up all the mpi commands to default to intel compilers
# set_mpi_wrappers_all = 'True'
diff --git a/i/impi/impi-2019.2.187-iccifort-2019.2.187-GCC-6.3.0-2.27.eb b/i/impi/impi-2019.2.187-iccifort-2019.2.187-GCC-6.3.0-2.27.eb
new file mode 100644
index 00000000..974aec49
--- /dev/null
+++ b/i/impi/impi-2019.2.187-iccifort-2019.2.187-GCC-6.3.0-2.27.eb
@@ -0,0 +1,33 @@
+# IT4Innovations 2019
+
+name = 'impi'
+version = '2019.2.187'
+
+homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
+description = "Intel MPI Library, compatible with MPICH ABI"
+
+toolchain = {'name': 'iccifort', 'version': '2019.2.187-GCC-6.3.0-2.27'}
+
+source_urls = ['http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/14879/']
+sources = ['l_mpi_%(version)s.tgz']
+
+dontcreateinstalldir = 'True'
+
+components = ['intel-mpi', 'intel-psxe', 'intel-imb']
+
+# set up all the mpi commands to default to intel compilers
+# set_mpi_wrappers_all = 'True'
+
+modextravars = {
+ 'I_MPI_CC': 'icc',
+ 'I_MPI_CXX': 'icpc',
+ 'I_MPI_F77': 'ifort',
+ 'I_MPI_F90': 'ifort',
+ 'I_MPI_FC': 'ifort',
+ 'I_MPI_EXTRA_FILESYSTEM': 'enable',
+ 'I_MPI_EXTRA_FILESYSTEM_LIST': 'lustre',
+}
+
+modluafooter = 'add_property("state","experimental")'
+
+moduleclass = 'mpi'
diff --git a/i/impi/impi-3.2.2.006.eb b/i/impi/impi-3.2.2.006.eb
deleted file mode 100644
index 98ceeb4c..00000000
--- a/i/impi/impi-3.2.2.006.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'impi'
-version = '3.2.2.006'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi wrappers to work as expected with intel compilers (e.g. mpicc wraps icc not the default gcc)
-# set_mpi_wrappers_all = 'True'
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-4.0.0.028-32bit.eb b/i/impi/impi-4.0.0.028-32bit.eb
deleted file mode 100644
index c13c49de..00000000
--- a/i/impi/impi-4.0.0.028-32bit.eb
+++ /dev/null
@@ -1,24 +0,0 @@
-name = 'impi'
-version = '4.0.0.028'
-versionsuffix = '-32bit'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_mpi_pu_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-m32 = True
-
-# set up all the mpi wrappers to work as expected with intel compilers (e.g. mpicc wraps icc not the default gcc)
-# set_mpi_wrappers_all = 'True'
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-4.0.0.028.eb b/i/impi/impi-4.0.0.028.eb
deleted file mode 100644
index eff42377..00000000
--- a/i/impi/impi-4.0.0.028.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'impi'
-version = '4.0.0.028'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_mpi_pu_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi wrappers to work as expected with intel compilers (e.g. mpicc wraps icc not the default gcc)
-# set_mpi_wrappers_all = 'True'
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-4.0.2.003.eb b/i/impi/impi-4.0.2.003.eb
deleted file mode 100644
index 45b8f021..00000000
--- a/i/impi/impi-4.0.2.003.eb
+++ /dev/null
@@ -1,23 +0,0 @@
-name = 'impi'
-version = '4.0.2.003'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-patches = ['impi_4.x_productsdb.patch']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi wrappers to work as expected with intel compilers (e.g. mpicc wraps icc not the default gcc)
-# set_mpi_wrappers_all = 'True'
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-4.1.0.027.eb b/i/impi/impi-4.1.0.027.eb
deleted file mode 100644
index 26b2a89b..00000000
--- a/i/impi/impi-4.1.0.027.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'impi'
-version = '4.1.0.027'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi wrappers to work as expected with intel compilers (e.g. mpicc wraps icc not the default gcc)
-# set_mpi_wrappers_all = 'True'
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-4.1.0.030-iccifort-2013.2.146.eb b/i/impi/impi-4.1.0.030-iccifort-2013.2.146.eb
deleted file mode 100644
index 0e26e544..00000000
--- a/i/impi/impi-4.1.0.030-iccifort-2013.2.146.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'impi'
-version = '4.1.0.030'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'iccifort', 'version': '2013.2.146'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi wrappers to work as expected with intel compilers (e.g. mpicc wraps icc not the default gcc)
-# set_mpi_wrappers_all = 'True'
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-4.1.0.030-iccifort-2013.3.163.eb b/i/impi/impi-4.1.0.030-iccifort-2013.3.163.eb
deleted file mode 100644
index 5d770c36..00000000
--- a/i/impi/impi-4.1.0.030-iccifort-2013.3.163.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'impi'
-version = '4.1.0.030'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'iccifort', 'version': '2013.3.163'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi wrappers to work as expected with intel compilers (e.g. mpicc wraps icc not the default gcc)
-# set_mpi_wrappers_all = 'True'
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-4.1.0.030-iccifort-2013.4.183.eb b/i/impi/impi-4.1.0.030-iccifort-2013.4.183.eb
deleted file mode 100644
index 38a8f2b5..00000000
--- a/i/impi/impi-4.1.0.030-iccifort-2013.4.183.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'impi'
-version = '4.1.0.030'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'iccifort', 'version': '2013.4.183'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi wrappers to work as expected with intel compilers (e.g. mpicc wraps icc not the default gcc)
-# set_mpi_wrappers_all = 'True'
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-4.1.0.030.eb b/i/impi/impi-4.1.0.030.eb
deleted file mode 100644
index 3974c952..00000000
--- a/i/impi/impi-4.1.0.030.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'impi'
-version = '4.1.0.030'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi wrappers to work as expected with intel compilers (e.g. mpicc wraps icc not the default gcc)
-# set_mpi_wrappers_all = 'True'
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-4.1.1.036-iccifort-2013.5.192-GCC-4.8.3.eb b/i/impi/impi-4.1.1.036-iccifort-2013.5.192-GCC-4.8.3.eb
deleted file mode 100644
index 4ae85788..00000000
--- a/i/impi/impi-4.1.1.036-iccifort-2013.5.192-GCC-4.8.3.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'impi'
-version = '4.1.1.036'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'iccifort', 'version': '2013.5.192-GCC-4.8.3'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi wrappers to work as expected with intel compilers (e.g. mpicc wraps icc not the default gcc)
-# set_mpi_wrappers_all = 'True'
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-4.1.1.036-iccifort-2013.5.192.eb b/i/impi/impi-4.1.1.036-iccifort-2013.5.192.eb
deleted file mode 100644
index 67c8f33d..00000000
--- a/i/impi/impi-4.1.1.036-iccifort-2013.5.192.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'impi'
-version = '4.1.1.036'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'iccifort', 'version': '2013.5.192'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi wrappers to work as expected with intel compilers (e.g. mpicc wraps icc not the default gcc)
-# set_mpi_wrappers_all = 'True'
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-4.1.1.036.eb b/i/impi/impi-4.1.1.036.eb
deleted file mode 100644
index 64d69d92..00000000
--- a/i/impi/impi-4.1.1.036.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'impi'
-version = '4.1.1.036'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi wrappers to work as expected with intel compilers (e.g. mpicc wraps icc not the default gcc)
-# set_mpi_wrappers_all = 'True'
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-4.1.2.040.eb b/i/impi/impi-4.1.2.040.eb
deleted file mode 100644
index 5f93bcbe..00000000
--- a/i/impi/impi-4.1.2.040.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'impi'
-version = '4.1.2.040'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi wrappers to work as expected with intel compilers (e.g. mpicc wraps icc not the default gcc)
-# set_mpi_wrappers_all = 'True'
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-4.1.3.045-iccifort-2013_sp1.1.106.eb b/i/impi/impi-4.1.3.045-iccifort-2013_sp1.1.106.eb
deleted file mode 100644
index 4d887dd9..00000000
--- a/i/impi/impi-4.1.3.045-iccifort-2013_sp1.1.106.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'impi'
-version = '4.1.3.045'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'iccifort', 'version': '2013_sp1.1.106'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi wrappers to work as expected with intel compilers (e.g. mpicc wraps icc not the default gcc)
-# set_mpi_wrappers_all = 'True'
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-4.1.3.045.eb b/i/impi/impi-4.1.3.045.eb
deleted file mode 100644
index b789ec5a..00000000
--- a/i/impi/impi-4.1.3.045.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'impi'
-version = '4.1.3.045'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi wrappers to work as expected with intel compilers (e.g. mpicc wraps icc not the default gcc)
-# set_mpi_wrappers_all = 'True'
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-4.1.3.049-GCC-4.8.3.eb b/i/impi/impi-4.1.3.049-GCC-4.8.3.eb
deleted file mode 100644
index b36e3ef3..00000000
--- a/i/impi/impi-4.1.3.049-GCC-4.8.3.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'impi'
-version = '4.1.3.049'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'GCC', 'version': '4.8.3'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi wrappers to work as expected with intel compilers (e.g. mpicc wraps icc not the default gcc)
-# set_mpi_wrappers_all = 'True'
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-4.1.3.049-iccifort-2013.5.192-GCC-4.8.3.eb b/i/impi/impi-4.1.3.049-iccifort-2013.5.192-GCC-4.8.3.eb
deleted file mode 100644
index c2428f67..00000000
--- a/i/impi/impi-4.1.3.049-iccifort-2013.5.192-GCC-4.8.3.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'impi'
-version = '4.1.3.049'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'iccifort', 'version': '2013.5.192-GCC-4.8.3'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi wrappers to work as expected with intel compilers (e.g. mpicc wraps icc not the default gcc)
-# set_mpi_wrappers_all = 'True'
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-4.1.3.049-iccifort-2013_sp1.2.144.eb b/i/impi/impi-4.1.3.049-iccifort-2013_sp1.2.144.eb
deleted file mode 100644
index b2ef264e..00000000
--- a/i/impi/impi-4.1.3.049-iccifort-2013_sp1.2.144.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'impi'
-version = '4.1.3.049'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'iccifort', 'version': '2013_sp1.2.144'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi wrappers to work as expected with intel compilers (e.g. mpicc wraps icc not the default gcc)
-# set_mpi_wrappers_all = 'True'
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-4.1.3.049.eb b/i/impi/impi-4.1.3.049.eb
deleted file mode 100644
index fe756ad1..00000000
--- a/i/impi/impi-4.1.3.049.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'impi'
-version = '4.1.3.049'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi wrappers to work as expected with intel compilers (e.g. mpicc wraps icc not the default gcc)
-# set_mpi_wrappers_all = 'True'
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-5.0.1.035-iccifort-2015.0.090-GCC-4.9.2.eb b/i/impi/impi-5.0.1.035-iccifort-2015.0.090-GCC-4.9.2.eb
deleted file mode 100644
index a94a7121..00000000
--- a/i/impi/impi-5.0.1.035-iccifort-2015.0.090-GCC-4.9.2.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'impi'
-version = '5.0.1.035'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'iccifort', 'version': '2015.0.090-GCC-4.9.2'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi wrappers to work as expected with intel compilers (e.g. mpicc wraps icc not the default gcc)
-# set_mpi_wrappers_all = 'True'
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-5.0.1.035-iccifort-2015.0.090.eb b/i/impi/impi-5.0.1.035-iccifort-2015.0.090.eb
deleted file mode 100644
index b121cf34..00000000
--- a/i/impi/impi-5.0.1.035-iccifort-2015.0.090.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'impi'
-version = '5.0.1.035'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'iccifort', 'version': '2015.0.090'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi wrappers to work as expected with intel compilers (e.g. mpicc wraps icc not the default gcc)
-# set_mpi_wrappers_all = 'True'
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-5.0.2.044-iccifort-2015.1.133-GCC-4.9.2.eb b/i/impi/impi-5.0.2.044-iccifort-2015.1.133-GCC-4.9.2.eb
deleted file mode 100644
index a119c9f2..00000000
--- a/i/impi/impi-5.0.2.044-iccifort-2015.1.133-GCC-4.9.2.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'impi'
-version = '5.0.2.044'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'iccifort', 'version': '2015.1.133-GCC-4.9.2'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi wrappers to work as expected with intel compilers (e.g. mpicc wraps icc not the default gcc)
-# set_mpi_wrappers_all = 'True'
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-5.0.3.048-GCC-4.9.3.eb b/i/impi/impi-5.0.3.048-GCC-4.9.3.eb
deleted file mode 100644
index 06f64964..00000000
--- a/i/impi/impi-5.0.3.048-GCC-4.9.3.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'impi'
-version = '5.0.3.048'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'GCC', 'version': '4.9.3'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi wrappers to work as expected with intel compilers (e.g. mpicc wraps icc not the default gcc)
-# set_mpi_wrappers_all = 'True'
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-5.0.3.048-iccifort-2015.2.164-GCC-4.9.2.eb b/i/impi/impi-5.0.3.048-iccifort-2015.2.164-GCC-4.9.2.eb
deleted file mode 100644
index 7582e03d..00000000
--- a/i/impi/impi-5.0.3.048-iccifort-2015.2.164-GCC-4.9.2.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'impi'
-version = '5.0.3.048'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'iccifort', 'version': '2015.2.164-GCC-4.9.2'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi wrappers to work as expected with intel compilers (e.g. mpicc wraps icc not the default gcc)
-# set_mpi_wrappers_all = 'True'
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-5.0.3.048-iccifort-2015.3.187-GNU-4.9.3-2.25.eb b/i/impi/impi-5.0.3.048-iccifort-2015.3.187-GNU-4.9.3-2.25.eb
deleted file mode 100644
index f68a4623..00000000
--- a/i/impi/impi-5.0.3.048-iccifort-2015.3.187-GNU-4.9.3-2.25.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'impi'
-version = '5.0.3.048'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'iccifort', 'version': '2015.3.187-GNU-4.9.3-2.25'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi wrappers to work as expected with intel compilers (e.g. mpicc wraps icc not the default gcc)
-# set_mpi_wrappers_all = 'True'
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-5.0.3.048-iccifort-2015.3.187-GNU-5.1.0-2.25.eb b/i/impi/impi-5.0.3.048-iccifort-2015.3.187-GNU-5.1.0-2.25.eb
deleted file mode 100644
index 596b1c59..00000000
--- a/i/impi/impi-5.0.3.048-iccifort-2015.3.187-GNU-5.1.0-2.25.eb
+++ /dev/null
@@ -1,44 +0,0 @@
-# Built with EasyBuild version 2.2.0dev on 2015-06-29_10-00-45
-name = 'impi'
-version = '5.0.3.048'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'iccifort', 'version': '2015.3.187-GNU-5.1.0-2.25'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-import os
-license_file = os.path.join(
- os.getenv('HOME'),
- "licenses",
- "intel",
- "license.lic")
-
-moduleclass = 'mpi'
-
-# Salomon specific optimalization
-modextravars = {
- 'I_MPI_CC': 'icc',
- 'I_MPI_CXX': 'icpc',
- 'I_MPI_FC': 'ifort',
- 'I_MPI_F77': 'ifort',
- 'I_MPI_F90': 'ifort',
- 'I_MPI_HYDRA_BOOTSTRAP': 'ssh',
- 'I_MPI_EXTRA_FILESYSTEM': 'enable',
- 'I_MPI_EXTRA_FILESYSTEM_LIST': 'lustre'
-}
-
-postinstallcmds = [
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpich.so',
- 'ln -s %(installdir)s/lib64/libmpigc4.so %(installdir)s/lib64/libmpichcxx.so',
- 'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libfmpich.so',
- 'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libmpichf90.so',
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpl.so',
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libopa.so']
diff --git a/i/impi/impi-5.0.3.048-iccifort-2015.3.187.eb b/i/impi/impi-5.0.3.048-iccifort-2015.3.187.eb
deleted file mode 100644
index a5d3c95a..00000000
--- a/i/impi/impi-5.0.3.048-iccifort-2015.3.187.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'impi'
-version = '5.0.3.048'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'iccifort', 'version': '2015.3.187'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi wrappers to work as expected with intel compilers (e.g. mpicc wraps icc not the default gcc)
-# set_mpi_wrappers_all = 'True'
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-5.0.3.048.eb b/i/impi/impi-5.0.3.048.eb
deleted file mode 100644
index e0ff17cc..00000000
--- a/i/impi/impi-5.0.3.048.eb
+++ /dev/null
@@ -1,33 +0,0 @@
-# Built with EasyBuild version 2.2.0dev on 2015-06-29_10-00-45
-name = 'impi'
-version = '5.0.3.048'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-import os
-license_file = os.path.join(
- os.getenv('HOME'),
- "licenses",
- "intel",
- "license.lic")
-
-moduleclass = 'mpi'
-
-# Salomon specific optimalization
-postinstallcmds = [
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpich.so',
- 'ln -s %(installdir)s/lib64/libmpigc4.so %(installdir)s/lib64/libmpichcxx.so',
- 'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libfmpich.so',
- 'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libmpichf90.so',
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpl.so',
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libopa.so']
diff --git a/i/impi/impi-5.1.0.079-iccifort-2015.3.187.eb b/i/impi/impi-5.1.0.079-iccifort-2015.3.187.eb
deleted file mode 100644
index dd59f8d1..00000000
--- a/i/impi/impi-5.1.0.079-iccifort-2015.3.187.eb
+++ /dev/null
@@ -1,22 +0,0 @@
-name = 'impi'
-version = '5.1.0.079'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'iccifort', 'version': '2015.3.187'}
-
-# source tarball doesn't match actual version?!
-sources = ['l_mpi_p_5.1.0.038.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi wrappers to work as expected with intel compilers (e.g. mpicc wraps icc not the default gcc)
-# set_mpi_wrappers_all = 'True'
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-5.1.1.109-iccifort-2016.0.109-GCC-4.9.3-2.25.eb b/i/impi/impi-5.1.1.109-iccifort-2016.0.109-GCC-4.9.3-2.25.eb
deleted file mode 100644
index 9b50759c..00000000
--- a/i/impi/impi-5.1.1.109-iccifort-2016.0.109-GCC-4.9.3-2.25.eb
+++ /dev/null
@@ -1,22 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'impi'
-version = '5.1.1.109'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'iccifort', 'version': '2016.0.109-GCC-4.9.3-2.25'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-checksums = ['aa4aaec41526aa5b244e531811877b01']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-5.1.1.109-iccifort-2016.0.109-GCC-4.9.3.eb b/i/impi/impi-5.1.1.109-iccifort-2016.0.109-GCC-4.9.3.eb
deleted file mode 100644
index 189dd36e..00000000
--- a/i/impi/impi-5.1.1.109-iccifort-2016.0.109-GCC-4.9.3.eb
+++ /dev/null
@@ -1,47 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'impi'
-version = '5.1.1.109'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'iccifort', 'version': '2016.0.109-GCC-4.9.3'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-checksums = ['aa4aaec41526aa5b244e531811877b01']
-
-dontcreateinstalldir = 'True'
-
-import os
-license_file = os.path.join(
- os.getenv('HOME'),
- "licenses",
- "intel",
- "license.lic")
-
-moduleclass = 'mpi'
-
-# Salomon specific optimalization
-modextravars = {
- 'I_MPI_CC': 'icc',
- 'I_MPI_CXX': 'icpc',
- 'I_MPI_FC': 'ifort',
- 'I_MPI_F77': 'ifort',
- 'I_MPI_F90': 'ifort',
- 'I_MPI_HYDRA_BOOTSTRAP': 'ssh',
- 'I_MPI_EXTRA_FILESYSTEM': 'enable',
- 'I_MPI_EXTRA_FILESYSTEM_LIST': 'lustre'
-}
-
-postinstallcmds = [
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpich.so',
- 'ln -s %(installdir)s/lib64/libmpigc4.so %(installdir)s/lib64/libmpichcxx.so',
- 'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libfmpich.so',
- 'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libmpichf90.so',
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpl.so',
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libopa.so']
diff --git a/i/impi/impi-5.1.1.109-iccifort-2016.0.109-GCC-5.2.0.eb b/i/impi/impi-5.1.1.109-iccifort-2016.0.109-GCC-5.2.0.eb
deleted file mode 100644
index 22606d3c..00000000
--- a/i/impi/impi-5.1.1.109-iccifort-2016.0.109-GCC-5.2.0.eb
+++ /dev/null
@@ -1,47 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'impi'
-version = '5.1.1.109'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'iccifort', 'version': '2016.0.109-GCC-5.2.0'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-checksums = ['aa4aaec41526aa5b244e531811877b01']
-
-dontcreateinstalldir = 'True'
-
-import os
-license_file = os.path.join(
- os.getenv('HOME'),
- "licenses",
- "intel",
- "license.lic")
-
-moduleclass = 'mpi'
-
-# Salomon specific optimalization
-modextravars = {
- 'I_MPI_CC': 'icc',
- 'I_MPI_CXX': 'icpc',
- 'I_MPI_FC': 'ifort',
- 'I_MPI_F77': 'ifort',
- 'I_MPI_F90': 'ifort',
- 'I_MPI_HYDRA_BOOTSTRAP': 'ssh',
- 'I_MPI_EXTRA_FILESYSTEM': 'enable',
- 'I_MPI_EXTRA_FILESYSTEM_LIST': 'lustre'
-}
-
-postinstallcmds = [
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpich.so',
- 'ln -s %(installdir)s/lib64/libmpigc4.so %(installdir)s/lib64/libmpichcxx.so',
- 'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libfmpich.so',
- 'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libmpichf90.so',
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpl.so',
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libopa.so']
diff --git a/i/impi/impi-5.1.2.150-iccifort-2015.5.223-GCC-4.9.3-2.25.eb b/i/impi/impi-5.1.2.150-iccifort-2015.5.223-GCC-4.9.3-2.25.eb
deleted file mode 100644
index 0ae1a24c..00000000
--- a/i/impi/impi-5.1.2.150-iccifort-2015.5.223-GCC-4.9.3-2.25.eb
+++ /dev/null
@@ -1,21 +0,0 @@
-name = 'impi'
-version = '5.1.2.150'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'iccifort', 'version': '2015.5.223-GCC-4.9.3-2.25'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-dontcreateinstalldir = 'True'
-
-# license file
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi wrappers to work as expected with intel compilers (e.g. mpicc wraps icc not the default gcc)
-# set_mpi_wrappers_all = 'True'
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-5.1.2.150-iccifort-2016.1.150-GCC-4.9.3-2.25.eb b/i/impi/impi-5.1.2.150-iccifort-2016.1.150-GCC-4.9.3-2.25.eb
deleted file mode 100644
index fdfb2bed..00000000
--- a/i/impi/impi-5.1.2.150-iccifort-2016.1.150-GCC-4.9.3-2.25.eb
+++ /dev/null
@@ -1,33 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'impi'
-version = '5.1.2.150'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'iccifort', 'version': '2016.1.150-GCC-4.9.3-2.25'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-checksums = ['ec4db8f718c34f09fccf9d1c89454f0a']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi commands to default to intel compilers
-# set_mpi_wrappers_all = 'True'
-
-moduleclass = 'mpi'
-
-postinstallcmds = [
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpich.so',
- 'ln -s %(installdir)s/lib64/libmpigc4.so %(installdir)s/lib64/libmpichcxx.so',
- 'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libfmpich.so',
- 'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libmpichf90.so',
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpl.so',
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libopa.so']
diff --git a/i/impi/impi-5.1.2.150-iccifort-2016.1.150-GCC-4.9.3.eb b/i/impi/impi-5.1.2.150-iccifort-2016.1.150-GCC-4.9.3.eb
deleted file mode 100644
index 12646f8a..00000000
--- a/i/impi/impi-5.1.2.150-iccifort-2016.1.150-GCC-4.9.3.eb
+++ /dev/null
@@ -1,47 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'impi'
-version = '5.1.2.150'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'iccifort', 'version': '2016.1.150-GCC-4.9.3'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-checksums = ['ec4db8f718c34f09fccf9d1c89454f0a']
-
-dontcreateinstalldir = 'True'
-
-import os
-license_file = os.path.join(
- os.getenv('HOME'),
- "licenses",
- "intel",
- "license.lic")
-
-moduleclass = 'mpi'
-
-# Salomon specific optimalization
-modextravars = {
- 'I_MPI_CC': 'icc',
- 'I_MPI_CXX': 'icpc',
- 'I_MPI_FC': 'ifort',
- 'I_MPI_F77': 'ifort',
- 'I_MPI_F90': 'ifort',
- 'I_MPI_HYDRA_BOOTSTRAP': 'ssh',
- 'I_MPI_EXTRA_FILESYSTEM': 'enable',
- 'I_MPI_EXTRA_FILESYSTEM_LIST': 'lustre'
-}
-
-postinstallcmds = [
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpich.so',
- 'ln -s %(installdir)s/lib64/libmpigc4.so %(installdir)s/lib64/libmpichcxx.so',
- 'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libfmpich.so',
- 'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libmpichf90.so',
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpl.so',
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libopa.so']
diff --git a/i/impi/impi-5.1.2.150-iccifort-2016.1.150.eb b/i/impi/impi-5.1.2.150-iccifort-2016.1.150.eb
deleted file mode 100644
index be1ff978..00000000
--- a/i/impi/impi-5.1.2.150-iccifort-2016.1.150.eb
+++ /dev/null
@@ -1,47 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'impi'
-version = '5.1.2.150'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'iccifort', 'version': '2016.1.150'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-checksums = ['ec4db8f718c34f09fccf9d1c89454f0a']
-
-dontcreateinstalldir = 'True'
-
-import os
-license_file = os.path.join(
- os.getenv('HOME'),
- "licenses",
- "intel",
- "license.lic")
-
-moduleclass = 'mpi'
-
-postinstallcmds = [
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpich.so',
- 'ln -s %(installdir)s/lib64/libmpigc4.so %(installdir)s/lib64/libmpichcxx.so',
- 'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libfmpich.so',
- 'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libmpichf90.so',
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpl.so',
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libopa.so']
-
-# Salomon specific optimalization
-modextravars = {
- 'I_MPI_CC': 'icc',
- 'I_MPI_CXX': 'icpc',
- 'I_MPI_FC': 'ifort',
- 'I_MPI_F77': 'ifort',
- 'I_MPI_F90': 'ifort',
- 'I_MPI_HYDRA_BOOTSTRAP': 'ssh',
- 'I_MPI_EXTRA_FILESYSTEM': 'enable',
- 'I_MPI_EXTRA_FILESYSTEM_LIST': 'lustre'
-}
diff --git a/i/impi/impi-5.1.3.181-iccifort-2016.2.181-GCC-4.9.3-2.25.eb b/i/impi/impi-5.1.3.181-iccifort-2016.2.181-GCC-4.9.3-2.25.eb
deleted file mode 100644
index 9e5640a6..00000000
--- a/i/impi/impi-5.1.3.181-iccifort-2016.2.181-GCC-4.9.3-2.25.eb
+++ /dev/null
@@ -1,33 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'impi'
-version = '5.1.3.181'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'iccifort', 'version': '2016.2.181-GCC-4.9.3-2.25'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-checksums = ['1c14656859d48bf8b90c71dace2a977b']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi commands to default to intel compilers
-# set_mpi_wrappers_all = 'True'
-
-postinstallcmds = [
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpich.so',
- 'ln -s %(installdir)s/lib64/libmpigc4.so %(installdir)s/lib64/libmpichcxx.so',
- 'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libfmpich.so',
- 'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libmpichf90.so',
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpl.so',
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libopa.so']
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-5.1.3.181-iccifort-2016.2.181-GCC-5.3.0-2.26.eb b/i/impi/impi-5.1.3.181-iccifort-2016.2.181-GCC-5.3.0-2.26.eb
deleted file mode 100644
index bcea20a4..00000000
--- a/i/impi/impi-5.1.3.181-iccifort-2016.2.181-GCC-5.3.0-2.26.eb
+++ /dev/null
@@ -1,33 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'impi'
-version = '5.1.3.181'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'iccifort', 'version': '2016.2.181-GCC-5.3.0-2.26'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-checksums = ['1c14656859d48bf8b90c71dace2a977b']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi commands to default to intel compilers
-# set_mpi_wrappers_all = 'True'
-
-postinstallcmds = [
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpich.so',
- 'ln -s %(installdir)s/lib64/libmpigc4.so %(installdir)s/lib64/libmpichcxx.so',
- 'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libfmpich.so',
- 'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libmpichf90.so',
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpl.so',
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libopa.so']
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-5.1.3.181-iccifort-2016.3.210-GCC-4.9.3-2.25.eb b/i/impi/impi-5.1.3.181-iccifort-2016.3.210-GCC-4.9.3-2.25.eb
deleted file mode 100644
index 50f366f3..00000000
--- a/i/impi/impi-5.1.3.181-iccifort-2016.3.210-GCC-4.9.3-2.25.eb
+++ /dev/null
@@ -1,33 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'impi'
-version = '5.1.3.181'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'iccifort', 'version': '2016.3.210-GCC-4.9.3-2.25'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-checksums = ['1c14656859d48bf8b90c71dace2a977b']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi commands to default to intel compilers
-# set_mpi_wrappers_all = 'True'
-
-postinstallcmds = [
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpich.so',
- 'ln -s %(installdir)s/lib64/libmpigc4.so %(installdir)s/lib64/libmpichcxx.so',
- 'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libfmpich.so',
- 'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libmpichf90.so',
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpl.so',
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libopa.so']
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-5.1.3.181-iccifort-2016.3.210-GCC-5.3.0-2.26.eb b/i/impi/impi-5.1.3.181-iccifort-2016.3.210-GCC-5.3.0-2.26.eb
deleted file mode 100644
index 4e6e9882..00000000
--- a/i/impi/impi-5.1.3.181-iccifort-2016.3.210-GCC-5.3.0-2.26.eb
+++ /dev/null
@@ -1,33 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'impi'
-version = '5.1.3.181'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'iccifort', 'version': '2016.3.210-GCC-5.3.0-2.26'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-checksums = ['1c14656859d48bf8b90c71dace2a977b']
-
-dontcreateinstalldir = 'True'
-
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi commands to default to intel compilers
-# set_mpi_wrappers_all = 'True'
-
-postinstallcmds = [
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpich.so',
- 'ln -s %(installdir)s/lib64/libmpigc4.so %(installdir)s/lib64/libmpichcxx.so',
- 'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libfmpich.so',
- 'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libmpichf90.so',
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpl.so',
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libopa.so']
-
-moduleclass = 'mpi'
diff --git a/i/impi/impi-5.1.3.181-iccifort-2016.3.210-GCC-5.4.0-2.26.eb b/i/impi/impi-5.1.3.181-iccifort-2016.3.210-GCC-5.4.0-2.26.eb
deleted file mode 100644
index edacbda3..00000000
--- a/i/impi/impi-5.1.3.181-iccifort-2016.3.210-GCC-5.4.0-2.26.eb
+++ /dev/null
@@ -1,35 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-
-name = 'impi'
-version = '5.1.3.181'
-
-homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
-description = """The Intel(R) MPI Library for Linux* OS is a multi-fabric message
- passing library based on ANL MPICH2 and OSU MVAPICH2. The Intel MPI Library for
- Linux OS implements the Message Passing Interface, version 2 (MPI-2) specification."""
-
-toolchain = {'name': 'iccifort', 'version': '2016.3.210-GCC-5.4.0-2.26'}
-
-sources = ['l_mpi_p_%(version)s.tgz']
-
-checksums = ['1c14656859d48bf8b90c71dace2a977b']
-
-dontcreateinstalldir = 'True'
-
-components = ['intel-mpi', 'intel-psxe', 'intel-imb']
-
-license_file = '/apps/licenses/intel/license.lic'
-
-# set up all the mpi commands to default to intel compilers
-# set_mpi_wrappers_all = 'True'
-
-postinstallcmds = [
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpich.so',
- 'ln -s %(installdir)s/lib64/libmpigc4.so %(installdir)s/lib64/libmpichcxx.so',
- 'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libfmpich.so',
- 'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libmpichf90.so',
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpl.so',
- 'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libopa.so']
-
-moduleclass = 'mpi'
diff --git a/i/intel/intel-2015b.eb b/i/intel/intel-2015b.eb
deleted file mode 100644
index 87fc7248..00000000
--- a/i/intel/intel-2015b.eb
+++ /dev/null
@@ -1,33 +0,0 @@
-# Built with EasyBuild version 2.2.0dev on 2015-06-29_10-08-02
-easyblock = "Toolchain"
-
-name = 'intel'
-version = '2015b'
-
-homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
-description = """Intel Cluster Toolkit Compiler Edition provides Intel C/C++ and Fortran compilers, Intel MPI & Intel MKL."""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-compver = '2015.3.187'
-gccsuff = '-GNU-5.1.0-2.25'
-
-dependencies = [
- ('icc', compver, gccsuff),
- ('ifort', compver, gccsuff),
- ('impi', '5.0.3.048', '', ('iccifort', '%s%s' % (compver, gccsuff))),
- ('imkl', '11.2.3.187', '', ('iimpi', '7.3.5%s' % gccsuff)),
-]
-
-moduleclass = 'toolchain'
-
-# Salomon specific optimalization
-modextravars = {
- 'CC': 'icc',
- 'CXX': 'icpc',
- 'F90': 'ifort',
- 'F77': 'ifort',
- 'FC': 'ifort',
- 'OPTFLAGS': '-O3 -xHost -ip',
- 'DEBUGFLAGS': '-O0 -g'
-}
diff --git a/i/intel/intel-2019.01.eb b/i/intel/intel-2018.04.eb
similarity index 75%
rename from i/intel/intel-2019.01.eb
rename to i/intel/intel-2018.04.eb
index a8c61d60..b1804c22 100644
--- a/i/intel/intel-2019.01.eb
+++ b/i/intel/intel-2018.04.eb
@@ -1,16 +1,16 @@
-# IT4Innovations 2018
+# IT4Innovations 2019
easyblock = 'Toolchain'
name = 'intel'
-version = '2019.01'
+version = '2018.04'
homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
description = "Compiler toolchain including Intel compilers, Intel MPI and Intel Math Kernel Library (MKL)."
toolchain = {'name': 'dummy', 'version': ''}
-compver = '2019.0.117'
+compver = '2018.5.274'
gccver = '6.3.0'
binutilsver = '2.27'
gccsuff = '-GCC-%s-%s' % (gccver, binutilsver)
@@ -19,8 +19,8 @@ dependencies = [
('binutils', binutilsver, '-GCCcore-%s' % gccver),
('icc', compver, gccsuff),
('ifort', compver, gccsuff),
- ('impi', '2019.0.117', '', ('iccifort', '%s%s' % (compver, gccsuff))),
- ('imkl', '2019.0.117', '', ('iimpi', version)),
+ ('impi', '2018.4.274', '', ('iccifort', '%s%s' % (compver, gccsuff))),
+ ('imkl', '2018.4.274', '', ('iimpi', version)),
]
moduleclass = 'toolchain'
diff --git a/i/intel/intel-2019a.eb b/i/intel/intel-2019.02.eb
similarity index 84%
rename from i/intel/intel-2019a.eb
rename to i/intel/intel-2019.02.eb
index 2b09064b..c3b31dbd 100644
--- a/i/intel/intel-2019a.eb
+++ b/i/intel/intel-2019.02.eb
@@ -1,16 +1,16 @@
-# IT4Innovations 2019
+# IT4Innovations 2018
easyblock = 'Toolchain'
name = 'intel'
-version = '2019a'
+version = '2019.02'
homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
description = "Compiler toolchain including Intel compilers, Intel MPI and Intel Math Kernel Library (MKL)."
toolchain = {'name': 'dummy', 'version': ''}
-compver = '2019.1.144'
+compver = '2019.2.187'
gccver = '6.3.0'
binutilsver = '2.27'
gccsuff = '-GCC-%s-%s' % (gccver, binutilsver)
@@ -23,4 +23,6 @@ dependencies = [
('imkl', compver, '', ('iimpi', version)),
]
+modluafooter = 'add_property("state","experimental")'
+
moduleclass = 'toolchain'
diff --git a/i/iomkl/iomkl-2018.03-GCC-6.3.0-2.27.eb b/i/iomkl/iomkl-2018.03-GCC-6.3.0-2.27.eb
index 478d0265..c92712c5 100644
--- a/i/iomkl/iomkl-2018.03-GCC-6.3.0-2.27.eb
+++ b/i/iomkl/iomkl-2018.03-GCC-6.3.0-2.27.eb
@@ -19,7 +19,7 @@ dependencies = [
('icc', compver, gccsuff),
('ifort', compver, gccsuff),
('OpenMPI', '2.1.1', gccsuff, True),
- ('imkl', '2018.3.222', '', ('iompi', version)),
+ ('imkl', '2018.3.222', '-GCC-6.3.0-2.27', ('iompi', version)),
]
moduleclass = 'toolchain'
diff --git a/i/iomkl/iomkl-2018.04.eb b/i/iomkl/iomkl-2018.04.eb
new file mode 100644
index 00000000..8ecff43b
--- /dev/null
+++ b/i/iomkl/iomkl-2018.04.eb
@@ -0,0 +1,24 @@
+# IT4Innovations 2019
+
+easyblock = "Toolchain"
+
+name = 'iomkl'
+version = '2018.04'
+
+homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
+description = """Intel Cluster Toolchain Compiler Edition provides Intel C/C++ and Fortran compilers, Intel MKL &
+ OpenMPI."""
+
+toolchain = {'name': 'dummy', 'version': ''}
+
+compver = '2018.5.274'
+gccsuff = '-GCC-6.3.0-2.27'
+
+dependencies = [
+ ('icc', compver, gccsuff),
+ ('ifort', compver, gccsuff),
+ ('OpenMPI', '2.1.1', gccsuff, True),
+ ('imkl', '2018.4.274', '', ('iompi', version)),
+]
+
+moduleclass = 'toolchain'
diff --git a/i/iompi/iompi-2015.03.eb b/i/iompi/iompi-2015.03.eb
deleted file mode 100644
index 6b312ed0..00000000
--- a/i/iompi/iompi-2015.03.eb
+++ /dev/null
@@ -1,32 +0,0 @@
-easyblock = "Toolchain"
-
-name = 'iompi'
-version = '2015.03'
-
-homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
-description = """Toolchain with Intel C, C++ and Fortran compilers, alongside OpenMPI."""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-compver = '2015.3.187-GNU-4.9.3-2.25'
-
-dependencies = [
- ('icc', compver),
- ('ifort', compver),
- ('OpenMPI', '1.8.8', '', ('iccifort', compver)),
-]
-
-moduleclass = 'toolchain'
-
-modextravars = {
- 'CC': 'icc',
- 'OMPI_CC': 'icc',
- 'CXX': 'icpc',
- 'OPMI_CXX': 'icpc',
- 'F90': 'ifort',
- 'OMPI_F90': 'ifort',
- 'F77': 'ifort',
- 'OMPI_F77': 'ifort',
- 'FC': 'ifort',
- 'OMPI_FC': 'ifort',
-}
diff --git a/i/iompi/iompi-2017-2.0.1.eb b/i/iompi/iompi-2017-2.0.1.eb
deleted file mode 100644
index 5a3692c9..00000000
--- a/i/iompi/iompi-2017-2.0.1.eb
+++ /dev/null
@@ -1,22 +0,0 @@
-# This is an easyconfig file for EasyBuild, see
-# http://hpcugent.github.io/easybuild
-easyblock = "Toolchain"
-
-name = 'iompi'
-version = '2017a-2.0.1'
-
-homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
-description = """Intel C/C++ and Fortran compilers, alongside Open MPI."""
-
-toolchain = {'name': 'dummy', 'version': 'dummy'}
-
-compver = '2017.1.132'
-compversuff = '-GCC-6.3.0-2.27'
-
-dependencies = [
- ('icc', compver, compversuff),
- ('ifort', compver, compversuff),
- ('OpenMPI', '2.0.1', '', ('iccifort', '2017.1.132-GCC-6.3.0-2.27')),
-]
-
-moduleclass = 'toolchain'
diff --git a/i/iompi/iompi-2018.03-GCC-6.3.0-2.27.eb b/i/iompi/iompi-2018.04.eb
similarity index 76%
rename from i/iompi/iompi-2018.03-GCC-6.3.0-2.27.eb
rename to i/iompi/iompi-2018.04.eb
index 1e336c41..3d6c20fd 100644
--- a/i/iompi/iompi-2018.03-GCC-6.3.0-2.27.eb
+++ b/i/iompi/iompi-2018.04.eb
@@ -3,15 +3,14 @@
easyblock = "Toolchain"
name = 'iompi'
-version = '2018.03'
-versionsuffix= '-GCC-6.3.0-2.27'
+version = '2018.04'
homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
description = """Intel C/C++ and Fortran compilers, alongside Open MPI."""
-toolchain = {'name': 'dummy', 'version': 'dummy'}
+toolchain = {'name': 'dummy', 'version': ''}
-compver = '2018.3.222'
+compver = '2018.5.274'
compversuff = '-GCC-6.3.0-2.27'
dependencies = [
diff --git a/j/JasPer/JasPer-2.0.14.eb b/j/JasPer/JasPer-2.0.14.eb
new file mode 100644
index 00000000..8d725370
--- /dev/null
+++ b/j/JasPer/JasPer-2.0.14.eb
@@ -0,0 +1,31 @@
+# IT4Innovatons 2018
+
+easyblock = 'CMakeMake'
+
+name = 'JasPer'
+version = '2.0.14'
+
+homepage = 'http://www.ece.uvic.ca/~frodo/jasper/'
+description = """The JasPer Project is an open-source initiative to provide a free
+ software-based reference implementation of the codec specified in the JPEG-2000 Part-1 standard."""
+
+toolchain = {'name': 'dummy', 'version': ''}
+toolchainopts = {'pic': True}
+
+sources = [SOURCELOWER_TAR_GZ]
+source_urls = ['http://www.ece.uvic.ca/~frodo/jasper/software/']
+
+builddependencies = [
+ ('CMake', '3.13.1'),
+]
+
+separate_build_dir = True
+
+configopts = '-DJAS_ENABLE_DOC=OFF '
+
+sanity_check_paths = {
+ 'files': ['bin/jasper', ('lib/libjasper.%s' % SHLIB_EXT, 'lib64/libjasper.%s' % SHLIB_EXT)],
+ 'dirs': ['include'],
+}
+
+moduleclass = 'vis'
diff --git a/l/LAMMPS/LAMMPS-20190218-intel-2017c.eb b/l/LAMMPS/LAMMPS-20190218-intel-2017c.eb
new file mode 100644
index 00000000..8f8b94a1
--- /dev/null
+++ b/l/LAMMPS/LAMMPS-20190218-intel-2017c.eb
@@ -0,0 +1,52 @@
+# IT4Innovations 2017
+
+easyblock = 'CmdCp'
+
+name = 'LAMMPS'
+version = '20190218'
+
+homepage = 'http://lammps.sandia.gov'
+description = """LAMMPS is a classical molecular dynamics code,
+and an acronym for Large-scale Atomic/Molecular Massively Parallel Simulator.
+Has potentials for solid-state materials (metals, semiconductors) and soft
+matter (biomolecules, polymers) and coarse-grained or mesoscopic systems.
+It can be used to model atoms or, more generically, as a parallel particle simulator at the atomic,
+meso, or continuum scale.
+"""
+
+toolchain = {'name': 'intel', 'version': '2017c'}
+
+source_urls = ['https://github.com/lammps/lammps/archive']
+sources = ['patch_28Feb2019.tar.gz']
+
+dependencies = [
+ ('tbb', '2017.6.196', '', True),
+ ('gperftools', '2.7', '', True),
+]
+
+builddependencies = [
+ ('Python', '2.7.13', '-base', True),
+ ('CMake', '3.13.1', '', True),
+]
+
+commands = "cd src && make yes-kokkos && "
+commands += "make yes-user-phonon && make yes-misc && "
+commands += "make lib-reax args='-m ifort' && make yes-reax && "
+commands += "make lib-meam args='-m ifort' && "
+commands += "make yes-kspace && make yes-manybody && make yes-molecule && "
+commands += "make yes-qeq && make yes-rigid && make yes-user-misc && "
+commands += "make yes-user-reaxc && make yes-user-omp && "
+commands += "make -j 16 intel_cpu_intelmpi && mv lmp_intel_cpu_intelmpi lammps"
+
+cmds_map = [('.*', commands)]
+
+files_to_copy = [
+ (['src/lammps'], 'bin'),
+]
+
+sanity_check_paths = {
+ 'files': ['bin/lammps'],
+ 'dirs': [''],
+}
+
+moduleclass = 'chem'
diff --git a/l/loom/loom-0.10-Py-3.6.eb b/l/loom/loom-0.10-Py-3.6.eb
new file mode 100644
index 00000000..97827b42
--- /dev/null
+++ b/l/loom/loom-0.10-Py-3.6.eb
@@ -0,0 +1,29 @@
+# IT4Innovations 2019
+
+easyblock = 'PythonPackage'
+
+name = 'loom'
+version = '0.10'
+
+homepage = 'https://code.it4i.cz/ADAS/loom'
+description = "Framework for distributed task execution"
+
+toolchain = {'name': 'Py', 'version': '3.6'}
+toolchainopts = {'pic': True}
+
+source_urls = ['https://code.it4i.cz/ADAS/loom/-/archive/v0.10/']
+sources = ['loom-v0.10.tar.gz']
+
+dependencies = [
+ ('HyperLoom', '0.10', '', True),
+]
+
+prebuildopts = 'cd python && '
+preinstallopts = 'cd python && '
+
+sanity_check_paths = {
+ 'files': ['lib/python3.6/site-packages/loom-0.10-py3.6.egg'],
+ 'dirs': ['lib'],
+}
+
+moduleclass = 'python'
diff --git a/n/netCDF/netCDF-4.6.1-GCC-6.3.0-2.27.eb b/n/netCDF/netCDF-4.6.1-foss-2018a.eb
similarity index 67%
rename from n/netCDF/netCDF-4.6.1-GCC-6.3.0-2.27.eb
rename to n/netCDF/netCDF-4.6.1-foss-2018a.eb
index 88c94866..5fcb9897 100644
--- a/n/netCDF/netCDF-4.6.1-GCC-6.3.0-2.27.eb
+++ b/n/netCDF/netCDF-4.6.1-foss-2018a.eb
@@ -1,4 +1,4 @@
-# IT4Innovations 2018
+# IT4Innovations 2019
name = 'netCDF'
version = '4.6.1'
@@ -8,8 +8,8 @@ description = """NetCDF (network Common Data Form) is a set of software librarie
and machine-independent data formats that support the creation, access, and sharing of array-oriented
scientific data."""
-toolchain = {'name': 'GCC', 'version': '6.3.0-2.27'}
-toolchainopts = {'pic': True}
+toolchain = {'name': 'foss', 'version': '2018a'}
+toolchainopts = {'pic': True, 'usempi': True}
sources = ['v%(version)s.tar.gz']
source_urls = [
@@ -17,14 +17,14 @@ source_urls = [
]
dependencies = [
- ('HDF5', '1.10.1', '-serial'),
- ('cURL', '7.61.1'),
- ('Szip', '2.1.1'),
+ ('HDF5', '1.10.4', '-parallel'),
+ ('cURL', '7.56.1', '', True),
+ ('Szip', '2.1', '', True),
]
builddependencies = [
- ('CMake', '3.11.4'),
- ('Doxygen', '1.8.14'),
+ ('CMake', '3.13.1', '', True),
+ ('Doxygen', '1.8.11', '', True),
]
# make sure both static and shared libs are built
diff --git a/n/netCDF/netCDF-4.6.1-intel-2018a.eb b/n/netCDF/netCDF-4.6.1-intel-2018a.eb
new file mode 100644
index 00000000..6c100d97
--- /dev/null
+++ b/n/netCDF/netCDF-4.6.1-intel-2018a.eb
@@ -0,0 +1,36 @@
+# IT4Innovations 2019
+
+name = 'netCDF'
+version = '4.6.1'
+
+homepage = 'http://www.unidata.ucar.edu/software/netcdf/'
+description = """NetCDF (network Common Data Form) is a set of software libraries
+ and machine-independent data formats that support the creation, access, and sharing of array-oriented
+ scientific data."""
+
+toolchain = {'name': 'intel', 'version': '2018a'}
+toolchainopts = {'pic': True, 'usempi': True}
+
+sources = ['v%(version)s.tar.gz']
+source_urls = [
+ 'https://github.com/Unidata/netcdf-c/archive/'
+]
+
+dependencies = [
+ ('HDF5', '1.10.4', '-parallel'),
+ ('cURL', '7.56.1', '', True),
+ ('Szip', '2.1', '', True),
+]
+
+builddependencies = [
+ ('CMake', '3.13.1', '', True),
+ ('Doxygen', '1.8.11', '', True),
+]
+
+# make sure both static and shared libs are built
+configopts = [
+ "-DBUILD_SHARED_LIBS=OFF ",
+ "-DBUILD_SHARED_LIBS=ON ",
+]
+
+moduleclass = 'data'
diff --git a/o/OpenMPI/OpenMPI-2.1.1-GCC-7.3.0-2.30.eb b/o/OpenMPI/OpenMPI-2.1.1-GCC-7.3.0-2.30.eb
index d1829648..1154d21a 100644
--- a/o/OpenMPI/OpenMPI-2.1.1-GCC-7.3.0-2.30.eb
+++ b/o/OpenMPI/OpenMPI-2.1.1-GCC-7.3.0-2.30.eb
@@ -16,9 +16,9 @@ source_urls = [
dependencies = [('hwloc', '1.11.7')]
-builddependencies = [
- ('Java', '1.8.0_144', '', True)
-]
+#builddependencies = [
+# ('Java', '1.8.0_144', '', True)
+#]
configopts = '--with-threads=posix --enable-shared --enable-mpi-thread-multiple --with-verbs '
# suppress failure modes in relation to mpirun path
@@ -27,7 +27,7 @@ configopts += '--with-hwloc=$EBROOTHWLOC ' # hwloc support
# configopts += '--disable-dlopen ' # statically link component, don't do
# dynamic loading
configopts += '--with-tm=/opt/pbs/default ' # Enable PBS
-configopts += '--enable-mpi-java ' # Java support RT#4090
+#configopts += '--enable-mpi-java ' # Java support RT#4090
# for PBS Pro 13
preconfigopts = 'export LIBS="-ldl" && '
diff --git a/p/ParMETIS/ParMETIS-3.1.1-goolf-1.4.10.eb b/p/ParMETIS/ParMETIS-3.1.1-goolf-1.4.10.eb
deleted file mode 100644
index 8183de64..00000000
--- a/p/ParMETIS/ParMETIS-3.1.1-goolf-1.4.10.eb
+++ /dev/null
@@ -1,22 +0,0 @@
-name = 'ParMETIS'
-version = '3.1.1'
-
-homepage = 'http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview'
-description = """ParMETIS is an MPI-based parallel library that implements a variety of algorithms for partitioning unstructured graphs,
- meshes, and for computing fill-reducing orderings of sparse matrices. ParMETIS extends the functionality provided by METIS and includes
- routines that are especially suited for parallel AMR computations and large scale numerical simulations. The algorithms implemented in
- ParMETIS are based on the parallel multilevel k-way graph-partitioning, adaptive repartitioning, and parallel multi-constrained partitioning
- schemes."""
-
-toolchain = {'name': 'goolf', 'version': '1.4.10'}
-toolchainopts = {'optarch': True, 'usempi': True, 'pic': True}
-
-source_urls = [
- 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis',
- 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/OLD',
-]
-sources = ['ParMetis-%s.tar.gz' % version]
-
-builddependencies = [('CMake', '2.8.4')]
-
-moduleclass = 'math'
diff --git a/p/ParMETIS/ParMETIS-3.1.1-ictce-5.3.0.eb b/p/ParMETIS/ParMETIS-3.1.1-ictce-5.3.0.eb
deleted file mode 100644
index 11db9fe0..00000000
--- a/p/ParMETIS/ParMETIS-3.1.1-ictce-5.3.0.eb
+++ /dev/null
@@ -1,23 +0,0 @@
-name = 'ParMETIS'
-version = '3.1.1'
-
-homepage = 'http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview'
-description = """ParMETIS is an MPI-based parallel library that implements a variety of algorithms for partitioning unstructured graphs,
- meshes, and for computing fill-reducing orderings of sparse matrices. ParMETIS extends the functionality provided by METIS and includes
- routines that are especially suited for parallel AMR computations and large scale numerical simulations. The algorithms implemented in
- ParMETIS are based on the parallel multilevel k-way graph-partitioning, adaptive repartitioning, and parallel multi-constrained partitioning
- schemes."""
-
-
-toolchain = {'name': 'ictce', 'version': '5.3.0'}
-toolchainopts = {'optarch': True, 'usempi': True, 'pic': True}
-
-source_urls = [
- 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis',
- 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/OLD',
-]
-sources = ['ParMetis-%s.tar.gz' % version]
-
-builddependencies = [('CMake', '2.8.4')]
-
-moduleclass = 'math'
diff --git a/p/ParMETIS/ParMETIS-3.2.0-goolf-1.4.10.eb b/p/ParMETIS/ParMETIS-3.2.0-goolf-1.4.10.eb
deleted file mode 100644
index 5223c55c..00000000
--- a/p/ParMETIS/ParMETIS-3.2.0-goolf-1.4.10.eb
+++ /dev/null
@@ -1,22 +0,0 @@
-name = 'ParMETIS'
-version = '3.2.0'
-
-homepage = 'http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview'
-description = """ParMETIS is an MPI-based parallel library that implements a variety of algorithms for partitioning unstructured graphs,
- meshes, and for computing fill-reducing orderings of sparse matrices. ParMETIS extends the functionality provided by METIS and includes
- routines that are especially suited for parallel AMR computations and large scale numerical simulations. The algorithms implemented in
- ParMETIS are based on the parallel multilevel k-way graph-partitioning, adaptive repartitioning, and parallel multi-constrained partitioning
- schemes."""
-
-toolchain = {'name': 'goolf', 'version': '1.4.10'}
-toolchainopts = {'optarch': True, 'usempi': True, 'pic': True}
-
-source_urls = [
- 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis',
- 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/OLD',
-]
-sources = ['ParMetis-%(version)s.tar.gz']
-
-builddependencies = [('CMake', '2.8.4')]
-
-moduleclass = 'math'
diff --git a/p/ParMETIS/ParMETIS-3.2.0-ictce-6.2.5.eb b/p/ParMETIS/ParMETIS-3.2.0-ictce-6.2.5.eb
deleted file mode 100644
index d331f06b..00000000
--- a/p/ParMETIS/ParMETIS-3.2.0-ictce-6.2.5.eb
+++ /dev/null
@@ -1,22 +0,0 @@
-name = 'ParMETIS'
-version = '3.2.0'
-
-homepage = 'http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview'
-description = """ParMETIS is an MPI-based parallel library that implements a variety of algorithms for partitioning unstructured graphs,
- meshes, and for computing fill-reducing orderings of sparse matrices. ParMETIS extends the functionality provided by METIS and includes
- routines that are especially suited for parallel AMR computations and large scale numerical simulations. The algorithms implemented in
- ParMETIS are based on the parallel multilevel k-way graph-partitioning, adaptive repartitioning, and parallel multi-constrained partitioning
- schemes."""
-
-toolchain = {'name': 'ictce', 'version': '6.2.5'}
-toolchainopts = {'optarch': True, 'usempi': True, 'pic': True}
-
-source_urls = [
- 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis',
- 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/OLD',
-]
-sources = ['ParMetis-%(version)s.tar.gz']
-
-builddependencies = [('CMake', '2.8.12')]
-
-moduleclass = 'math'
diff --git a/p/ParMETIS/ParMETIS-3.2.0-intel-2017a-for-netgen.eb b/p/ParMETIS/ParMETIS-3.2.0-intel-2017a-for-netgen.eb
deleted file mode 100644
index 2705cca1..00000000
--- a/p/ParMETIS/ParMETIS-3.2.0-intel-2017a-for-netgen.eb
+++ /dev/null
@@ -1,30 +0,0 @@
-name = 'ParMETIS'
-version = '3.2.0'
-versionsuffix = '-for-Netgen'
-
-homepage = 'http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview'
-description = """ParMETIS is an MPI-based parallel library that implements a variety of algorithms for partitioning unstructured graphs,
- meshes, and for computing fill-reducing orderings of sparse matrices. ParMETIS extends the functionality provided by METIS and includes
- routines that are especially suited for parallel AMR computations and large scale numerical simulations. The algorithms implemented in
- ParMETIS are based on the parallel multilevel k-way graph-partitioning, adaptive repartitioning, and parallel multi-constrained partitioning
- schemes."""
-
-toolchain = {'name': 'intel', 'version': '2017a'}
-toolchainopts = {'optarch': True, 'usempi': True, 'pic': True}
-
-source_urls = [
- 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis',
- 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/OLD',
-]
-sources = ['ParMetis-%(version)s.tar.gz']
-
-builddependencies = [('CMake', '3.9.0', '', True)]
-
-dependencies = [
- ('Togl', '1.7', '', True),
- ('Tk', '8.6.5', '', True),
- ('Tcl', '8.6.5', '', True),
- ('Netgen', '4.9.11'),
-]
-
-moduleclass = 'math'
diff --git a/p/ParMETIS/ParMETIS-4.0.2-goolf-1.4.10.eb b/p/ParMETIS/ParMETIS-4.0.2-goolf-1.4.10.eb
deleted file mode 100644
index f4413be2..00000000
--- a/p/ParMETIS/ParMETIS-4.0.2-goolf-1.4.10.eb
+++ /dev/null
@@ -1,22 +0,0 @@
-name = 'ParMETIS'
-version = '4.0.2'
-
-homepage = 'http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview'
-description = """ParMETIS is an MPI-based parallel library that implements a variety of algorithms for partitioning unstructured graphs,
- meshes, and for computing fill-reducing orderings of sparse matrices. ParMETIS extends the functionality provided by METIS and includes
- routines that are especially suited for parallel AMR computations and large scale numerical simulations. The algorithms implemented in
- ParMETIS are based on the parallel multilevel k-way graph-partitioning, adaptive repartitioning, and parallel multi-constrained partitioning
- schemes."""
-
-toolchain = {'name': 'goolf', 'version': '1.4.10'}
-toolchainopts = {'optarch': True, 'usempi': True, 'pic': True}
-
-source_urls = [
- 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis',
- 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/OLD',
-]
-sources = [SOURCELOWER_TAR_GZ]
-
-builddependencies = [('CMake', '2.8.4')]
-
-moduleclass = 'math'
diff --git a/p/ParMETIS/ParMETIS-4.0.2-goolf-1.5.16.eb b/p/ParMETIS/ParMETIS-4.0.2-goolf-1.5.16.eb
deleted file mode 100644
index fffac85c..00000000
--- a/p/ParMETIS/ParMETIS-4.0.2-goolf-1.5.16.eb
+++ /dev/null
@@ -1,20 +0,0 @@
-name = 'ParMETIS'
-version = '4.0.2'
-
-homepage = 'http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview'
-description = """ParMETIS is an MPI-based parallel library that implements a variety of algorithms for partitioning unstructured graphs,
- meshes, and for computing fill-reducing orderings of sparse matrices. ParMETIS extends the functionality provided by METIS and includes
- routines that are especially suited for parallel AMR computations and large scale numerical simulations. The algorithms implemented in
- ParMETIS are based on the parallel multilevel k-way graph-partitioning, adaptive repartitioning, and parallel multi-constrained partitioning
- schemes."""
-
-toolchain = {'name': 'goolf', 'version': '1.5.16'}
-toolchainopts = {'optarch': True, 'usempi': True, 'pic': True}
-
-source_urls = ['http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis',
- 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/OLD']
-sources = [SOURCELOWER_TAR_GZ]
-
-builddependencies = [('CMake', '2.8.4')]
-
-moduleclass = 'math'
diff --git a/p/ParMETIS/ParMETIS-4.0.2-ictce-5.3.0.eb b/p/ParMETIS/ParMETIS-4.0.2-ictce-5.3.0.eb
deleted file mode 100644
index a32790b7..00000000
--- a/p/ParMETIS/ParMETIS-4.0.2-ictce-5.3.0.eb
+++ /dev/null
@@ -1,23 +0,0 @@
-name = 'ParMETIS'
-version = '4.0.2'
-
-homepage = 'http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview'
-description = """ParMETIS is an MPI-based parallel library that implements a variety of algorithms for partitioning unstructured graphs,
- meshes, and for computing fill-reducing orderings of sparse matrices. ParMETIS extends the functionality provided by METIS and includes
- routines that are especially suited for parallel AMR computations and large scale numerical simulations. The algorithms implemented in
- ParMETIS are based on the parallel multilevel k-way graph-partitioning, adaptive repartitioning, and parallel multi-constrained partitioning
- schemes."""
-
-
-toolchain = {'name': 'ictce', 'version': '5.3.0'}
-toolchainopts = {'optarch': True, 'usempi': True, 'pic': True}
-
-source_urls = [
- 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis',
- 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/OLD',
-]
-sources = [SOURCELOWER_TAR_GZ]
-
-builddependencies = [('CMake', '2.8.4')]
-
-moduleclass = 'math'
diff --git a/p/ParMETIS/ParMETIS-4.0.3-foss-2016a.eb b/p/ParMETIS/ParMETIS-4.0.3-foss-2016a.eb
deleted file mode 100644
index 6134d068..00000000
--- a/p/ParMETIS/ParMETIS-4.0.3-foss-2016a.eb
+++ /dev/null
@@ -1,22 +0,0 @@
-name = 'ParMETIS'
-version = '4.0.3'
-
-homepage = 'http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview'
-description = """ParMETIS is an MPI-based parallel library that implements a variety of algorithms for partitioning unstructured graphs,
- meshes, and for computing fill-reducing orderings of sparse matrices. ParMETIS extends the functionality provided by METIS and includes
- routines that are especially suited for parallel AMR computations and large scale numerical simulations. The algorithms implemented in
- ParMETIS are based on the parallel multilevel k-way graph-partitioning, adaptive repartitioning, and parallel multi-constrained partitioning
- schemes."""
-
-toolchain = {'name': 'foss', 'version': '2016a'}
-toolchainopts = {'usempi': True, 'pic': True}
-
-source_urls = [
- 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis',
- 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/OLD',
-]
-sources = [SOURCELOWER_TAR_GZ]
-
-builddependencies = [('CMake', '3.5.2')]
-
-moduleclass = 'math'
diff --git a/p/ParMETIS/ParMETIS-4.0.3-gimkl-2.11.5.eb b/p/ParMETIS/ParMETIS-4.0.3-gimkl-2.11.5.eb
deleted file mode 100644
index c7f412f7..00000000
--- a/p/ParMETIS/ParMETIS-4.0.3-gimkl-2.11.5.eb
+++ /dev/null
@@ -1,22 +0,0 @@
-name = 'ParMETIS'
-version = '4.0.3'
-
-homepage = 'http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview'
-description = """ParMETIS is an MPI-based parallel library that implements a variety of algorithms for partitioning unstructured graphs,
- meshes, and for computing fill-reducing orderings of sparse matrices. ParMETIS extends the functionality provided by METIS and includes
- routines that are especially suited for parallel AMR computations and large scale numerical simulations. The algorithms implemented in
- ParMETIS are based on the parallel multilevel k-way graph-partitioning, adaptive repartitioning, and parallel multi-constrained partitioning
- schemes."""
-
-toolchain = {'name': 'gimkl', 'version': '2.11.5'}
-toolchainopts = {'optarch': True, 'usempi': True, 'pic': True}
-
-source_urls = [
- 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis',
- 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/OLD',
-]
-sources = [SOURCELOWER_TAR_GZ]
-
-builddependencies = [('CMake', '3.3.2')]
-
-moduleclass = 'math'
diff --git a/p/ParMETIS/ParMETIS-4.0.3-goolf-1.4.10.eb b/p/ParMETIS/ParMETIS-4.0.3-goolf-1.4.10.eb
deleted file mode 100644
index ebbc3db5..00000000
--- a/p/ParMETIS/ParMETIS-4.0.3-goolf-1.4.10.eb
+++ /dev/null
@@ -1,22 +0,0 @@
-name = 'ParMETIS'
-version = '4.0.3'
-
-homepage = 'http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview'
-description = """ParMETIS is an MPI-based parallel library that implements a variety of algorithms for partitioning unstructured graphs,
- meshes, and for computing fill-reducing orderings of sparse matrices. ParMETIS extends the functionality provided by METIS and includes
- routines that are especially suited for parallel AMR computations and large scale numerical simulations. The algorithms implemented in
- ParMETIS are based on the parallel multilevel k-way graph-partitioning, adaptive repartitioning, and parallel multi-constrained partitioning
- schemes."""
-
-toolchain = {'name': 'goolf', 'version': '1.4.10'}
-toolchainopts = {'optarch': True, 'usempi': True, 'pic': True}
-
-source_urls = [
- 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis',
- 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/OLD',
-]
-sources = [SOURCELOWER_TAR_GZ]
-
-builddependencies = [('CMake', '2.8.12')]
-
-moduleclass = 'math'
diff --git a/p/ParMETIS/ParMETIS-4.0.3-ictce-5.5.0.eb b/p/ParMETIS/ParMETIS-4.0.3-ictce-5.5.0.eb
deleted file mode 100644
index db08a4e6..00000000
--- a/p/ParMETIS/ParMETIS-4.0.3-ictce-5.5.0.eb
+++ /dev/null
@@ -1,22 +0,0 @@
-name = 'ParMETIS'
-version = '4.0.3'
-
-homepage = 'http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview'
-description = """ParMETIS is an MPI-based parallel library that implements a variety of algorithms for partitioning unstructured graphs,
- meshes, and for computing fill-reducing orderings of sparse matrices. ParMETIS extends the functionality provided by METIS and includes
- routines that are especially suited for parallel AMR computations and large scale numerical simulations. The algorithms implemented in
- ParMETIS are based on the parallel multilevel k-way graph-partitioning, adaptive repartitioning, and parallel multi-constrained partitioning
- schemes."""
-
-toolchain = {'name': 'ictce', 'version': '5.5.0'}
-toolchainopts = {'optarch': True, 'usempi': True, 'pic': True}
-
-source_urls = [
- 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis',
- 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/OLD',
-]
-sources = [SOURCELOWER_TAR_GZ]
-
-builddependencies = [('CMake', '2.8.12')]
-
-moduleclass = 'math'
diff --git a/p/ParMETIS/ParMETIS-4.0.3-intel-2014b.eb b/p/ParMETIS/ParMETIS-4.0.3-intel-2014b.eb
deleted file mode 100644
index 1521fb59..00000000
--- a/p/ParMETIS/ParMETIS-4.0.3-intel-2014b.eb
+++ /dev/null
@@ -1,22 +0,0 @@
-name = 'ParMETIS'
-version = '4.0.3'
-
-homepage = 'http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview'
-description = """ParMETIS is an MPI-based parallel library that implements a variety of algorithms for partitioning unstructured graphs,
- meshes, and for computing fill-reducing orderings of sparse matrices. ParMETIS extends the functionality provided by METIS and includes
- routines that are especially suited for parallel AMR computations and large scale numerical simulations. The algorithms implemented in
- ParMETIS are based on the parallel multilevel k-way graph-partitioning, adaptive repartitioning, and parallel multi-constrained partitioning
- schemes."""
-
-toolchain = {'name': 'intel', 'version': '2014b'}
-toolchainopts = {'optarch': True, 'usempi': True, 'pic': True}
-
-source_urls = [
- 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis',
- 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/OLD',
-]
-sources = [SOURCELOWER_TAR_GZ]
-
-builddependencies = [('CMake', '3.0.0')]
-
-moduleclass = 'math'
diff --git a/p/ParMETIS/ParMETIS-4.0.3-intel-2015a.eb b/p/ParMETIS/ParMETIS-4.0.3-intel-2015a.eb
deleted file mode 100644
index 9212c669..00000000
--- a/p/ParMETIS/ParMETIS-4.0.3-intel-2015a.eb
+++ /dev/null
@@ -1,22 +0,0 @@
-name = 'ParMETIS'
-version = '4.0.3'
-
-homepage = 'http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview'
-description = """ParMETIS is an MPI-based parallel library that implements a variety of algorithms for partitioning unstructured graphs,
- meshes, and for computing fill-reducing orderings of sparse matrices. ParMETIS extends the functionality provided by METIS and includes
- routines that are especially suited for parallel AMR computations and large scale numerical simulations. The algorithms implemented in
- ParMETIS are based on the parallel multilevel k-way graph-partitioning, adaptive repartitioning, and parallel multi-constrained partitioning
- schemes."""
-
-toolchain = {'name': 'intel', 'version': '2015a'}
-toolchainopts = {'optarch': True, 'usempi': True, 'pic': True}
-
-source_urls = [
- 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis',
- 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/OLD',
-]
-sources = [SOURCELOWER_TAR_GZ]
-
-builddependencies = [('CMake', '3.1.0', '', ('GCC', '4.9.2'))]
-
-moduleclass = 'math'
diff --git a/p/ParMETIS/ParMETIS-4.0.3-intel-2015b.eb b/p/ParMETIS/ParMETIS-4.0.3-intel-2015b.eb
deleted file mode 100644
index 3487dd68..00000000
--- a/p/ParMETIS/ParMETIS-4.0.3-intel-2015b.eb
+++ /dev/null
@@ -1,22 +0,0 @@
-name = 'ParMETIS'
-version = '4.0.3'
-
-homepage = 'http://glaros.dtc.umn.edu/gkhome/metis/parmetis/overview'
-description = """ParMETIS is an MPI-based parallel library that implements a variety of algorithms for partitioning unstructured graphs,
- meshes, and for computing fill-reducing orderings of sparse matrices. ParMETIS extends the functionality provided by METIS and includes
- routines that are especially suited for parallel AMR computations and large scale numerical simulations. The algorithms implemented in
- ParMETIS are based on the parallel multilevel k-way graph-partitioning, adaptive repartitioning, and parallel multi-constrained partitioning
- schemes."""
-
-toolchain = {'name': 'intel', 'version': '2015b'}
-toolchainopts = {'optarch': True, 'usempi': True, 'pic': True}
-
-source_urls = [
- 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis',
- 'http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/OLD',
-]
-sources = [SOURCELOWER_TAR_GZ]
-
-builddependencies = [('CMake', '3.3.2', '', ('GNU', '4.9.3-2.25'))]
-
-moduleclass = 'math'
diff --git a/p/ParMETIS/ParMETIS-4.0.3-intel-2016a.eb b/p/ParMETIS/ParMETIS-4.0.3-intel-2018.04.eb
similarity index 87%
rename from p/ParMETIS/ParMETIS-4.0.3-intel-2016a.eb
rename to p/ParMETIS/ParMETIS-4.0.3-intel-2018.04.eb
index d1d34fb0..569d018a 100644
--- a/p/ParMETIS/ParMETIS-4.0.3-intel-2016a.eb
+++ b/p/ParMETIS/ParMETIS-4.0.3-intel-2018.04.eb
@@ -1,3 +1,5 @@
+# IT4Innovations 2019
+
name = 'ParMETIS'
version = '4.0.3'
@@ -8,7 +10,7 @@ description = """ParMETIS is an MPI-based parallel library that implements a var
ParMETIS are based on the parallel multilevel k-way graph-partitioning, adaptive repartitioning, and parallel multi-constrained partitioning
schemes."""
-toolchain = {'name': 'intel', 'version': '2016a'}
+toolchain = {'name': 'intel', 'version': '2018.04'}
toolchainopts = {'usempi': True, 'pic': True}
source_urls = [
@@ -17,6 +19,6 @@ source_urls = [
]
sources = [SOURCELOWER_TAR_GZ]
-builddependencies = [('CMake', '3.5.2')]
+builddependencies = [('CMake', '3.13.1', '', True)]
moduleclass = 'math'
diff --git a/p/ParaView/ParaView-5.4.1-foss-2017a-mpi.eb b/p/ParaView/ParaView-5.4.1-foss-2017a-mpi.eb
index 179dc6de..17c6de50 100644
--- a/p/ParaView/ParaView-5.4.1-foss-2017a-mpi.eb
+++ b/p/ParaView/ParaView-5.4.1-foss-2017a-mpi.eb
@@ -1,5 +1,4 @@
# IT4Innovations 2019
-# UV1
easyblock = 'CMakeMake'
@@ -10,7 +9,7 @@ versionsuffix = '-mpi'
homepage = "http://www.paraview.org"
description = "ParaView is a scientific parallel visualizer."
-toolchain = {'name': 'foss', 'version': '2017a'}
+toolchain = {'name': 'foss', 'version': '2018a'}
toolchainopts = {'pic': True, 'usempi': True}
download_suffix = 'download.php?submit=Download&version=v%(version_major_minor)s&type=source&os=all&downloadFile='
@@ -21,18 +20,17 @@ sources = ["ParaView-v%(version)s.tar.gz"]
checksums = ['390d0f5dc66bf432e202a39b1f34193af4bf8aad2355338fa5e2778ea07a80e4']
dependencies = [
- ('X11', '20170314', '', True),
+ ('X11', '20160819', '', True),
('Mesa', '18.1.3', '', ('GCC', '6.3.0-2.27')),
('libGLU', '9.0.0', '', True),
('Qt5', '5.8.0', '', ('GCC', '6.3.0-2.27')),
('zlib', '1.2.11', '', True),
- ('HDF5', '1.10.2'),
- ('Python', '2.7.13', '', True),
+ ('HDF5', '1.10.4', '-parallel'),
+ ('Py', '2.7', '', True),
]
builddependencies = [
-# ('CMake', '3.11.4', '', ('GCC', '6.3.0-2.27'))
- ('CMake', '3.9.1', '', True)
+ ('CMake', '3.13.1', '', True)
]
separate_build_dir = True
diff --git a/p/ParaView/ParaView-5.4.1-foss-2017b-mpi.eb b/p/ParaView/ParaView-5.4.1-foss-2017b-mpi.eb
index 8821a480..d925adb3 100644
--- a/p/ParaView/ParaView-5.4.1-foss-2017b-mpi.eb
+++ b/p/ParaView/ParaView-5.4.1-foss-2017b-mpi.eb
@@ -20,8 +20,7 @@ sources = ["ParaView-v%(version)s.tar.gz"]
checksums = ['390d0f5dc66bf432e202a39b1f34193af4bf8aad2355338fa5e2778ea07a80e4']
dependencies = [
- ('X11', '20170314', '', True),
- ('Mesa', '18.1.3', '', ('GCC', '6.3.0-2.27')),
+ ('Mesa', '18.3.1'),
('libGLU', '9.0.0', '', True),
('Qt5', '5.11.1', '', ('GCC', '6.3.0-2.27')),
('zlib', '1.2.11', '', True),
diff --git a/p/pytest/pytest-4.3.0-Py-2.7.eb b/p/pytest/pytest-4.3.0-Py-2.7.eb
new file mode 100644
index 00000000..ef4e5b75
--- /dev/null
+++ b/p/pytest/pytest-4.3.0-Py-2.7.eb
@@ -0,0 +1,27 @@
+# IT4Innovations 2018
+
+easyblock = 'PythonPackage'
+
+name = 'pytest'
+version = '4.3.0'
+
+homepage = 'http://pytest.org'
+description = 'Simple powerful testing with Python'
+
+toolchain = {'name': 'Py', 'version': '2.7'}
+
+source_urls = [PYPI_SOURCE]
+sources = [SOURCE_TAR_GZ]
+
+dependencies = [
+ ('six', '1.11.0'),
+ ('pluggy', '0.6.0'),
+ ('attrs', '17.4.0'),
+]
+
+sanity_check_paths = {
+ 'files': [],
+ 'dirs': ['lib/python2.7/site-packages/%(name)s-%(version)s-py2.7.egg'],
+}
+
+moduleclass = 'python'
diff --git a/q/Qt5/Qt5-5.8.0.eb b/q/Qt5/Qt5-5.8.0.eb
new file mode 100644
index 00000000..bb13996b
--- /dev/null
+++ b/q/Qt5/Qt5-5.8.0.eb
@@ -0,0 +1,36 @@
+# IT4Innovations
+
+easyblock = 'EB_Qt'
+
+name = 'Qt5'
+version = '5.8.0'
+
+homepage = 'http://qt.io/'
+description = "Qt is a comprehensive cross-platform C++ application framework."
+
+toolchain = {'name': 'dummy', 'version': ''}
+
+source_urls = [
+ 'http://download.qt.io/official_releases/qt/%(version_major_minor)s/%(version)s/single/',
+ 'http://download.qt.io/archive/qt/%(version_major_minor)s/%(version)s/single/']
+sources = ['qt-everywhere-opensource-src-%(version)s.tar.xz']
+
+patches = ['Qt5-5.7.1_fix-nan-inf.patch']
+
+builddependencies = [
+ ('pkg-config', '0.29.2', '', True),
+]
+
+platform = 'linux-g++-64'
+
+# qtgamepad needs recent kernel/libevdev (fails on RHEL 6.x)
+configopts = '-skip qtgamepad'
+
+dependencies = [
+ ('GLib', '2.40.0', '', True),
+ ('libpng', '1.6.29', '', True),
+ ('Mesa', '18.3.1', '', True),
+# ('libGLU', '9.0.0', '', True),
+]
+
+moduleclass = 'devel'
diff --git a/s/SWIG/SWIG-3.0.12-Py-2.7.eb b/s/SWIG/SWIG-3.0.12-Py-2.7.eb
new file mode 100644
index 00000000..5dfb8de7
--- /dev/null
+++ b/s/SWIG/SWIG-3.0.12-Py-2.7.eb
@@ -0,0 +1,20 @@
+# IT4Innovations
+
+name = 'SWIG'
+version = '3.0.12'
+
+homepage = 'http://www.swig.org/'
+description = """SWIG is a software development tool that connects programs written in C and C++ with
+ a variety of high-level programming languages."""
+
+toolchain = {'name': 'Py', 'version': '2.7'}
+toolchainopts = {'pic': True, 'opt': True, 'optarch': True}
+
+source_urls = [SOURCEFORGE_SOURCE]
+sources = [SOURCELOWER_TAR_GZ]
+
+dependencies = [
+ ('PCRE', '8.42', '', True),
+]
+
+moduleclass = 'devel'
diff --git a/v/VirtualGL/VirtualGL-2.6.1.eb b/v/VirtualGL/VirtualGL-2.6.1.eb
new file mode 100644
index 00000000..e58bf9e0
--- /dev/null
+++ b/v/VirtualGL/VirtualGL-2.6.1.eb
@@ -0,0 +1,35 @@
+# IT4Innovations 2019
+
+easyblock = 'CMakeMake'
+
+name = "VirtualGL"
+version = '2.6.1'
+
+homepage = 'http://www.virtualgl.org'
+description = """VirtualGL is an open source toolkit that gives any Unix or Linux remote display software the
+ability to run OpenGL applications with full 3D hardware acceleration."""
+
+# empty version to ensure that dependencies are loaded
+toolchain = {'name': 'dummy', 'version': ''}
+
+sources = ['%(version)s.tar.gz']
+source_urls = ['https://github.com/VirtualGL/virtualgl/archive']
+
+dependencies = [
+ ('Mesa', '18.3.1'),
+ ('libjpeg-turbo', '1.5.3'),
+ ('libGLU', '9.0.0'),
+]
+
+builddependencies = [
+ ('CMake', '3.8.1'),
+]
+
+#skipsteps = ['source', 'patch', 'prepare', 'configure', 'build', 'test']
+
+sanity_check_paths = {
+ 'files': ['bin/vglrun'],
+ 'dirs': ['']
+}
+
+moduleclass = 'tools'