[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 intopytorch:mainfrom
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. |
|
Tested on WSL and Windows. |
|
@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. |
|
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