-
Notifications
You must be signed in to change notification settings - Fork 72
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
core: Add support to compile clp::ffi component using MSVC. #341
Conversation
6eb6806
to
5814322
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Trivial suggestions:
Co-authored-by: Lin Zhihao <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Commit message: how about core: Add support to compile clp::ffi component using MSVC.
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with Zhihao's commit message.
References
Internally, it was found installing
clp-ffi-py
on Windows 11 gave errors. It was determined that the following needs to be added to support installation on Windows:Extension.extra_compile_args
in setup.py.bswap
implementations.std::from_chars
in<clp-repo-root>/components/core/src/string_utils.inc
:convert_string_to_int
.Interdependent PR
y-scope/clp-ffi-py#56
Description
Validation performed
See y-scope/clp-ffi-py#56 .