boost-histogram: add build-boost-histogram.yml for riscv64 wheels - #1638
Open
luhenry wants to merge 1 commit into
Open
boost-histogram: add build-boost-histogram.yml for riscv64 wheels#1638luhenry wants to merge 1 commit into
luhenry wants to merge 1 commit into
Conversation
luhenry
added a commit
that referenced
this pull request
Sep 8, 2026
luhenry
force-pushed
the
boost-histogram
branch
2 times, most recently
from
September 8, 2026 16:19
bc17196 to
9d58078
Compare
luhenry
force-pushed
the
boost-histogram
branch
from
September 8, 2026 17:04
9d58078 to
9db21df
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
boost-histogram1.8.1Compiles the pybind11 wrapper around Boost.Histogram, vendoring the header-only Boost.Histogram/Core/Mp11/Config/ThrowException/Assert/Variant2 libraries as git submodules; pybind11 itself comes from PyPI as a build dependency. Upstream publishes no riscv64 wheel.
Mirrors upstream's
wheels.yml: a sdist built once on x86 from the tagged checkout with submodules, then cibuildwheel per interpreter on the riscv64 runner.Differs from upstream
Testing
License: Vendored Boost headers are BSL-1.0, already covered by upstream's own
license-fileslist alongside the wrapper's BSD-3-Clause.