Renaming mkl to intel-mkl
This commit is contained in:
parent
4e653254c5
commit
c8405b4b5f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
from spack.pkg.builtin.intel import IntelInstaller
|
||||
|
||||
|
||||
class Mkl(IntelInstaller):
|
||||
class IntelMkl(IntelInstaller):
|
||||
"""Intel Math Kernel Library.
|
||||
|
||||
Note: You will have to add the download file to a
|
Loading…
Reference in a new issue