-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[cpuinfo] Fix cpuid-dump is not generated with x86-windows #24726
Conversation
Can you explain what this patch does? Has upstream been notified? (Normally I wouldn't have questions like that about what look like relatively simple build system changes, but this port is literally |
I added this patch to make following part set in portfile.cmake take effect in cmakelist.txt of source:
If the target is windows, But CMakeLists.txt of source have following content: If cpuinfo install with x86-windows, the value of
This is also the reason why
Because there is no documentation that |
Submitted upstream as pytorch/cpuinfo#93 Resolves microsoft#24713 Competing resolution of microsoft#24726
@LilyWangLL My point about upstream needing to be involved stands. However, I did my own digging here and am proposing a competing resolution here, which upstream has already OK'd: #25258 |
Dup to #25258 |
Submitted upstream as pytorch/cpuinfo#93 Resolves #24713 Competing resolution of #24726
Describe the pull request
What does your PR fix?
Fixes [cpuinfo] Build error #24713