Merge pull request #2740 from jrood-nrel/jonrood
Renaming mkl to intel-mkl
This commit is contained in:
commit
a016fd01ec
1 changed files with 2 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue