Remove ~mpi variant from fftw dependency (#22848)

This commit is contained in:
Martin Pokorny
2021-04-07 14:27:42 -06:00
committed by GitHub
parent e349ae26fc
commit 355b7787d4

View File

@@ -48,7 +48,7 @@ class Casacore(CMakePackage):
depends_on('lapack')
depends_on('cfitsio')
depends_on('wcslib@4.20:+cfitsio')
depends_on('fftw@3.0.0:~mpi precision=float,double', when='+fftw')
depends_on('fftw@3.0.0: precision=float,double', when='+fftw')
# SOFA dependency suffers the same problem in CMakeLists.txt as readline;
# force a dependency when building unit tests
depends_on('sofa-c', type='test')