-
Notifications
You must be signed in to change notification settings - Fork 271
Windows arm wheel build #1453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows arm wheel build #1453
Conversation
|
I see you used vcpkg for the netcdf and hdf5 libs, I guess because conda does not yet support windows arm (although progress is being made). Unfortunately, the vcpkg netcdf-c doesn't have support for compression plugins, so windows arm wheels will lack support for those also. Do we also need cftime windows arm wheels? |
|
@jswhit probably, yes. It seems cftime was built automatically when the wheel was created: I'll add a wheel build for that as well |
|
@jswhit would you like me to speed up the linux arm build? If you use the |
|
yes, please - speeding up the linux aarch64 build would be great |
|
@jswhit pushed |
|
@jswhit is there anything more I need to do for this? |
|
looks good, thanks @K20shores |
This provides wheels for Windows with ARM for python 3.11+, excluding 3.14t
There's a package I use which depends on netcdf4. With this PR, netcdf4 would be provided for ARM based Windows.