[pybind11] Modernize port + better python dependency handling#9979
[pybind11] Modernize port + better python dependency handling#9979theblackunknown wants to merge 2 commits intomicrosoft:masterfrom
Conversation
6f8079f to
2bb41ab
Compare
|
/azp run |
|
@theblackunknown Thanks for your PR. This PR build failed on Linux with this error: And this PR build failed on Windows with this error: Could you please cotinue to fix this PR? |
|
Hi @LilyWangL, this PR is in draft because it needs #9978 to be approved and merged first I'll update this one and ping you once it is merged |
OK. |
* Fixed incorrect referred python lib * Search Python in a cross platform * WIP
2bb41ab to
44dcefd
Compare
|
@theblackunknown This port build failed on Linux and Windows. You can click Details to check the CI testing error log. |
|
Pinging @theblackunknown for response. Is work still being done for this PR? |
|
@LilyWangL yes I am still working on it however it is a slow progress with the recent events |
|
Any progress? |
|
Hi @LilyWangL, I hardly find time those days to progress on this PR |
Thanks for your reply. I am closing this PR for now, if you have time to handle this PR please reopen it. |
Modernize port
Avoid using system python, instead leverage python3 port to keep everything consistent
I did not tackled the hardcoded python version, another PR is welcome to tackle this
NOTE: This PR relies on #9978 , so it needs to be rebased/udpated once it will be merged
What does your PR fix?
No logged issue, but the problem arose when trying to use this port to build Python extensions using pybind11 on Linux :
Which triplets are supported/not supported? Have you updated the CI baseline?
No CI update, works at least with windows & linux
Does your PR follow the maintainer guide?
It should !