mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-libs/gloo: gcc15
Closes: https://bugs.gentoo.org/939097 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
10
sci-libs/gloo/files/gloo-2023.12.03-gcc15.patch
Normal file
10
sci-libs/gloo/files/gloo-2023.12.03-gcc15.patch
Normal 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>
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user