JCSDA-internal / ioda-converters

Various converters for getting obs data in and out of IODA
9 stars 2 forks source link

Set minimum version for NCEPLIB-bufr #1380

Closed rmclaren closed 9 months ago

rmclaren commented 11 months ago

Current behavior (describe the bug)

Will look for any version of NCEPLIB-bufr and then fail if its not found.

To Reproduce

Download and compile ioda-converters on machine with NCEPLIB-bufr older than 12.0.0

Expected behavior

Ignore bufr (which is optional) when the installed version is too old.

PatNichols commented 9 months ago

@rmclaren Can I close this issue? It looks like the above PR fixed it. Thanks!

rmclaren commented 9 months ago

Sure

PatNichols commented 9 months ago

Fixed with above PR