-
Notifications
You must be signed in to change notification settings - Fork 9
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
Support for MacOSX? #2
Comments
I would like to add macOS support at some point. Right now, FPTaylor uses an interval arithmetic library (see the directory INTERVAL) which I cannot compile on macOS: I always get some strange errors. In future, I plan to use a different interval library in FPTaylor. I don't know if Gelpia works on macOS or not. |
Gelpia can run on macOS, but requires patches to the interval library which haven’t been completely tested for correct behavior.
|
FPTaylor can be compiled on macOS now with the command |
I'm wondering if anyone has tried this on MacOSX? I would like to use FPTaylor with Gelapia on MacOSX.
Thoughts?
The text was updated successfully, but these errors were encountered: