andreasnoack / FastPolynomialRoots.jl

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

Problem installing under 1.4.0 #10

Closed arbenede closed 4 years ago

arbenede commented 4 years ago

Not sure if I'm doing anything wrong here:

julia> Pkg.add(PackageSpec(url="https://github.com/andreasnoack/FastPolynomialRoots.jl"))
    Cloning git-repo `https://github.com/andreasnoack/FastPolynomialRoots.jl`
   Updating git-repo `https://github.com/andreasnoack/FastPolynomialRoots.jl`
ERROR: could not find project file in package at https://github.com/andreasnoack/FastPolynomialRoots.jl
andreasnoack commented 4 years ago

You didn't. An update was just way overdue. I've just made it installable on Julia 1.0. I'd like to upgrade the package to use binaries and then release this package officially.