sci-libs/gloo: gcc15

Closes: https://bugs.gentoo.org/939097
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2024-09-06 22:08:06 +02:00
parent 444ffd41f4
commit 0e7f41fb57
2 changed files with 11 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
--- a/gloo/types.h 2024-09-06 22:05:07.308213847 +0200
+++ b/gloo/types.h 2024-09-06 22:05:32.598941783 +0200
@@ -5,6 +5,7 @@
#pragma once
#include <iostream>
+#include <cstdint>
#ifdef __CUDA_ARCH__
#include <cuda.h>

View File

@@ -38,6 +38,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-2022.05.18-gentoo.patch
"${FILESDIR}"/${PN}-2023.01.17-cuda.patch
"${FILESDIR}"/${PN}-2023.01.17-ssl3.patch
"${FILESDIR}"/${P}-gcc15.patch
)
src_prepare() {