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

Support for MacOSX? #2

Closed
jon-whit opened this issue Nov 21, 2016 · 4 comments
Closed

Support for MacOSX? #2

jon-whit opened this issue Nov 21, 2016 · 4 comments

Comments

@jon-whit
Copy link

I'm wondering if anyone has tried this on MacOSX? I would like to use FPTaylor with Gelapia on MacOSX.

Thoughts?

@monadius
Copy link
Member

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.

@keram88
Copy link
Member

keram88 commented Nov 21, 2016

Gelpia can run on macOS, but requires patches to the interval library which haven’t been completely tested for correct behavior.

On Nov 21, 2016, at 12:38 PM, Alexey Solovyev notifications@github.com wrote:

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.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub #2 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/AGEgBc_9lx0iwIFFtiez_brLv8ci4Zuvks5rAfNSgaJpZM4K4mhI.

@jon-whit
Copy link
Author

Alrighty! Thanks for the responses @keram88 and @monadius .

@monadius
Copy link
Member

FPTaylor can be compiled on macOS now with the command make fptaylor-simple-interval. Not all functions are supported yet. I'm going to leave this issue open until all important functions are implemented (sin, cos, tan, asin, acos, atan, sinh, cosh, tanh).

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants