JuliaInterop / MATLAB.jl

Calling MATLAB in Julia through MATLAB Engine
MIT License
269 stars 63 forks source link

Update build.jl to support aa64 macs #212

Closed pitsianis closed 1 year ago

pitsianis commented 1 year ago

I saw that build.jl was looking for the library libmx at the wrong subdirectory maci64 instead of the correct one maca64 foat the aa64 version of MATLAB

With this change MATLAB.jl builds correctly and all tests passed. It fixes #205 #209

Clarification: This should allow MATLAB.jl to build and work correctly for macOS julia-x86 with MATLAB-x86 and julia-aa64 with MATLAB-aa64 (like the R2023b Prerelease). I do not believe that other combinations are possible (or meaningful?).

musm commented 1 year ago

Sorry for the late review. Thank you!