JuliaIO / ImageMagick.jl

Thin Wrapper for the library ImageMagick
Other
53 stars 37 forks source link

Update version and ImageMagick_jll compat to work on Mac M1 #210

Closed asinghvi17 closed 2 years ago

johnnychen94 commented 2 years ago

Unfortunately this ImageMagick_jll version is broken... which is why I rolled it back to v6.9.10 in https://github.com/JuliaIO/ImageMagick.jl/pull/207

asinghvi17 commented 2 years ago

Just saw that issue - whoops :) guess I should close this for the time being then. Unfortunately it seems like v6.9.10 does not have a build for Mac M1 - do you know if it's possible to retroactively add one?

johnnychen94 commented 2 years ago

@giordano is it possible to rebuild the v6.9.10 version with M1 enabled? Maybe revert the recipe commit in the Yggdrasil since we know that is a broken version?

giordano commented 2 years ago

Not keeping the same version number, it'd wreak havoc in older versions of Julia: https://github.com/JuliaPackaging/Yggdrasil/issues/2763