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

Link netCDF-C via pkgconfig #78

Merged
merged 4 commits into from
May 21, 2024
Merged

Conversation

WardF
Copy link
Collaborator

@WardF WardF commented May 20, 2024

When linking against static netcdf-fortran, there are many unresolved symbols from the netcdf-c library. This finds and links against the C library and resolves the issue, at least in my testing.

@WardF WardF requested review from mattldawson and K20shores May 20, 2024 16:59
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.07%. Comparing base (6ff2799) to head (9e4ad70).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #78   +/-   ##
=======================================
  Coverage   79.07%   79.07%           
=======================================
  Files         126      126           
  Lines       11104    11104           
=======================================
  Hits         8780     8780           
  Misses       2324     2324           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@mattldawson mattldawson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!

@WardF
Copy link
Collaborator Author

WardF commented May 21, 2024

I see one of the required tests is still listed as 'expected', I'm not sure what to do about that one XD.

@mattldawson
Copy link
Collaborator

Expected — Waiting for status to be reported

This happens occasionally - I'll just merge it in and the tests should rerun after the commit to main

@mattldawson mattldawson merged commit 9900942 into NCAR:main May 21, 2024
9 checks passed
@WardF WardF deleted the pkgconfig-netcdf-c.wif branch May 21, 2024 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants