[issue41090] Support for "Apple Silicon"

2020-06-23 Thread Ronald Oussoren


Ronald Oussoren  added the comment:

I only know what's on Apple website. There will be documentation, and there is 
developer hardware. I do have a VM running the new macOS with a version of 
Xcode that can compile for the new hardware, but that's where it ends for me.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41090] Support for "Apple Silicon"

2020-06-23 Thread Mark Dickinson


Mark Dickinson  added the comment:

> a bit off-topic for this issue

Apologies: on reflection, it's way off-topic. Please ignore this and the last 
message; I'll find a more appropriate place to take this up.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41090] Support for "Apple Silicon"

2020-06-23 Thread Mark Dickinson


Mark Dickinson  added the comment:

@Ronald: a bit off-topic for this issue, but do you know if there are or will 
be any publicly available developer resources for people moving to Apple 
Silicon? For obvious reasons, I'm interested in what the floating-point and 
libm situation is going to look like.

--
nosy: +mark.dickinson

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41090] Support for "Apple Silicon"

2020-06-23 Thread Ronald Oussoren


New submission from Ronald Oussoren :

The attached patch implements "universal2" as an option for 
"--with-univeral-archs" to enable building "Universal 2" binaries on macOS 
(with x86_64 and arm64 code).

This is an extension of the already existing support for other flavours of fat 
binaries on macOS. 

NOTE: I've attached a patch instead of creating a PR because I'm not logged on 
to GitHub in the macOS 11 VM where I created this patch. I'll obviously create 
a PR later.

--
assignee: ronaldoussoren
components: macOS
files: universal2.patch
keywords: patch
messages: 372160
nosy: ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: Support for "Apple Silicon"
versions: Python 3.10, Python 3.9
Added file: https://bugs.python.org/file49258/universal2.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com