-
Notifications
You must be signed in to change notification settings - Fork 13
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 crtm(-fix), wgrib2 #510
Update crtm(-fix), wgrib2 #510
Conversation
* add [email protected] * fix url_for_version's version check Co-authored-by: Tamara Dahlgren <[email protected]> --------- Co-authored-by: Tamara Dahlgren <[email protected]>
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.
I don't know enough about the new wgrib2 build, but I refer to the experts and developers for that package. And if it's good enough for spack develop, then it is certainly good enough for us.
if name == "cflags": | ||
if spec.satisfies("%apple-clang"): | ||
if self.spec.compiler.name == "apple-clang": |
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.
@AlexanderRichert-NOAA This seems to be a bug, or at least it is causing a build error? https://github.com/JCSDA/spack-stack/actions/runs/13077825823/job/36494196074?pr=1486
Maybe the compiler name is still clang
, not apple-clang
, even if the spec is apple-clang?
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.
Did you already take care of this? I can't test it, so feel free to do whatever makes work...
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.
My first attempt failed, I will need to look again. Unlikely I will be able to finish this today, other things are more urgent.
This PR pulls in the crtm, crtm-fix, and wgrib2 updates included (or soon to be) in main Spack.
I checked out the files rather than cherry picking commits since the Spack commit will end up being different anyway...