-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please add support for Julia 1.7 running on Apple Silicon (ARM64) on MacOS #168
Comments
This needs upstream support, please subscribe JuliaIO/HDF5.jl#870 |
Thanks @johnnychen94 |
@johnnychen94 I installed HDF5 via Homebrew. Is there a way I can use that with the MAT package? |
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. |
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. |
Thanks @musm! This works for me now. |
It would be great if this supported Apple Silicon natively.
The text was updated successfully, but these errors were encountered: