Skip to content

Add depends for geos-gcm-env #1658

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

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

Conversation

mathomp4
Copy link
Collaborator

@mathomp4 mathomp4 commented Jun 4, 2025

Summary

This PR adds a few new dependencies for the geos-gcm-env:

    depends_on("py-pyyaml", type="run")
    depends_on("py-ruamel-yaml", type="run")
    depends_on("udunits", type="run")

I also removed @danholdaway as a maintainer, since, well, he's not really doing that anymore, but I did add @Dooruk just as a back up. (Maybe in the future it can change.)

Note: I also advanced the version but, well, I'm not sure I should be? I'll let @climbfuji let me know if I should have.

Testing

I've been trying to build a spack stack at NAS and found that when I did my ml geos-gcm-env my cmake for GEOSgcm failed because, well, no udunits. I then checked my

Applications affected

I think just GEOSgcm. SWELL has its own metamodule.

Systems affected

I guess...all of them? It's not machine dependent.

Dependencies

None

Issue(s) addressed

Closes #1657

Checklist

  • This PR addresses one issue/problem/enhancement, or has a very good reason for not doing so.
  • These changes have been tested on the affected systems and applications.
  • All dependency PRs/issues have been resolved and this PR can be merged.


# Current version
version("1.0.0")
version("1.1.0")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We've been really lazy with these versions. Most *-env packages in our custom spack repo still have 1.0.0, except a few (e.g. NEPTUNE). It's really up to you, but I would align the version with the version of GEOS this environment supports.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ooh. So that goes up to like v11.7 or something. Okay. I'll try and figure out the right version to use.

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.

Add udunits to geos-gcm-env
2 participants