easyconfigs-it4i/i/imkl/imkl-2017.4.239-iompi-2017b.eb
Lukáš Krupčík e496d7ac12 new file: a/Amber/Amber-18-iomkl-2017b-AmberTools-18-serial.eb
new file:   h/HDF5/HDF5-1.10.1-iomkl-2017b.eb
	new file:   i/imkl/imkl-2017.4.239-iompi-2017b.eb
	new file:   i/iomkl/iomkl-2017b.eb
	new file:   i/iompi/iompi-2017b.eb
	new file:   n/netCDF-Fortran/netCDF-Fortran-4.4.4-iomkl-2017b.eb
	new file:   n/netCDF/netCDF-4.6.1-iomkl-2017b.eb


Former-commit-id: 56909937a645128d160f538f049f23af47a25212
2018-08-21 11:02:46 +02:00

38 lines
1.4 KiB
Plaintext

# IT4Innovations 2018
name = 'imkl'
version = '2017.4.239'
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': '2017b'}
sources = ['l_mkl_%(version)s.tgz']
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'