-
Notifications
You must be signed in to change notification settings - Fork 178
Open
Description
I am trying to build python wheel from the building artifacts.
ninja install after a successful build seemed to work but it just locally installed all related .so and .py files to /usr/local and doesn't seem to be able to build python wheels.
I also checked /distribution directory but I found nothing helpful. Wheel (eggs) building seemed only to be mentioned in legacy thingies.
Now I am trying to use install_manifest.txt that seemed to be generated after running ninja install, to collect all the necessary files for wheel building manually.
Is there any better way to go? Any help is appreciated. Thanks!
Metadata
Metadata
Assignees
Labels
No labels