commit:     ec1260ddb844f30cd13e4a2e9b1419b487e069e7
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  2 13:25:25 2024 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sat Nov  2 13:26:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec1260dd

sci-libs/tensorpipe: another fix for gcc-15

Closes: https://bugs.gentoo.org/942382
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-libs/tensorpipe/files/tensorpipe-2022.05.13-gcc15.patch | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/sci-libs/tensorpipe/files/tensorpipe-2022.05.13-gcc15.patch 
b/sci-libs/tensorpipe/files/tensorpipe-2022.05.13-gcc15.patch
index e22dfbe5025b..4d99ee656920 100644
--- a/sci-libs/tensorpipe/files/tensorpipe-2022.05.13-gcc15.patch
+++ b/sci-libs/tensorpipe/files/tensorpipe-2022.05.13-gcc15.patch
@@ -8,3 +8,13 @@
  
  #include <tensorpipe/common/error.h>
  
+--- a/tensorpipe/common/memory.h       2024-11-02 14:00:40.971529014 +0100
++++ b/tensorpipe/common/memory.h       2024-11-02 14:01:16.891890766 +0100
+@@ -10,6 +10,7 @@
+ 
+ #include <sys/mman.h>
+ 
++#include <cstdint>
+ #include <memory>
+ 
+ #include <tensorpipe/common/defs.h>

Reply via email to