Python wheel packaging for ptoas, in manylinux docker image#1
Merged
zhangstevenunity merged 7 commits intohw-native-sys:mainfrom Jan 30, 2026
Merged
Python wheel packaging for ptoas, in manylinux docker image#1zhangstevenunity merged 7 commits intohw-native-sys:mainfrom
zhangstevenunity merged 7 commits intohw-native-sys:mainfrom
Conversation
added 7 commits
January 30, 2026 10:52
zouzias
reviewed
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 |
Contributor
There was a problem hiding this comment.
Can you do auditwheel repair --plat manylinux_2_34_x86_64 dist/ptoas*.whl?
Contributor
There was a problem hiding this comment.
Opened PR here: https://github.com/zhangstevenunity/PTOAS/pull/2
Zhendong404
pushed a commit
to Zhendong404/PTOAS
that referenced
this pull request
Mar 25, 2026
…a-doc docs: tighten VPTO physical ISA spec
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.
Usage: See
docker/README.mdAdvantage: no need to modify
PYTHONPATHandLD_LIBRARY_PATH, just a single commandpip install ptoas*.whlfor users.