Yoshiki Sakamoto
Yoshiki Sakamoto
I agree, it would be better to be able to automatically put the output of help in the README.
I agree with using pre-commit-hooks. Therefore, I will try to set up pre-commit-hooks.
ここら辺のコードが気になりますね。 https://github.com/pybind/cmake_example/blob/ce0ea77878522a85da0be13cf9e425626d05827e/setup.py#L126
https://github.com/pytest-dev/pytest-cpp
Yes, that is the correct perception. This problem is solved by eliminating md5/checksum, so I think it is ok. But until then, could a monkey patch be the solution on...
Thank you very much. I will patch it to my local environment and use it until a revised release is available.
> We can use Cmake and build test cases and run that using pytest. Thank you very much! The CI for GitHub Actions has become really easy to use, so...
I understand. I'm sorry for the trouble I've caused you. By the way, is it possible to support [Apple Silicon and universal2](https://developer.apple.com/documentation/apple-silicon/building-a-universal-macos-binary)? https://github.com/pypa/cibuildwheel/blob/b552fbd016bf1394c6b7de96d5bf98dde5b17730/cibuildwheel/macos.py#L277 Also, would it be possible to support...
Thanks, cibuildwheel's behavior on MacOS is not to use Docker. Therefore, I think it is safe to use cibuildwheel directly. https://cibuildwheel.readthedocs.io/en/stable/setup/#circleci
Of course, I would also like to investigate linux/arm64 cross-compilation and suggest it to you.