Uh oh!
There was an error while loading. Please reload this page.
[Build] Support windows for pybindings install in setup.py - #5382
[Build] Support windows for pybindings install in setup.py#5382python3kgae wants to merge 1 commit into
Conversation
Set the src directory based on build configuration for windows. Rename _portable_lib.* to _portable_lib.cp* to avoid _portable_lib.lib is selected on windows. For pytorch#4661
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/5382
Note: Links to docs will display an error until the docs builds have been completed. This comment was automatically generated by Dr. CI and updates every 15 minutes. |
python3kgae
commented
Sep 15, 2024
Tested on WSL and Windows. |
shoumikhin
commented
Mar 17, 2025
@tarun292, @kirklandsign can you please take a look? |
To add the ciflow label This helps ensure we don't trigger CI on this PR until it is actually authorized to do so. Please ping one of the reviewers if you do not have access to approve and run workflows. |
SS-JIA
commented
Mar 17, 2025
The changes contained in this PR were landed as part of the recent windows support effort, i.e. #9198. Closing this PR because of that. |
This PR needs a |
Set the src directory based on build configuration for windows. Rename _portable_lib.* to _portable_lib.cp* to avoid _portable_lib.lib is selected on windows.
For #4661