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

wgrib2 library should be built without any extra features #33

Closed
kgerheiser opened this issue Nov 9, 2020 · 0 comments · Fixed by #41
Closed

wgrib2 library should be built without any extra features #33

kgerheiser opened this issue Nov 9, 2020 · 0 comments · Fixed by #41

Comments

@kgerheiser
Copy link
Contributor

The library shouldn't have dependencies on Jasper, PNG, etc. It's the executable that really needs those features and having the library depend on it propagates those dependencies to builds that use the wgrib2 library.

I used object libraries to share object files between the executable and library, but building them separately for the library and executable may be necessary. Maybe with a default option to only build the executable.

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 a pull request may close this issue.

1 participant