Skip to content

Commit

Permalink
Allow exago to use hiop@develop past v1.0.1 (#41384)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaelynlitz committed Dec 2, 2023
1 parent 8bbc2e2 commit 88e738c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions var/spack/repos/builtin/packages/exago/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ class Exago(CMakePackage, CudaPackage, ROCmPackage):
depends_on("hiop@0.3.99:", when="@0.99:+hiop")
depends_on("hiop@0.5.1:", when="@1.1.0:+hiop")
depends_on("hiop@0.5.3:", when="@1.3.0:+hiop")
depends_on("hiop@0.7.0:1.0.0", when="@1.5.0:+hiop")
depends_on("hiop@0.7.0:1.0.0", when="@1.5.0:1.6.0+hiop")
depends_on("hiop@1.0.1:", when="@develop:+hiop")

depends_on("hiop~mpi", when="+hiop~mpi")
depends_on("hiop+mpi", when="+hiop+mpi")
Expand All @@ -160,7 +161,7 @@ class Exago(CMakePackage, CudaPackage, ROCmPackage):
depends_on("petsc@3.13:3.14", when="@:1.2")
depends_on("petsc@3.16", when="@1.3:1.4")
depends_on("petsc@3.18:3.19", when="@1.5")
depends_on("petsc@3.20:", when="@1.6:")
depends_on("petsc@3.19:", when="@1.6:")

depends_on("petsc~mpi", when="~mpi")

Expand Down

0 comments on commit 88e738c

Please sign in to comment.