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

bpo-41090: Add support for building "Universal 2" binaries on macOS 11. #21115

Closed

Conversation

@ronaldoussoren
Copy link
Contributor

@ronaldoussoren ronaldoussoren commented Jun 24, 2020

Add a new option to "--with-universal-archs": "universal2". This will build binaries supporting the arm64 and x86_64 architectures, in preparation for "Apple Silicon" systems.

https://bugs.python.org/issue41090

@ronaldoussoren ronaldoussoren requested a review from ned-deily Jun 24, 2020
@ronaldoussoren ronaldoussoren requested a review from python/macos-team as a code owner Jun 24, 2020
@corona10 corona10 changed the title BPO-41090: Add support for building "Universal 2" binaries on macOS 11. bpo-41090: Add support for building "Universal 2" binaries on macOS 11. Jun 24, 2020
@@ -16806,7 +16811,7 @@ do
done


SRCDIRS="Parser Parser/pegen Objects Python Modules Modules/_io Programs"
SRCDIRS="Parser Objects Python Modules Modules/_io Programs"

This comment has been minimized.

@merwok

merwok Jun 24, 2020
Contributor

Is this change on purpose or bad merge?

This comment has been minimized.

@ned-deily

ned-deily Jun 25, 2020
Member

A previous commit from another project left configure out of sync with configure.ac. While this corrects that, I'm pushing a separate PR (#21152 ) to fix it right away.

@ned-deily
Copy link
Member

@ned-deily ned-deily commented Oct 26, 2020

This PR and its issue have been superseded by GH-22855 and bpo-41100.

@ned-deily ned-deily closed this Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

5 participants
You can’t perform that action at this time.