Skip to content

rhino3dm: add build-rhino3dm.yml for riscv64 wheels - #1794

Merged
luhenry merged 2 commits into
mainfrom
rhino3dm
Sep 12, 2026
Merged

rhino3dm: add build-rhino3dm.yml for riscv64 wheels#1794
luhenry merged 2 commits into
mainfrom
rhino3dm

Conversation

@luhenry

@luhenry luhenry commented Sep 11, 2026

Copy link
Copy Markdown
Member

pybind11 wrapper around OpenNURBS (McNeel's 3D geometry library) and Draco mesh compression, both vendored as git submodules and statically linked. Upstream publishes no riscv64 wheel.

Mirrors the build_py_manylinux job of upstream's workflow_release.yml.

Differs from upstream

  • Checked out at a commit, not a tag - 8.32.1 was never tagged in git; the commit's tree is byte-identical to the released sdist.
  • cmake installed via CIBW_BEFORE_BUILD - setup.py shells out to it directly and it is not a declared build requirement anywhere upstream.

Testing

  • same as upstream

License: Wheel bundles rhino3dm's own MIT LICENSE plus opennurbs, draco (Apache-2.0) and pybind11 (BSD) LICENSE files, staged at the checkout root for setuptools' default license_files glob.

Built on cp312; results pending CI.

luhenry added a commit that referenced this pull request Sep 11, 2026
@luhenry
luhenry merged commit 433ab2c into main Sep 12, 2026
9 checks passed
@luhenry
luhenry deleted the rhino3dm branch September 12, 2026 19:29
@luhenry luhenry linked an issue Sep 12, 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.

rhino3dm riscv64 support

1 participant