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!
I am trying to build python wheel from the building artifacts.
ninja installafter a successful build seemed to work but it just locally installed all related.soand.pyfiles to/usr/localand doesn't seem to be able to build python wheels.I also checked
/distributiondirectory but I found nothing helpful. Wheel (eggs) building seemed only to be mentioned inlegacythingies.Now I am trying to use
install_manifest.txtthat seemed to be generated after runningninja install, to collect all the necessary files for wheel building manually.Is there any better way to go? Any help is appreciated. Thanks!