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 the vendored copy of Meson to support iOS here: https://github.com/beeware/mobile-forge/blob/main/recipes/numpy/patches/mobile-1.26.0.patch On Sat, May 4, 2024 at 7:51 AM Vitalii <[email protected]> wrote: > Hi everyone, > > I wonder if anyone has successful experience in building numpy with native > libs for iOS distribution. Please, share your knowledge. > > Thank you, > Vitalii > _______________________________________________ > NumPy-Discussion mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ > Member address: [email protected] >
_______________________________________________ NumPy-Discussion mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ Member address: [email protected]
