BLD: change file extension for libnpymath on win-arm64 from .a to .lib by rgommers · Pull Request #29750 · numpy/numpy

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@rgommers

Copy link

Member

Closes gh-29577

Should work fine, if it doesn't for some reason then we'll notice in downstream CI jobs that consume nightly wheels.

@rgommers rgommers added this to the 2.4.0 release milestone

Sep 13, 2025

@rgommers

Copy link

Member Author

Wheel builds tested on my fork, see this CI log. Relevant line:

  [289/523] Linking static target numpy/_core/npymath.lib

It's .a on main right now.

[skip ci]

Co-authored-by: Matti Picus <matti.picus@gmail.com>

@mattip mattip merged commit 2c27c67 into numpy:main

Sep 14, 2025

6 checks passed

@mattip

Copy link

Member

mattip commented

Sep 14, 2025

Thanks @rgommers

@rgommers rgommers deleted the win-arm64-npymathlib branch

September 14, 2025 15:15

@charris charris added the 09 - Backport-Candidate

PRs tagged should be backported

label

Sep 22, 2025

@charris charris removed the 09 - Backport-Candidate

PRs tagged should be backported

label

Sep 30, 2025

@numpy numpy deleted a comment from ahmedrezk0116-cmd

Jan 13, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@mattip mattip mattip left review comments

Assignees

No one assigned

Labels

Projects

None yet

Milestone

2.4.0 release

Development

Successfully merging this pull request may close these issues.

BUG: Missing npymath.lib on Arm64 Windows

3 participants

@rgommers @mattip @charris