-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Mac ARM64 #6120
Mac ARM64 #6120
Conversation
AArch64 needs a different alignment for atomics, such as the first member of TROOT. It cannot see that it needs that alignement for the buffer storing TROOT, because it's just an array of char-s. Use a union to force the proper alignment.
Starting build on |
Build failed on ROOT-fedora30/cxx14. Failing tests: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From CMake point everything looks ready, but I was wondering which combination of CMake flags you tried? -Dall=on
?
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Get ROOT to work on Apple Mac ARM.
Notably missing is tbb, which should get fixed by uxlfoundation/oneTBB#258