Skip to content
Snippets Groups Projects
Unverified Commit fe718afa authored by Jed Brown's avatar Jed Brown Committed by GitHub
Browse files

ceed: fix @3.0.0 dependency on hypre@2.18.2 (#17983)


Co-authored-by: default avatarVeselin Dobrev <dobrev1@llnl.gov>
parent 2dad0e58
No related branches found
No related tags found
No related merge requests found
...@@ -92,6 +92,9 @@ class Ceed(BundlePackage): ...@@ -92,6 +92,9 @@ class Ceed(BundlePackage):
depends_on('petsc@3.13.0:3.13.99~hdf5~superlu-dist', depends_on('petsc@3.13.0:3.13.99~hdf5~superlu-dist',
when='@3.0.0+petsc+quickbuild') when='@3.0.0+petsc+quickbuild')
depends_on('petsc@3.13.0:3.13.99+mpi+double~int64', when='@3.0.0+petsc~mfem') depends_on('petsc@3.13.0:3.13.99+mpi+double~int64', when='@3.0.0+petsc~mfem')
# Coax concretizer to use version of hypre required by transitive
# dependencies (mfem, petsc)
depends_on('hypre@:2.18.2', when='@3.0.0+mfem')
# The mfem petsc examples need the petsc variants +hypre, +suite-sparse, # The mfem petsc examples need the petsc variants +hypre, +suite-sparse,
# and +mumps: # and +mumps:
depends_on('petsc@3.13.0:3.13.99+mpi+hypre+suite-sparse+mumps+double~int64', depends_on('petsc@3.13.0:3.13.99+mpi+hypre+suite-sparse+mumps+double~int64',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment