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

Do not define our own mpfr_sinpi/mpfr_cospi for mpfr 4.2.0 and later #471

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

musicinmybrain
Copy link
Contributor

These two functions were added to the MPFR API.

Fixes #458.

This is offered as alternative to #462, in case you would like to maintain backwards compatibility with MPFR versions earlier than 4.2.0. I don’t view either PR as better than the other; it’s merely a matter of choice.

@blapie
Copy link
Collaborator

blapie commented Nov 10, 2023

@musicinmybrain Hello, Would you mind rebasing your branch on top of master so we can test this through the new CI? Cheers

@musicinmybrain
Copy link
Contributor Author

@musicinmybrain Hello, Would you mind rebasing your branch on top of master so we can test this through the new CI? Cheers

Done!

@blapie
Copy link
Collaborator

blapie commented Nov 10, 2023

@musicinmybrain Brilliant, thanks! Should be able to merge next week, thanks a lot for the contribution!

@blapie
Copy link
Collaborator

blapie commented Nov 21, 2023

@musicinmybrain Hi! Could you please rebase again so it picks up the last CI checks? Will merge after. Thanks!

These two functions were added to the MPFR API.

Fixes shibatch#458.
@musicinmybrain
Copy link
Contributor Author

Rebased.

@blapie blapie merged commit 7d0b37d into shibatch:master Nov 21, 2023
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compilation fails (conflicting types) if mpfr-devel 4.2.0 is provided
2 participants