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

DM-29853: Update autoconf files #8

Merged
merged 3 commits into from Apr 23, 2021
Merged

DM-29853: Update autoconf files #8

merged 3 commits into from Apr 23, 2021

Conversation

erykoff
Copy link
Contributor

@erykoff erykoff commented Apr 23, 2021

These updates provide proper support for macOS 11.0 (Big Sur), osx-arm64, and replace deprecated finite with isfinite.

#else
#define LM_FINITE finite // other than MSVC, ICC, GCC, let's hope this will work
Copy link
Contributor

Choose a reason for hiding this comment

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

Was the whole levmar package updated or is this change manually edited?
finite still works although not C99 compliant
https://godbolt.org/z/ondxhGoxY

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I did this manually because otherwise it wouldn't compile on osx-arm64 with clang11.

Copy link
Contributor

Choose a reason for hiding this comment

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

Reasonable fix. I saw this fixed upstream, but changing the package version opens a whole new can of worms.

@erykoff erykoff merged commit 57437a1 into master Apr 23, 2021
@erykoff erykoff deleted the tickets/DM-29853 branch April 23, 2021 22:04
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.

None yet

2 participants