[Numpy-discussion] Re: numpy on iOS

2024-05-08 Thread Vitalii Bondur
Thanks a lot! With new CPython 3.13 native mobile builds I hope the process could be simplified in future. ___ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an email to numpy-discussion-le...@python.org https://mail.pyt

[Numpy-discussion] Re: numpy on iOS

2024-05-06 Thread Stanley Seibert
I should also note that Beeware has a number of patches for the Python interpreter itself to get iOS support working. Fortunately, as of the upcoming Python 3.13 beta, those patches are all merged into CPython main and iOS becomes a Tier 3 supported platform: https://peps.python.org/pep-0730/ On

[Numpy-discussion] Re: numpy on iOS

2024-05-06 Thread Stanley Seibert
The Beeware (https://beeware.org/) developers build NumPy (and other binary extension packages) for mobile operating systems, both iOS and Android. You can see their scripts and build recipes here: https://github.com/beeware/mobile-forge In particular, you can see the patch they need to make to t