name = 'imkl'
version = '11.0.4.183'

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': 'dummy', 'version': ''}

sources = ['l_mkl_%(version)s.tgz']

compver = '2013.4.183'

# deps for interface build
dependencies = [
    ('icc', compver),
    ('ifort', compver),
    ('impi', '4.1.0.030'),
]

dontcreateinstalldir = 'True'

interfaces = True

# license file
license_file = '/apps/licenses/intel/license.lic'

moduleclass = 'numlib'