Introduce fftw-api virtual package for Intel-MKL and FFTW (#9618)

* Introduce FFTW2 and FFT3 providers for Intel-MKL and FFTW Spack packages.

* make fftw default package for fftw-api virtual package

* virtual package test assertion now provides location of default virtual packages.

* Change name of virtual package to fftw-api and used versioned interface.
This commit is contained in:
Nichols A. Romero
2018-11-09 10:16:11 -06:00
committed by Todd Gamblin
parent 988d37757f
commit 236b34f3df
4 changed files with 10 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ packages:
blas: [openblas]
daal: [intel-daal]
elf: [elfutils]
fftw-api: [fftw]
gl: [mesa, opengl]
glu: [mesa-glu, openglu]
golang: [gcc]