easyconfigs-it4i/i/imkl/imkl-2017.3.196-iimpi-2017b.eb
Lukáš Krupčík e1be6fe12d new file: a/ANSYS/ANSYS-18.0-intel-2017a.eb
new file:   a/ANSYS/ANSYS-18.2-intel-2017a.eb
	new file:   b/binutils/binutils-2.28-GCCcore-6.4.0.eb
	new file:   g/GCCcore/GCCcore-6.4.0.eb
	new file:   h/HPL/HPL-2.2-intel-2017b.eb
	new file:   h/HPL/HPL_parallel-make.patch
	new file:   i/icc/icc-2017.4.196-GCC-6.4.0-2.28.eb
	new file:   i/iccifort/iccifort-2017.4.196-GCC-6.4.0-2.28.eb
	new file:   i/ifort/ifort-2017.4.196-GCC-6.4.0-2.28.eb
	new file:   i/iimpi/iimpi-2017b.eb
	new file:   i/imkl/imkl-2017.3.196-iimpi-2017b.eb
	new file:   i/impi/iimpi-2017b.eb
	new file:   i/impi/impi-2017.3.196-iccifort-2017.4.196-GCC-6.4.0-2.28.eb
	new file:   i/intel/intel-2017b.eb
	new file:   p/ParaView/ParaView-5.4.0-intel-2017a-mpi-OSPRay-OpenGL.eb
	new file:   p/ParaView/ParaView-5.4.0-intel-2017a-mpi-OSPRay-OpenGL2.eb
	deleted:    p/ParaView/.ParaView-5.4.0-intel-2017a-OSPRay-test.eb.swp
	deleted:    p/ParaView/ParaView-5.4.0-intel-2017a-OSPRay-test.eb
2017-08-31 11:09:04 +02:00

38 lines
1.5 KiB
Plaintext

name = 'imkl'
version = '2017.3.196'
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': '2017b'}
sources = ['l_mkl_%(version)s.tgz']
checksums = ['4a2eb4bee789391d9c07d7c348a80702']
dontcreateinstalldir = 'True'
interfaces = True
#prebuildopts = "sed '1,2d' /apps/easybuild/build/imkl/2017.3.196/iimpi-2017b/l_mkl_2017.3.196/silent.cfg -i && "
#preinstallopts = 'exit 1 && '
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'