[Numpy-discussion] Windows 11 arm64 wheel

2024-07-11 Thread slobodan.miletic--- via NumPy-Discussion
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 the tasks is to understand the problems and if possible help NumPy team in setting up win11 arm64 compatible wheel on

[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-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-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] (no subject)

2024-09-23 Thread slobodan.miletic--- via NumPy-Discussion
Hi, I made the second PR for full wheel with openblas. It is reviewed, but solution with 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 OpenBLAS. As the job is now created

[Numpy-discussion] Re: (no subject)

2024-09-24 Thread slobodan.miletic--- via NumPy-Discussion
Sorry for misunderstanding. I accidentally created this thread from Windows 11 arm64 wheel. That is also the reason why there is no subject. I will repost this to that discussion. It was not strictly openblas problem. I was trying to make the gh actions build for win11 arm64 numpy with 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