JCSDA-internal / ioda-converters

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

CMake configuration needs a dependency on eccodes #770

Closed srherbener closed 1 year ago

srherbener commented 2 years ago

Description

Now that some of the converters use eccodes, we need to put in a find_package call for eccodes and set up appropriate dependencies on eccodes.

Requirements

As of now, here are the converters that use eccodes (python):

These need to declare a dependency on the eccodes library.

Acceptance Criteria (Definition of Done)

The eccodes library is appropriately set up as a dependency for the converters listed above.

Dependencies

None

rhoneyager commented 2 years ago

We have a find_package(eccodes) call in the top-level CMakeLists.txt. Does it allow us to specify components?

Moving to AOP22. Crossovers with stack maintenance and jedi-cmake maintenance.

symoore90 commented 1 year ago

Closing due to lack of activity.