easyconfigs-it4i/i/imkl/imkl-11.3.2.181-iimpi-2016.02-GCC-4.9.3-2.25.eb
Lukáš Krupčík 81cc393ac8 modified: i/imkl/imkl-11.3.2.181-iimpi-2016.02-GCC-4.9.3-2.25.eb
new file:   m/Mercurial/Mercurial-4.4.2-Py-2.7.eb
	new file:   n/numactl/numactl-2.0.11.eb
	new file:   p/pWord2Vec/pWord2Vec-2018-01-25-intel-2017a.eb
	new file:   p/pWord2Vec/pWord2Vec-pWord2Vec.cpp.patch
	new file:   v/VTune/VTune-2017_update5.eb
2018-01-25 10:29:52 +01:00

37 lines
1.3 KiB
Plaintext

# 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'