-
Notifications
You must be signed in to change notification settings - Fork 5.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
[pybind11] Fixed compiling errors for pybind11 -Wmissing-field-initializers
under gcc8 and python312
#63949
[pybind11] Fixed compiling errors for pybind11 -Wmissing-field-initializers
under gcc8 and python312
#63949
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
-Wmissing-field-initializers
under aarch64 and gcc8-Wmissing-field-initializers
under aarch64 and gcc8 only python12
-Wmissing-field-initializers
under aarch64 and gcc8 only python12-Wmissing-field-initializers
under aarch64 and gcc8 only python312
@@ -22,6 +22,23 @@ set(SOURCE_INCLUDE_DIR ${SOURCE_DIR}/include) | |||
|
|||
include_directories(${PYBIND_INCLUDE_DIR}) | |||
|
|||
set(PYBIND_PATCH_COMMAND "") |
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.
加个注释吧,说明这个 patch 可以在 gcc 9.1+ 安全移除
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.
Done
-Wmissing-field-initializers
under aarch64 and gcc8 only python312-Wmissing-field-initializers
under gcc8 and python312
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.
…alizers` under gcc8 and python312 (PaddlePaddle#63949)
…alizers` under gcc8 and python312 (PaddlePaddle#63949)
…alizers` under gcc8 and python312 (PaddlePaddle#63949)
…alizers` under gcc8 and python312 (PaddlePaddle#63949)
PR Category
Others
PR Types
Others
Description
修复 #63741 引入的问题
可以在
registry.baidubce.com/device/paddle-cpu:ubuntu18-aarch64-gcc82-python-all
镜像下复现复现步骤
closes #63906