Skip to content
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

Add native support for Apple silicon Macs. #101

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

cnuahs
Copy link

@cnuahs cnuahs commented May 17, 2024

Add support for using mym in Matlab built for Apple silicon Macs (64-bit ARM; mexmaca64).

From the Mathworks documentation:

"MEX files built on macOS with Intel are not supported on the Apple silicon platform using Rosetta 2."

This change:

cnuahs and others added 6 commits May 13, 2024 21:35
This change includes the MySQL client library from MySQL 8.4.0 LTS.

Possible fix for issues datajoint#99 and datajoint#100.
The filename `lib_mexa64/libmysqlclient.so.18.4.` (note trailing
period) is invalid when checking out the repository on Windows.
This library is superseded by `lib_mexa64/libmysqlclient.so.24`.
This change removes the old include and lib (.so) files.
Notably, make backward compatible with releases of Matlab prior
to ~R2016 (necessary for support of legacy 32-bit platforms).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant