-
Notifications
You must be signed in to change notification settings - Fork 56
Bumped bufr version to 12.0.1 #797
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
Conversation
climbfuji
left a comment
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.
bufr@12.0.1 is not in the release/1.5.1 spack submodule, and also not in jcsda_emc_spack_stack
Dang, my mistake, just saw your spack PR. I'll dismiss my review and look more carefully again. CI is failing, though. |
|
I'm getting these error messages for the ubuntu-ci-x86_64-build test: I'm not sure what the problem is. I ran into this with manually building on my Mac, but in that case the prompt I got was: (ie, the default response is yes instead of no) and by responding with a I must be missing something in my Thanks! |
|
Looks like one of the patches that spack applies can't be applied cleanly. Maybe it's been fixed in the source code. |
Thanks @climbfuji! I think I've got it fixed. The python patch is no longer needed for bufr@12.0.1, so I updated the bufr package.py accordingly. |
|
@srherbener I merged JCSDA/spack#330, please update your github submodule pointer and also updated this branch from develop. Thanks! |
Done! I also reverted the .gitmodules back to point to the jcsda_emc_spack_stack branch in our spack fork. |
* Bumped bufr version to 12.0.1, change .gitconfig urls for testing * Updated spack submodule commit hash
release/1.5.1: bump bufr version to 12.0.1 (cherry-pick #797 from develop)
* Clarifying directions in Generating new site configs (#791) * Change prod-util module to prod_util (#794) (#798) * Bumped bufr version to 12.0.1 (#797) * Workaround for spack-stack-1.5.0 on Hera: use new noavx512 install, add target 'haswell' * Update default atlas version to 0.35.0 * Update build variants for ecmwf-atlas * Update variants for ectrans * Remove deprecated variant cgal from ecmwf-atlas, since it conflicts with the replacement qhull for tesselation and since it leads to compilation errors in ecmwf-atlas with Intel * release/1.5.1: fix Intel container build (ectrans error), update Derecho documentation Bugfix/container ectrans fftw derecho docs (#821) * Comment out intel-oneapi-mkl in configs/containers/docker-ubuntu-intel-impi.yaml and fix wrong variant ~fftw for jedi-base-env in configs/containers/README.md * Fix incorrect variant name for mkl for package ectrans in configs/common/packages.yaml * Fix outdated instructions for Derecho in doc/source/PreConfiguredSites.rst * Update gsi-ncdiag version number in config. * Update fms default to 2023.02.01 * ESMF@8.5.0, MAPL@2.40.3 as defaults (#839) * update fms versions in unified-dev * update fms versions in ufs wm metapackage * update gftl-shared default to 1.6.1 * release/1.5.1: backport mpich4 workarounds for mapl@2.35.2 and mapl@2.40.3 (#842) * release/1.5.1: update site config for Hercules (gnu+mvapich2) (#849) * release/1.5.1: Update site configs for Derecho, Narwhal, Gaea C5, Discover, AWS ParallelCluster, S4 (#853) * release/1.5.1: add fms@2023.03, site config updates round 3 (#855) * Update site configs for NOAA Parallel Works * Update casper site config and build documentation * Update container specs in configs/containers/README.md * Update Hercules site config (gnu@12, mvapich2@2.3.7) * Update doc/source/PreConfiguredSites.rst for casper, hera, gaea-c4, jet * Add fms@2023.03 in spack submodule, add to unified-dev and skylab-dev templates * Update configs/containers after tagging spack submodule as spack-stack-1.5.1 * Update documentation for AWS AMI release 1.5.1 * Update macOS section in doc/source/NewSiteConfigs.rst to match Linux section --------- Co-authored-by: Nate Crossette <ncrossette@ucar.edu> Co-authored-by: Alex Richert <82525672+AlexanderRichert-NOAA@users.noreply.github.com> Co-authored-by: Stephen Herbener <32968781+srherbener@users.noreply.github.com> Co-authored-by: DavidHuber <David.Huber@noaa.gov> Co-authored-by: Alex Richert <alexander.richert@noaa.gov>
Summary
This PR bumps the bufr version in common package.py to version 12.0.1.
Testing
I tested building on my Mac and was able to successfully build bufr@12.0.1.
Applications affected
This affects JEDI ioda converters, and other applications that use the NCEPLIBS-bufr package.
Systems affected
List all systems intentionally or unintentionally affected by this PR.
Dependencies
Issue(s) addressed
This partially addresses #778
Checklist