new(github.com/ecmwf/eccodes): eccodes 2.47.2#13466
Open
tannevaled wants to merge 1 commit into
Open
Conversation
ECMWF GRIB/BUFR toolkit (C++/CMake). minimal (no fortran/python/netcdf/jpg/aec); ECCODES_*_PATH runtime.env for relocated definitions/samples.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds ecCodes — ECMWF's GRIB/BUFR decoding toolkit (
grib_ls,grib_dump,bufr_dump,codes_info, …). C++/CMake. Minimal build: Fortran/Python/NetCDF/JPEG2000/AEC/MEMFS all OFF (degrade gracefully). Critical: ecCodes bakes its definitions+samples dir at configure time and aborts post-relocation (Unable to find boot.def), soruntime.env ECCODES_DEFINITION_PATH/ECCODES_SAMPLES_PATHare set to${{prefix}}/share/eccodes/...— the single most important lines. C++ -> gcc 14 build + libstdcxx runtime on linux (darwin = Apple clang). Verified on linux/arm64: configure (all optional deps off), build, install,codes_info-> 2.47.2, andgrib_lson a shipped GRIB2 sample with definitions found post-relocation.