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

new file: p/ParMETIS/ParMETIS-4.0.3-gompi-2019b.eb modified: p/PyQt5/PyQt5-5.13.1-Py-3.7.eb modified: q/Qt5/Qt5-5.13.1.eb new file: s/SuperLU_DIST/SuperLU_DIST-6.3.0-gompi-2019b.eb
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
# IT4Innovations 2020
|
|
|
|
name = 'mkl'
|
|
version = '2020.0.166'
|
|
|
|
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 = SYSTEM
|
|
|
|
sources = ['l_mkl_%(version)s.tgz']
|
|
|
|
dontcreateinstalldir = 'True'
|
|
|
|
interfaces = False
|
|
|
|
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'
|