diff options
author | Nichols A. Romero <naromero77@users.noreply.github.com> | 2018-11-09 10:16:11 -0600 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2018-11-09 08:16:11 -0800 |
commit | 236b34f3df38d0f44ada307ece354f92a96a6a91 (patch) | |
tree | d48401c2d4ec0c864e1949259134eac9f129066c /etc | |
parent | 988d37757f70f8e580db9091f5c9cc2e32ba33d5 (diff) | |
download | spack-236b34f3df38d0f44ada307ece354f92a96a6a91.tar.gz spack-236b34f3df38d0f44ada307ece354f92a96a6a91.tar.bz2 spack-236b34f3df38d0f44ada307ece354f92a96a6a91.tar.xz spack-236b34f3df38d0f44ada307ece354f92a96a6a91.zip |
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.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/spack/defaults/packages.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/spack/defaults/packages.yaml b/etc/spack/defaults/packages.yaml index 5c38ddb683..aaab12b3ef 100644 --- a/etc/spack/defaults/packages.yaml +++ b/etc/spack/defaults/packages.yaml @@ -22,6 +22,7 @@ packages: blas: [openblas] daal: [intel-daal] elf: [elfutils] + fftw-api: [fftw] gl: [mesa, opengl] glu: [mesa-glu, openglu] golang: [gcc] |