This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Allow cross compiling python for macos-arm64 from macos-x86_64
Type: enhancement Stage: patch review
Components: Build, macOS Versions: Python 3.10, Python 3.9, Python 3.8
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: isuruf, ned.deily, ronaldoussoren, willingc
Priority: normal Keywords: patch

Created on 2020-11-26 18:52 by isuruf, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 23523 open isuruf, 2020-11-26 18:53
Messages (2)
msg381908 - (view) Author: Isuru Fernando (isuruf) * Date: 2020-11-26 18:52
Only a few changes are needed and I will send a Pull request.

This was used for providing macos-arm64 builds for conda where we are using cross compiling exclusively for all macos-arm64 builds
msg381913 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2020-11-26 20:18
I've added some review comments to the PR. 

Note that cross building like this will not be as well tested by us as regular builds.
History
Date User Action Args
2022-04-11 14:59:38adminsetgithub: 86642
2020-11-26 20:18:03ronaldoussorensetnosy: + ned.deily, ronaldoussoren
messages: + msg381913
components: + macOS
2020-11-26 18:53:14isurufsetkeywords: + patch
stage: patch review
pull_requests: + pull_request22407
2020-11-26 18:52:40isurufcreate