kbarbary / Dierckx.jl

Julia package for 1-d and 2-d splines
Other
157 stars 30 forks source link

Installation #56

Closed mloubout closed 5 years ago

mloubout commented 5 years ago

Hello

The installation of the package seems to be broken for Julia 1

  Building Dierckx → `~/.julia/packages/Dierckx/9SY4A/deps/build.log`
┌ Error: Error building `Dierckx`: 
│ [ Info: Downloading https://github.com/kbarbary/DierckxBuilder/releases/download/v1.0.0-1/libddierckx.v1.0.0.x86_64-apple-darwin14-gcc8.tar.gz to /Users/mathiaslouboutin/.julia/packages/Dierckx/9SY4A/deps/usr/downloads/libddierckx.v1.0.0.x86_64-apple-darwin14-gcc8.tar.gz...
│ ERROR: LoadError: LibraryProduct(nothing, ["libddierckx"], :libddierckx, "Prefix(/Users/mathiaslouboutin/.julia/packages/Dierckx/9SY4A/deps/usr)") is not satisfied, cannot generate deps.jl!

cheers

kbarbary commented 5 years ago

Thanks for reporting, Mathias. Did you build Julia from source, using gcc8?

If so, this is likely related to #53. Dierckx now how gcc-version-specific binaries, which should have solved this, but haven't completely solved it, due to some weirdness in Julia Pkg.

mloubout commented 5 years ago

Thank you for the quick answer, will look at it and keep you posted.

mloubout commented 5 years ago

53 fixed it, closing