[Numpy-discussion] Re: Windows 11 arm64 wheel

2024-09-24 Thread Andrew Nelson via NumPy-Discussion
> > I made the second PR for full wheel with openblas. It is reviewed, but > rejected as solution with linaro built openblas is not good enough, so I am > investigating alternate options for cross compiling openblas. > While I am working on this I have one question about the wheel without > OpenBLA

[Numpy-discussion] Re: Windows 11 arm64 wheel

2024-09-24 Thread slobodan.miletic--- via NumPy-Discussion
I accidentally created new thread without subject with message that is belonging here: Hi, I made the second PR for full wheel with openblas. It is reviewed, but rejected as solution with linaro built openblas is not good enough, so I am investigating alternate options for cross compiling openb

[Numpy-discussion] Re: Windows 11 arm64 wheel

2024-09-03 Thread slobodan.miletic--- via NumPy-Discussion
Hi, I finished the first step and created the workflow for cross-compiling wheel without OpenBlas. PR for this can be found at: https://github.com/numpy/numpy/pull/27330 Output wheel is successfully installed and tested on the arm machine. After this gets merged I will continue with adding the

[Numpy-discussion] Re: Windows 11 arm64 wheel

2024-08-12 Thread Ralf Gommers
On Mon, Aug 12, 2024 at 12:23 PM Matti Picus wrote: > On 12/08/2024 11:55, slobodan.miletic--- via NumPy-Discussion wrote: > > > As the bug fix is merged we are starting the investigation on the CI job. > > I have a few questions about this: > > 1) Are there some additional instructions for makin

[Numpy-discussion] Re: Windows 11 arm64 wheel

2024-08-12 Thread Matti Picus
On 12/08/2024 11:55, slobodan.miletic--- via NumPy-Discussion wrote: As the bug fix is merged we are starting the investigation on the CI job. I have a few questions about this: 1) Are there some additional instructions for making and running the numpy CI jobs and cross compilation available in

[Numpy-discussion] Re: Windows 11 arm64 wheel

2024-08-12 Thread slobodan.miletic--- via NumPy-Discussion
As the bug fix is merged we are starting the investigation on the CI job. I have a few questions about this: 1) Are there some additional instructions for making and running the numpy CI jobs and cross compilation available in the documentation? 2) Do we need to have arm64 scipy-openblas released

[Numpy-discussion] Re: Windows 11 arm64 wheel

2024-07-12 Thread slobodan.miletic--- via NumPy-Discussion
We will start looking at the bug and the CI job. Thanks, Slobodan ___ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an email to numpy-discussion-le...@python.org https://mail.python.org/mailman3/lists/numpy-discussion.

[Numpy-discussion] Re: Windows 11 arm64 wheel

2024-07-11 Thread Ralf Gommers
On Thu, Jul 11, 2024 at 2:20 PM Andrew Nelson wrote: > > > On Thu, Jul 11, 2024, 22:08 slobodan.miletic--- via NumPy-Discussion < > numpy-discussion@python.org> wrote: > >> Hi, >> >> I am writing on behalf of my team from Endava company. Our task is to >> work with opensource community, and setup

[Numpy-discussion] Re: Windows 11 arm64 wheel

2024-07-11 Thread Matthew Brett
Hi, On Thu, Jul 11, 2024 at 1:16 PM Andrew Nelson wrote: > > > > On Thu, Jul 11, 2024, 22:08 slobodan.miletic--- via NumPy-Discussion > wrote: >> >> Hi, >> >> I am writing on behalf of my team from Endava company. Our task is to work >> with opensource community, and setup multiple applicatio

[Numpy-discussion] Re: Windows 11 arm64 wheel

2024-07-11 Thread Andrew Nelson
On Thu, Jul 11, 2024, 22:08 slobodan.miletic--- via NumPy-Discussion < numpy-discussion@python.org> wrote: > Hi, > > I am writing on behalf of my team from Endava company. Our task is to work > with opensource community, and setup multiple applications for use on win11 > arm64 machines. > One of t