JuliaIO / MAT.jl

Julia module for reading MATLAB files
MIT License
278 stars 76 forks source link

Please add support for Julia 1.7 running on Apple Silicon (ARM64) on MacOS #168

Closed abhayap closed 2 years ago

abhayap commented 2 years ago

It would be great if this supported Apple Silicon natively.

johnnychen94 commented 2 years ago

This needs upstream support, please subscribe https://github.com/JuliaIO/HDF5.jl/issues/870

abhayap commented 2 years ago

Thanks @johnnychen94

abhayap commented 2 years ago

@johnnychen94 I installed HDF5 via Homebrew. Is there a way I can use that with the MAT package?

ajalexei commented 2 years ago

Check out the "Using custom or system provided HDF5 binaries" section on the HDF5.jl webpage: you can set the environment vartiable JULIA_HDF5_PATH to point to the location of the library file. More generically you can use the override mechanism provided by the julia packaging system to force the usage of the system provided libraries.

musm commented 2 years ago

We've just tagged 0.16 which adds apple silicon support, this will now allow up to upgrade this package and close this issue out. Fix should be available soon.

abhayap commented 2 years ago

Thanks @musm! This works for me now.