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

Use patched GMP library from julia #615

Closed
thofma opened this issue Sep 5, 2019 · 0 comments
Closed

Use patched GMP library from julia #615

thofma opened this issue Sep 5, 2019 · 0 comments

Comments

@thofma
Copy link
Member

thofma commented Sep 5, 2019

At the moment GMP segfaults when it cannot allocate enough memory:

julia> fmpz(2)^3^3^3
gmp: overflow in mpz type

signal (6): Aborted

See JuliaLang/julia#8286. To fix this, we can just use the GMP binary of julia, where they fixed it (JuliaLang/julia#31215).

I just have to adjust some URLs next time I update our binary builder repositories.

This issue is mainly a reminder for me.

@thofma thofma closed this as completed in 3cd9dc1 Oct 2, 2019
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

No branches or pull requests

1 participant