[Numpy-discussion] NumPy cross-compilation on macOS host

2019-08-23 Thread Jakub Piotr Cłapa
Hi, I spent some time trying to cross-compile NumPy for Linux ARM64 on a macOS host as part of an OpenWRT compilation [1]. It was not so bad but certainly not trivial and I was wondering if we could use my experience to help streamline the process. I encountered two challenges: 1. Python di

Re: [Numpy-discussion] NumPy cross-compilation on macOS host

2019-08-23 Thread Ralf Gommers
On Fri, Aug 23, 2019 at 2:28 AM Jakub Piotr Cłapa wrote: > Hi, > > I spent some time trying to cross-compile NumPy for Linux ARM64 on a > macOS host as part of an OpenWRT compilation [1]. It was not so bad but > certainly not trivial and I was wondering if we could use my experience > to help str