feat: add Nanvix cross-compilation infrastructure for pandas C extensions#1
Open
ppenna wants to merge 1 commit into
Open
feat: add Nanvix cross-compilation infrastructure for pandas C extensions#1ppenna wants to merge 1 commit into
ppenna wants to merge 1 commit into
Conversation
77ceef0 to
47b2ce3
Compare
8205329 to
537887f
Compare
…ions Add build scripts, CI workflow, and zutils integration for cross-compiling all 44 pandas Cython extension modules to i686-nanvix static libraries. nanvix-port/build-nanvix.sh: - Cross-compiles all .c files from Cython-generated sources - Produces dist/libpandas.a (54 object files) - Uses i686-nanvix-gcc from Docker toolchain .nanvix/: - nanvix.toml: package metadata pinned to v3.0.0.dev - 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>
537887f to
9d121ec
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 for cross-compiling all 44 pandas Cython extension modules to i686-nanvix static libraries.
Contents
nanvix-port/build-nanvix.sh.cfiles usingi686-nanvix-gcc(Docker toolchain)dist/libpandas.a(54 object files, ~17MB).nanvix/nanvix.toml) for integration with CPython build systemModules compiled
44 extension modules covering:
pandas._libs: algos, arrays, groupby, hashing, hashtable, index, indexing, internals, interval, join, lib, missing, ops, ops_dispatch, pandas_datetime, pandas_parser, parsers, properties, reshape, sas, sparse, testing, writerspandas._libs.tslibs: base, ccalendar, conversion, dtypes, fields, nattype, np_datetime, offsets, parsing, period, strptime, timedeltas, timestamps, timezones, tzconversion, vectorizedpandas._libs.window: aggregations, indexerspandas._libs: tslib, byteswap, _ujsonRelated PRs
_pd_*_builtin.c)