-
Notifications
You must be signed in to change notification settings - Fork 135
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
Compilation fails (conflicting types) if mpfr-devel 4.2.0 is provided #458
Comments
These two functions were added to the MPFR API. Fixes shibatch#458.
Using |
These two functions were added to the MPFR API. Fixes shibatch#458.
These two functions were added to the MPFR API. Fixes shibatch#458.
@adamjstewart Is this still an issue? Detection of mpfr often requires tweaking depending on the OS, we will try to improve it in the future. |
It looks like it was fixed by #471. Will backport this if I need to build older versions for PyTorch. |
Hello,
I tried compiling sleef 3.5.1 with mpfr 4.2.0 support on openSUSE but it failed with a bunch of conflicting type errors:
If mpfr is not provided, however, sleef will be compiled successfully. Can I safely package sleef without mpfr support? Thank you.
The text was updated successfully, but these errors were encountered: