cmeel-octomap: Add version 1.10.0 - #2159
Merged
Merged
Conversation
Build the OctoMap 1.10.0 cmeel distribution for riscv64: liboctomap, liboctomath, their headers, CMake/pkg-config files and command-line tools, installed into the shared cmeel prefix. [tool.cmeel] has-sitelib = false, so the wheel holds no Python extension and one py3-none-manylinux_riscv64 wheel covers every interpreter; the build runs as a single cibuildwheel job. The tag's .c5 suffix is the cmeel packaging revision, which the backend stamps as the wheel's build tag. Mirrors upstream's release.yml, including CMEEL_RUN_TESTS=false: octomap's test_color_tree asserts a hardcoded node count that changes wherever the compiler contracts a*b+c into an FMA, which riscv64 does by default.
Contributor
|
luhenry
added a commit
that referenced
this pull request
Sep 21, 2026
Gotcha 504: a test failing on riscv64 with a discrete wrong count, not a last-ULP value, can still be floating point - GCC's default -ffp-contract=fast fuses a*b+c into an FMA on rv64gc, which moves quantised coordinates into other buckets. octomap's test_color_tree gets 3431 nodes instead of 1034, and x86 reproduces it exactly under -march=haswell -ffp-contract=fast. Gotcha 505: a cmeel queue note's build number is not always 0, and one listing several means the same wheel version was packaged more than once - build the highest .cN tag rather than an assumed .c0.
luhenry
added a commit
that referenced
this pull request
Sep 21, 2026
luhenry
marked this pull request as ready for review
September 21, 2026 11:26
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.
cmeel-octomap1.10.0Builds OctoMap 1.10.0 - the octomap/octomath shared libraries, their headers, CMake/pkg-config files and command-line tools - into a cmeel prefix through the
cmeelCMake build backend. Upstream publishes no riscv64 wheel.Mirrors upstream's
release.yml.Differs from upstream
Matrix: one job -
[tool.cmeel] has-sitelib = false, so the singlepy3-none-manylinux_riscv64wheel covers every interpreter.Testing
CMEEL_RUN_TESTS=falseand only installs the wheel.log2graph/graph2tree.License: Wheel ships liboctomap/liboctomath, whose sources are BSD-3-Clause, under upstream's declared
BSD-3-Clauseexpression; no licence text ships, as in upstream's own wheels.Builds clean from the tag with no patches; a QEMU riscv64 rehearsal produced a wheel whose namelist matches upstream's x86_64 release wheel exactly.