sundials+hypre depends on hypre (#6075)
This commit is contained in:
parent
11ba60413b
commit
e47ceefc43
@ -183,8 +183,10 @@ class Sundials(CMakePackage):
|
||||
depends_on('petsc+double~complex', when='+petsc precision=double')
|
||||
|
||||
# Require that external libraries built with the same index type
|
||||
depends_on('hypre', when='+hypre')
|
||||
depends_on('hypre~int64', when='+hypre ~int64')
|
||||
depends_on('hypre+int64', when='+hypre +int64')
|
||||
depends_on('petsc', when='+petsc')
|
||||
depends_on('petsc~int64', when='+petsc ~int64')
|
||||
depends_on('petsc+int64', when='+petsc +int64')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user