andreasnoack / FastPolynomialRoots.jl

Fast and backward stable computation of roots of polynomials in Julia
MIT License
15 stars 4 forks source link

Use _jll binaries instead of building from source #12

Closed andreasnoack closed 4 years ago

arbenede commented 4 years ago

@andreasnoack do you have a link to these?

andreasnoack commented 4 years ago

It's the system described in https://github.com/JuliaPackaging/BinaryBuilder.jl. I'm trying to set up the binaries for the library right now so hopefully it will be possible to make the change soon.