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

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
37 lines
1.3 KiB
Plaintext
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'
|