Skip to content

numpy-minmax: add build-numpy-minmax.yml for riscv64 wheels - #1451

Merged
luhenry merged 1 commit into
mainfrom
numpy-minmax
Sep 8, 2026
Merged

numpy-minmax: add build-numpy-minmax.yml for riscv64 wheels#1451
luhenry merged 1 commit into
mainfrom
numpy-minmax

Conversation

@luhenry

@luhenry luhenry commented Sep 7, 2026

Copy link
Copy Markdown
Member

Compiles a cffi C extension for fast min/max on NumPy arrays. Upstream publishes no riscv64 wheel.

Mirrors upstream's build.yml.

Differs from upstream

  • Dropped Windows/macOS/pypy, kept Linux glibc - riscv64 only
  • Added PIP_ONLY_BINARY=numpy - numpy is only on our registry for riscv64

Testing

  • same as upstream

License: OK

Builds numpy-minmax (fast min/max on NumPy arrays, cffi C extension)
for riscv64 following upstream's own cibuildwheel-based build.yml,
narrowed to Linux glibc. numpy is pinned to our registry via
PIP_ONLY_BINARY so pip doesn't try to build it from source.
luhenry added a commit that referenced this pull request Sep 7, 2026
@luhenry
luhenry merged commit 90c1e4f into main Sep 8, 2026
9 checks passed
@luhenry
luhenry deleted the numpy-minmax branch September 8, 2026 08:36
@luhenry luhenry linked an issue Sep 8, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

numpy-minmax riscv64 support

1 participant