dev-libs/cutlass: addpredict on /proc/self/task

Closes: https://bugs.gentoo.org/928148
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2024-03-30 17:36:07 +01:00
parent b3dade94ae
commit 9adf6c2936

View File

@@ -1,4 +1,4 @@
# Copyright 2023 Gentoo Authors
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -29,6 +29,7 @@ src_configure() {
)
cuda_add_sandbox -w
addpredict /dev/char
addpredict /proc/self/task
cmake_src_configure
}