-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow exago to use hiop@develop past v1.0.1 #41384
Conversation
@ryandanehy can you review this PR? This PR modifies the following package(s), for which you are listed as a maintainer:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small change to revert
@@ -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:") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@balay added this. I think it's safer just to use 3.20+ and move on from 3.19
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm - looking at my prior change at dbf21bf
Looks like petsc@3.20 was not in the dependency list - so my change added it in.
If petsc@3.19 works with @1.6 - its fine to add in this additional change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming the slight change is made this looks good.
Adjust the spack package to confine previous exago releases to hiop@1.0.0 and move future versions to v1.0.1 onwards.
Adjust petsc version numbers.