-
Notifications
You must be signed in to change notification settings - Fork 11
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
Update spack recipe #321
base: develop
Are you sure you want to change the base?
Update spack recipe #321
Conversation
@@ -31,6 +33,7 @@ class GribUtil(CMakePackage): | |||
depends_on("w3emc precision=4,d", when="^w3emc@2.10:") | |||
depends_on("w3nco", when="@:1.2.3") | |||
depends_on("g2") | |||
depends_on("g2@3.4.9:", when="@1.4:") |
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.
Not sure how much it matters, but 1.3 depended on g2-3.4.8.
So I think you want to add:
depends_on("g2@3.4.8:", when="@1.3:")
@@ -18,6 +18,8 @@ class GribUtil(CMakePackage): | |||
maintainers("AlexanderRichert-NOAA", "Hang-Lei-NOAA", "edwardhartnett") | |||
|
|||
version("develop", branch="develop") | |||
version("1.4.0", tag="v1.4.0", commit="eeacc9ec93dfe6379f576191883c84a4a1202cc8") | |||
version("1.3.0", commit="9d3c68a") |
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.
How come these are different? In other words, why not use the v1.3.0 tag?
@AlexanderRichert-NOAA thank you for doing these! |
Should this be merged, or closed? |
Sorry, this fell off my radar. I'll update shortly. |
This PR updates the spack recipe.