Skip to content
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

gcc 13 fails to compile #294

Closed
rhauser opened this issue Jun 6, 2023 · 1 comment
Closed

gcc 13 fails to compile #294

rhauser opened this issue Jun 6, 2023 · 1 comment

Comments

@rhauser
Copy link

rhauser commented Jun 6, 2023

We (ATLAS + LCG) are doing first tests with gcc 13 (and c++20). ipbus v2.8.9 fails to compile due to the use uintX_t types in pybind11/attr.h. The required header is nowhere included except in the numpy.h file

A full log can be found in the attached errors.txt file. I updated the pybind11 version locally to 2.10.4 (the latest) and that seems to fix the problem.

error.txt

@tswilliams
Copy link
Collaborator

Hi

I've updated the pybind submodule to v2.10.4 in pull request #295 - it was in fact also required to support Python 3.11 on Alma9. This change is now included in the v2.8.10 tag of this repo.

Cheers,
Tom

@tswilliams tswilliams added this to the v2.8.10 release milestone Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants