nalu-wind package: require hypre without superlu-dist. (#11022)

This commit is contained in:
Jon Rood 2019-04-02 18:02:22 -06:00 committed by Peter Scheibel
parent 6d6bc8010f
commit bc4c372ebd

View File

@ -50,8 +50,8 @@ class NaluWind(CMakePackage):
depends_on('openfast+cxx~shared', when='+openfast~shared')
depends_on('tioga', when='+tioga+shared')
depends_on('tioga~shared', when='+tioga~shared')
depends_on('hypre+mpi+int64', when='+hypre+shared')
depends_on('hypre+mpi+int64~shared', when='+hypre~shared')
depends_on('hypre+mpi+int64~superlu-dist', when='+hypre+shared')
depends_on('hypre+mpi+int64~superlu-dist~shared', when='+hypre~shared')
depends_on('trilinos-catalyst-ioss-adapter', when='+catalyst')
# FFTW doesn't have a 'shared' variant at this moment
depends_on('fftw+mpi', when='+fftw')