[Numpy-discussion] Re: Numpy binary wheels and CI for win/arm64 platform

2022-06-22 Thread Niyas Sait
obs/2622310764. Hopefully, that will help. Niyas On Tue, 21 Jun 2022 at 13:05, Ralf Gommers wrote: > > > On Mon, Jun 6, 2022 at 5:08 PM Niyas Sait wrote: > >> > When you say "we could request access to new Volterra machines": how do >> > you see that pl

[Numpy-discussion] Re: Numpy binary wheels and CI for win/arm64 platform

2022-06-06 Thread Niyas Sait
scientific python > community? Who would pay the bill? If the people supporting this niche > platform stop doing so, can we drop the wheels? CPython has PEP 11 [0], > maybe this effort should start by writing a similar NEP for the > scientific python community. > > Matti > > &g

[Numpy-discussion] Re: Numpy binary wheels and CI for win/arm64 platform

2022-06-06 Thread Niyas Sait
Hello, It has been a while since we discussed adding CI/CD support for Windows on Arm. Let me share a few updates and see if we can find a way forward. First of all, Thanks for suggesting cibuildwheel. We have couple of patches in progress to add native [1] and cross-compilation support [2] to ci

[Numpy-discussion] Numpy binary wheels and CI for win/arm64 platform

2021-11-02 Thread Niyas Sait
Hello, Numpy v1.21.2 added support for windows/arm64 platforms but we still don't have any systems in place to produce binary wheels or test win/arm64 packages. I think it will be good to start looking into this. CPython has an official buildbo