let intel-parallel-studio provide fftw-api for +mkl (#19497)
This commit is contained in:
parent
ccc331af26
commit
bbc048e615
1 changed files with 4 additions and 0 deletions
|
@ -187,6 +187,10 @@ class IntelParallelStudio(IntelPackage):
|
|||
provides('lapack', when='+mkl')
|
||||
provides('scalapack', when='+mkl')
|
||||
|
||||
provides('fftw-api@3', when='+mkl@professional.2017:')
|
||||
provides('fftw-api@3', when='+mkl@cluster.2017:')
|
||||
provides('fftw-api@3', when='+mkl@composer.2017:')
|
||||
|
||||
provides('mpi', when='+mpi')
|
||||
provides('tbb', when='+tbb')
|
||||
|
||||
|
|
Loading…
Reference in a new issue