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

Fix build failures by deleting unused variables #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

infotroph
Copy link

@infotroph infotroph commented Apr 11, 2024

These were causing package installation to fail on some systems with a linker message about multiple definitions. Not sure why it's counting these declarations as "definitions", but they're not used anywhere in the code and deleting them appears to fix the build.

While I was at it I also updated testrun.R to use the s1 dataset instead of the deleted hydata, and verified that the deletion produces no change in the GPP plot.

When building R package with GCC 11, complains at link time about "duplicate definitions" of these
@infotroph infotroph changed the title Delete unused variables Fix build failures by deleting unused variables Apr 16, 2024
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.

1 participant