Skip to content

Python wheel packaging for ptoas, in manylinux docker image#1

Merged
zhangstevenunity merged 7 commits intohw-native-sys:mainfrom
learning-chip:wheel
Jan 30, 2026
Merged

Python wheel packaging for ptoas, in manylinux docker image#1
zhangstevenunity merged 7 commits intohw-native-sys:mainfrom
learning-chip:wheel

Conversation

@learning-chip
Copy link
Copy Markdown
Contributor

@learning-chip learning-chip commented Jan 30, 2026

Usage: See docker/README.md

Advantage: no need to modify PYTHONPATH and LD_LIBRARY_PATH, just a single command pip install ptoas*.whl for users.

@zhangstevenunity zhangstevenunity merged commit b208b22 into hw-native-sys:main Jan 30, 2026

# fix missing so
RUN export LD_LIBRARY_PATH=$LLVM_BUILD_DIR/lib:$PTO_INSTALL_DIR/lib:$LD_LIBRARY_PATH \
&& auditwheel repair dist/ptoas*.whl
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you do auditwheel repair --plat manylinux_2_34_x86_64 dist/ptoas*.whl?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

next PR

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Zhendong404 pushed a commit to Zhendong404/PTOAS that referenced this pull request Mar 25, 2026
…a-doc

docs: tighten VPTO physical ISA spec
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.

3 participants