Skip to content

dracopy: add build-dracopy.yml for riscv64 wheels - #1432

Open
luhenry wants to merge 2 commits into
mainfrom
dracopy
Open

dracopy: add build-dracopy.yml for riscv64 wheels#1432
luhenry wants to merge 2 commits into
mainfrom
dracopy

Conversation

@luhenry

@luhenry luhenry commented Sep 7, 2026

Copy link
Copy Markdown
Member

Cython wrapper around Google's Draco mesh compression C++ library, vendored as a git submodule and statically linked. Upstream publishes no riscv64 wheel.

Mirrors upstream's build_aarch64.yml.

Differs from upstream

  • Submodule checked out via submodules: recursive - replaces upstream's git submodule init/update before-build step.

Testing

  • same as upstream

License: OK - wheel bundles only DracoPy's own Apache-2.0 LICENSE, matching upstream's published wheels; Draco carries no separate NOTICE.

Built on cp312; results pending CI.

Cython wrapper around Google's Draco mesh compression C++ library.
Draco is vendored as a git submodule and statically linked
(libdraco.a) into the DracoPy extension via legacy scikit-build.
luhenry added a commit that referenced this pull request Sep 7, 2026
tests.py imports numpy at module scope; CIBW_TEST_REQUIRES only listed
pytest, so pytest test collection failed with ModuleNotFoundError.
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.

1 participant