From 0e2545bd942206b16391a6d7a256a5ef3ef497e7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 20 Feb 2023 08:19:52 +0000 Subject: gentoo auto-resync : 20:02:2023 - 08:19:52 --- dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-5.1.3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-5.1.3.ebuild') diff --git a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-5.1.3.ebuild b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-5.1.3.ebuild index d3bff871de9b..e0845f49453a 100644 --- a/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-5.1.3.ebuild +++ b/dev-libs/rocm-opencl-runtime/rocm-opencl-runtime-5.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -30,6 +30,7 @@ BDEPEND=">=dev-util/rocm-cmake-${PV} PATCHES=( "${FILESDIR}/${PN}-5.1.3-remove-clinfo.patch" "${FILESDIR}/${PN}-3.5.0-do-not-install-libopencl.patch" + "${FILESDIR}/${PN}-5.3.3-gcc13.patch" ) S="${WORKDIR}/ROCm-OpenCL-Runtime-rocm-${PV}" @@ -51,6 +52,8 @@ src_prepare() { # Bug #753377 # patch re-enables accidentally disabled gfx800 family eapply "${FILESDIR}/${PN}-5.0.2-enable-gfx800.patch" + eapply "${FILESDIR}/rocclr-5.3.3-fix-include.patch" + eapply "${FILESDIR}/rocclr-5.3.3-gcc13.patch" popd || die } -- cgit v1.2.3