Intel-mkl provides mkl

This commit is contained in:
Jon Rood
2017-01-04 14:02:23 -07:00
parent c8405b4b5f
commit 01406251c9

View File

@@ -55,6 +55,7 @@ class IntelMkl(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