-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Fix for nettle on Apple Silicon #57455
Conversation
Note: this relies on GMP being fixed by #57315 |
Looks like the test failure is related to a different formula |
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! As you mentioned, the test failures are unrelated. Just one more comment and I think we're good here.
Thank you! Your contribution is greatly appreciated, and the assistance getting things going on Apple Silicon is a big help. |
Thanks :) Sorry for the late response, I have been offline for a few days! |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?Disabling the attempt to build with assembly optimisations which causes a failure on Apple Silicon. This is very much a temporary fix for now as it will cause some performance hit. This should get it working until arm64 support is available upstream.