diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-04-12 12:21:05 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-04-12 12:21:35 +0200 |
commit | 5a07d6d7f362834066166d13163dc46721619a37 (patch) | |
tree | 71b0086ba62fb6c6987c641091a9a68fc8b0213b /sci-libs/kineto/files | |
parent | sys-fs/fuse: Stabilize 3.14.1 ppc, #904222 (diff) | |
download | gentoo-5a07d6d7f362834066166d13163dc46721619a37.tar.gz gentoo-5a07d6d7f362834066166d13163dc46721619a37.tar.bz2 gentoo-5a07d6d7f362834066166d13163dc46721619a37.zip |
sci-libs/kineto: include stdint
Closes: https://bugs.gentoo.org/904085
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs/kineto/files')
-rw-r--r-- | sci-libs/kineto/files/kineto-0.4.0-gcc13.patch | 10 | ||||
-rw-r--r-- | sci-libs/kineto/files/kineto-2021.11.17-gentoo.patch | 8 |
2 files changed, 14 insertions, 4 deletions
diff --git a/sci-libs/kineto/files/kineto-0.4.0-gcc13.patch b/sci-libs/kineto/files/kineto-0.4.0-gcc13.patch new file mode 100644 index 000000000000..296104aef7fc --- /dev/null +++ b/sci-libs/kineto/files/kineto-0.4.0-gcc13.patch @@ -0,0 +1,10 @@ +--- a/src/SampleListener.h 2023-04-12 12:07:58.869097270 +0200 ++++ b/src/SampleListener.h 2023-04-12 12:09:42.930392363 +0200 +@@ -7,6 +7,7 @@ + #include <iostream> + #include <string> + #include <vector> ++#include <cstdint> + + namespace KINETO_NAMESPACE { + diff --git a/sci-libs/kineto/files/kineto-2021.11.17-gentoo.patch b/sci-libs/kineto/files/kineto-2021.11.17-gentoo.patch index 0c4cb7261273..3e1a5cbc9b8d 100644 --- a/sci-libs/kineto/files/kineto-2021.11.17-gentoo.patch +++ b/sci-libs/kineto/files/kineto-2021.11.17-gentoo.patch @@ -1,5 +1,5 @@ ---- a/libkineto/CMakeLists.txt 2022-05-24 11:16:18.537610972 +0200 -+++ b/libkineto/CMakeLists.txt 2022-05-24 11:19:15.011073535 +0200 +--- a/CMakeLists.txt 2022-05-24 11:16:18.537610972 +0200 ++++ b/CMakeLists.txt 2022-05-24 11:19:15.011073535 +0200 @@ -78,10 +78,10 @@ set_target_properties(kineto_base kineto_api PROPERTIES CXX_STANDARD 14 @@ -57,8 +57,8 @@ install(TARGETS kineto EXPORT kinetoLibraryConfig ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} ---- a/libkineto/libkineto_defs.bzl 2022-05-24 22:06:17.324000422 +0200 -+++ b/libkineto/libkineto_defs.bzl 2022-05-24 22:07:08.326419268 +0200 +--- a/libkineto_defs.bzl 2022-05-24 22:06:17.324000422 +0200 ++++ b/libkineto_defs.bzl 2022-05-24 22:07:08.326419268 +0200 @@ -46,6 +46,7 @@ "src/init.cpp", "src/output_csv.cpp", |