-
Notifications
You must be signed in to change notification settings - Fork 221
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
Don't attempt to pack structures with pointers - should fix aarch64 issues #283
Don't attempt to pack structures with pointers - should fix aarch64 issues #283
Conversation
…ssues * These structures shouldn't be accessed by offsets anywhere in code anyway
@rashedtalukder @DarkSector Do either of you mind testing this branch to see if it resolves the Apple M1 issues and functions properly? |
@bryan-hunt - Just built on my M1 mac with no compile errors. |
Builds on M1 Pro - Build log
|
@rashedtalukder @DarkSector Thanks for confirming that compilation is successful - I'm hoping that it may be possible to get confirmation that your usecases are functioning properly still in this environment as well? |
@bryan-hunt, it does part way. Since this is only compatible with Python 3.7, I cannot run the tests. Additionally, I can't use the simple I was able to install the latest without errors by using the command |
Additionally for sanity: |
I was a bit confused about the only support 3.7 - I see that the metadata in setup.py is out of date. I've been doing my tests in 3.8 and 3.10 but I can see where things that check the package metadata would fail downstream. Do you have a link to which tests your running? |
Get public key and sign/verify. I don't have a sharable link to them. |
Should resolve #281 but needs to be confirmed as being fully functional on the M1 platform. Confirmed to pass (cd, cio, & tng) tests on x86-64