commit: 150fc739032ce8de5b5643722bf3507dc358e0d2 Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> AuthorDate: Mon Feb 24 10:20:08 2025 +0000 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> CommitDate: Mon Feb 24 10:20:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=150fc739
sci-chemistry/gromacs: resurect accidently dropped patch Closes: https://bugs.gentoo.org/950002 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org> sci-chemistry/gromacs/files/gromacs-gcc-15.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/sci-chemistry/gromacs/files/gromacs-gcc-15.patch b/sci-chemistry/gromacs/files/gromacs-gcc-15.patch new file mode 100644 index 000000000000..c0168ba9f21e --- /dev/null +++ b/sci-chemistry/gromacs/files/gromacs-gcc-15.patch @@ -0,0 +1,13 @@ +diff --git a/src/gromacs/mdtypes/energyhistory.h b/src/gromacs/mdtypes/energyhistory.h +index 0c8fecfae70605d64613a2408755e715e5f9b6c5..f80d4c56b95caf6942b35222d8983c8ed8f10e1e 100644 +--- a/src/gromacs/mdtypes/energyhistory.h ++++ b/src/gromacs/mdtypes/energyhistory.h +@@ -47,6 +47,8 @@ + #ifndef GMX_MDLIB_ENERGYHISTORY_H + #define GMX_MDLIB_ENERGYHISTORY_H + ++#include <cstdint> ++ + #include <memory> + #include <vector> +
