feat: add Nanvix cross-compilation infrastructure for wordcloud C extension#1
Open
ppenna wants to merge 1 commit into
Open
feat: add Nanvix cross-compilation infrastructure for wordcloud C extension#1ppenna wants to merge 1 commit into
ppenna wants to merge 1 commit into
Conversation
d066e18 to
3003d73
Compare
…ension Add build scripts, CI workflow, and zutils integration for cross-compiling wordcloud's query_integral_image Cython module to i686-nanvix static library. nanvix-port/build-nanvix.sh: - Cross-compiles Cython-generated query_integral_image.c - Produces dist/libwordcloud.a - Uses i686-nanvix-gcc from Docker toolchain .nanvix/: - nanvix.toml: package metadata pinned to v1.9.6 - z.py: build script with setup/build/test/release/clean commands .github/workflows/nanvix-ci.yml: - Reusable workflow integration with nanvix/workflows - Scheduled + push/PR triggers on nanvix/** branches z, z.sh: - Standard zutils entry points (bootstrap nanvix-zutil v0.8.2) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
3003d73 to
100f558
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.
Summary
Add build scripts, CI workflow, and zutils integration for cross-compiling wordcloud's Cython extension to i686-nanvix static library.
Contents
z,z.sh: Standard zutils entry points (v0.8.2).nanvix/nanvix.toml: Package metadata pinned to v1.9.6.nanvix/z.py: Build script (setup/build/test/release/clean).github/workflows/nanvix-ci.yml: Reusable workflow integrationnanvix-port/build-nanvix.sh: Cross-compilation scriptRelated PRs