Skip to content
Snippets Groups Projects
Commit 09033e99 authored by Denis Davydov's avatar Denis Davydov Committed by Adam J. Stewart
Browse files

dealii: does not support sundials 4.x (#10324)

parent 04c1af0e
Branches
Tags
No related merge requests found
......@@ -143,7 +143,7 @@ class Dealii(CMakePackage, CudaPackage):
depends_on('slepc', when='+slepc+petsc+mpi')
depends_on('slepc@:3.6.3', when='@:8.4.1+slepc+petsc+mpi')
depends_on('slepc~arpack', when='+slepc+petsc+mpi+int64')
depends_on('sundials~pthread', when='@9.0:+sundials')
depends_on('sundials@:3~pthread', when='@9.0:+sundials')
# do not require +rol to make concretization of xsdk possible
depends_on('trilinos+amesos+aztec+epetra+ifpack+ml+muelu+sacado+teuchos', when='+trilinos+mpi~int64~cuda')
depends_on('trilinos+amesos+aztec+epetra+ifpack+ml+muelu+sacado+teuchos~hypre', when='+trilinos+mpi+int64~cuda')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment