Skip to content

build: add a script that builds the installable Python packages - #98

Merged
olavgg merged 1 commit into
mainfrom
feat/local-multiarch-wheel-build
Aug 19, 2026
Merged

build: add a script that builds the installable Python packages#98
olavgg merged 1 commit into
mainfrom
feat/local-multiarch-wheel-build

Conversation

@samuelhel

Copy link
Copy Markdown
Contributor

There is no published wheel for this SDK, so anyone using it from Python has to build one. Doing that by hand gets two things wrong: it ties the result to the build machine's Linux version, and it only covers one chip architecture.

./build-local-wheels.sh builds through zig, which fixes both — portable wheels for Intel and Apple Silicon from a single machine. The tools come from pip, so there is nothing to install system-wide and no admin rights needed.

There is no published wheel for this SDK, so anyone using it from Python has to
build one. Doing that by hand gets two things wrong: it ties the result to the
build machine's Linux version, and it only covers one chip architecture.

./build-local-wheels.sh builds through zig, which fixes both — portable wheels
for Intel and Apple Silicon from a single machine. The tools come from pip, so
there is nothing to install system-wide and no admin rights needed.

Signed-off-by: samuel <samuel@intellistream.ai>
@samuelhel
samuelhel requested a review from olavgg August 19, 2026 14:48
@olavgg
olavgg merged commit 5c1d010 into main Aug 19, 2026
17 checks passed
@olavgg
olavgg deleted the feat/local-multiarch-wheel-build branch August 19, 2026 14:52
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.

2 participants