-
Notifications
You must be signed in to change notification settings - Fork 48
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
Configuration for [email protected] and [email protected] #1240
Configuration for [email protected] and [email protected] #1240
Conversation
My testing on the AWS instance ran into this issue: jcsda-internal/jedi-bundle/issues/95, but I also found that the bufr-query package is installing its python extension in the What's the proper way to fix this?
Thanks! |
Kind of surprising, the Python extension should be handled correctly by spack (i.e. the spack modulefile should contain the correct pythonpath). Maybe it is a cmake configuration issue? |
@srherbener I merged the spack PR. Feel free to push the submodule pointer update and .gitmodules reversal, but please add [skip ci] as an empty last commit so that we don't trigger CI runs. We've got a bit of a backlog of PRs to merge and CI takes a lot of time at the moment. Thanks! |
Sorry, I tried to do the "skip ci" but it didn't seem to take effect. |
|
@srherbener I resolved the merge conflicts in |
@climbfuji thanks for the note about the missing bufr-query entry in the jedi-ci config. I do want that in. I noticed that this PR is out of date with develop, so I will add the bufr-query entry and merge develop. |
Added [email protected] to container jedi-ci.yaml
f6dc438
to
2b9c11c
Compare
This is ready for review now. Thanks! |
@climbfuji thanks for all of your help with the eckit and bufr-query work. It's much appreciated! |
* jcsda/develop: Bump Python to 3.11.7 (JCSDA#1217) Add a clause in the cleanup to fix directory permissions (JCSDA#1273) Bug fix: configure neptune-env variants in three templates: neptune-dev, skylab-dev, unified-dev (JCSDA#1268) Update site configs for Atlantis, Narwhal, Nautilus (JCSDA#1266) Configuration for [email protected] and [email protected] (JCSDA#1240)
Summary
This PR contains an initial configuration for the new bufr_query library from NOAA-EMC
Testing
Applications affected
JEDI, There are likely some NOAA applications affected, but I'm not clear on which ones.
Systems affected
HPCs, MacOS
Dependencies
If there are PRs that need to be merged before or along with this one, please add "- [ ] waiting on LINK_TO_PR" for each of them
Issue(s) addressed
Resolves #1182
Checklist