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

Use isfinite, fix pvode linking #3063

Open
wants to merge 3 commits into
base: next
Choose a base branch
from
Open

Use isfinite, fix pvode linking #3063

wants to merge 3 commits into from

Conversation

bendudson
Copy link
Contributor

Should fix issue #3060 , building on MacOS

  • Use std::isfinite rather than the non-standard finite function
  • Link PVODE pvpre library against pvode library

also:

  • Update copyright notices in touched files

`finite()` is a BSD extension for C that is widely supported
but not standard. Fails to compile under MacOS.
Drive-by updates of touched files.
pvpre file pvbbdpre.cpp uses routines in pvode nvector.cpp, so should
link against pvode. This resolves an issue on MacOS (at least locally).
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