-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
CMake: Enabled using Accelerate on x86_64 / x64 #1625
Conversation
d015616
to
1c8faa0
Compare
This change seems pretty reasonable.. but I think we can just remove |
Also if we remove it we can also close #1626 which will be irrelevant. |
Right, I will look into it. |
1c8faa0
to
a63d05a
Compare
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.
Thanks, will merge when tests clear!
@stemann @awni This change makes mac x64 build crash when running tests, you can simply reproduce by running
|
I guess the only difference is it's using the accelerate back-end (which should work). We'll have to debug that.. |
Proposed changes
CMake: Enabled using Accelerate on x86_64 / x64.
Contributes to #1201 .
Cf. JuliaPackaging/Yggdrasil#9761
Checklist
Put an
x
in the boxes that apply.pre-commit run --all-files
to format my code / installed pre-commit prior to committing changes