kbarbary / Dierckx.jl

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

Build Error on Mac OS Mojave #63

Closed GravityAssisted closed 3 years ago

GravityAssisted commented 4 years ago

Julia: Version 1.2.0 (2019-08-20)

Building Dierckx → ~/.julia/packages/Dierckx/ZTanR/deps/build.log ┌ Error: Error building Dierckx: │ ERROR: LoadError: Your platform ("x86_64-apple-darwin18.7.0", parsed as "x86_64-apple-darwin14-gcc4-cxx03") is not supported by this package! │ Stacktrace: │ [1] error(::String) at ./error.jl:33 │ [2] top-level scope at /Users/narora/.julia/packages/Dierckx/ZTanR/deps/build.jl:44 │ [3] include at ./boot.jl:328 [inlined] │ [4] include_relative(::Module, ::String) at ./loading.jl:1094 │ [5] include(::Module, ::String) at ./Base.jl:31 │ [6] include(::String) at ./client.jl:431 │ [7] top-level scope at none:5 │ in expression starting at /Users/narora/.julia/packages/Dierckx/ZTanR/deps/build.jl:40

mjohnson541 commented 4 years ago

I'm getting this error on some julia installs on my platform and not on others...

kbarbary commented 4 years ago

This may be fixed with #65, which I believe supplies wider compiler and platform support. However, this will only be available on Julia v1.3+.