sundials+hypre depends on hypre (#6075)

This commit is contained in:
Adam J. Stewart 2017-11-02 02:16:43 -05:00 committed by Massimiliano Culpo
parent 11ba60413b
commit e47ceefc43

View File

@ -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')