Skip to content
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

Modifications to make the NetCDF CXX component private instead of public #47

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

srherbener
Copy link
Collaborator

@srherbener srherbener commented Jan 24, 2025

This PR changes the NetCDF CXX component from public to private so that clients (eg, ioda) of bufr-query don't need to have the netcdf-cxx4 package available. In the ioda case, there is no use of the NetCDF C++ API in the ioda code, but the NetCDF CXX package was required since bufr-query exported it as such. Changing the CXX component to private fixes this issue.

Partially addresses jcsda-internal/ioda/issues/1375

@srherbener srherbener requested a review from rmclaren January 24, 2025 21:00
@srherbener srherbener added the bug Something isn't working label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant