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

Issue compiling with gcc13 #6

Closed
hobihasina opened this issue Jan 12, 2024 · 2 comments
Closed

Issue compiling with gcc13 #6

hobihasina opened this issue Jan 12, 2024 · 2 comments

Comments

@hobihasina
Copy link

There are headers missing due to some C++ Standard Library headers have been changed to no longer include other headers that were being used internally by the library in gcc13. We use spack version 0.21.1 (be127180eb37320ae7d81e831ff59d77e0446602) for the installation.
Machine:
Distributor ID: Gentoo
Description: Gentoo Linux
Release: 2.14
See enclosed the log file for more details
spack-build-out.txt

@mrahn
Copy link
Contributor

mrahn commented Jan 17, 2024

Thanks for the report. That is unfortune. As a workaround you can either use another compiler or add the line

#include <cstdint>

to the file src/we/type/id.hpp. That fixes the problem and the next release will contain the fix.

@mrahn
Copy link
Contributor

mrahn commented Jan 2, 2025

release 24.12 has the fix

@mrahn mrahn closed this as completed Jan 2, 2025
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