Merge pull request #2740 from jrood-nrel/jonrood

Renaming mkl to intel-mkl
This commit is contained in:
Gregory Lee 2017-01-06 11:01:16 -08:00 committed by GitHub
commit a016fd01ec

View file

@ -28,7 +28,7 @@
from spack.pkg.builtin.intel import IntelInstaller from spack.pkg.builtin.intel import IntelInstaller
class Mkl(IntelInstaller): class IntelMkl(IntelInstaller):
"""Intel Math Kernel Library. """Intel Math Kernel Library.
Note: You will have to add the download file to a Note: You will have to add the download file to a
@ -55,6 +55,7 @@ class Mkl(IntelInstaller):
# virtual dependency # virtual dependency
provides('blas') provides('blas')
provides('lapack') provides('lapack')
provides('mkl')
# TODO: MKL also provides implementation of Scalapack. # TODO: MKL also provides implementation of Scalapack.
@property @property