Skip to content
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

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

AlexanderRichert-NOAA
Copy link
Contributor

This PR updates the spack recipe.

@@ -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:")
Copy link
Contributor

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")
Copy link
Contributor

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?

@edwardhartnett
Copy link
Contributor

@AlexanderRichert-NOAA thank you for doing these!

@edwardhartnett
Copy link
Contributor

Should this be merged, or closed?

@AlexanderRichert-NOAA
Copy link
Contributor Author

Sorry, this fell off my radar. I'll update shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants