Skip to content
Snippets Groups Projects
Commit bc4c372e authored by Jon Rood's avatar Jon Rood Committed by Peter Scheibel
Browse files

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

parent 6d6bc801
No related branches found
No related tags found
No related merge requests found
...@@ -50,8 +50,8 @@ class NaluWind(CMakePackage): ...@@ -50,8 +50,8 @@ class NaluWind(CMakePackage):
depends_on('openfast+cxx~shared', when='+openfast~shared') depends_on('openfast+cxx~shared', when='+openfast~shared')
depends_on('tioga', when='+tioga+shared') depends_on('tioga', when='+tioga+shared')
depends_on('tioga~shared', when='+tioga~shared') depends_on('tioga~shared', when='+tioga~shared')
depends_on('hypre+mpi+int64', when='+hypre+shared') depends_on('hypre+mpi+int64~superlu-dist', when='+hypre+shared')
depends_on('hypre+mpi+int64~shared', when='+hypre~shared') depends_on('hypre+mpi+int64~superlu-dist~shared', when='+hypre~shared')
depends_on('trilinos-catalyst-ioss-adapter', when='+catalyst') depends_on('trilinos-catalyst-ioss-adapter', when='+catalyst')
# FFTW doesn't have a 'shared' variant at this moment # FFTW doesn't have a 'shared' variant at this moment
depends_on('fftw+mpi', when='+fftw') depends_on('fftw+mpi', when='+fftw')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment