giordano / PolynomialRoots.jl

Fast complex polynomial root finder, with support for arbitrary precision calculations
Other
54 stars 15 forks source link

Support Windows #1

Closed giordano closed 8 years ago

giordano commented 8 years ago

CmplxRoots.jl hasn't been tested on Windows and probably current build script won't work on that system. Also an AppVeyor recipe to test the package would be useful.

giordano commented 8 years ago

The original Fortran library has been completely translated to Julia with commit https://github.com/giordano/PolynomialRoots.jl/commit/83439865660f71c52acbef7bca9845e8399334e6, so now we don't require anything special for Windows.