Skip to content

scikit-misc: add build-scikit-misc.yml for riscv64 wheels - #1606

Merged
luhenry merged 1 commit into
mainfrom
scikit-misc
Sep 8, 2026
Merged

scikit-misc: add build-scikit-misc.yml for riscv64 wheels#1606
luhenry merged 1 commit into
mainfrom
scikit-misc

Conversation

@luhenry

@luhenry luhenry commented Sep 8, 2026

Copy link
Copy Markdown
Member

Compiles skmisc.loess._loess, a meson-python C/Cython extension that statically links a Fortran LOESS/LINPACK/BLAS core (blas_lite.f, linpack_lite.f, loessf.f) built with gfortran. Upstream publishes no riscv64 wheel.

Mirrors upstream's own build-wheels.yml cibuildwheel job; before-build/test-command come straight from upstream's [tool.cibuildwheel] table (LICENSE staging, skmisc.test()), unchanged.

Differs from upstream

  • Nothing beyond the riscv64 image and scoping PIP_ONLY_BINARY to numpy, which has no riscv64 wheel on PyPI (ours does); cython/meson-python build from sdist as upstream's own resolution would too.

Testing

  • same as upstream (python -c "import sys; import skmisc; sys.exit(skmisc.test())")

License: OK - BSD-3-Clause, wheel ships upstream's LICENSE; gfortran's GPL runtime vendored by auditwheel is collected by the gpl_sources job.

luhenry added a commit that referenced this pull request Sep 8, 2026
luhenry added a commit that referenced this pull request Sep 8, 2026
@luhenry
luhenry merged commit 19e5aa6 into main Sep 8, 2026
11 checks passed
@luhenry
luhenry deleted the scikit-misc branch September 8, 2026 14:41
@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.

scikit-misc riscv64 support

1 participant