sci-libs/caffe2: addpredict /proc/self/task

Closes: https://bugs.gentoo.org/926116
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
This commit is contained in:
Alfredo Tupone
2024-03-30 20:35:22 +01:00
parent 5140562f6e
commit 07e13e6234

View File

@@ -220,6 +220,7 @@ src_configure() {
if use cuda; then
addpredict "/dev/nvidiactl" # bug 867706
addpredict "/dev/char"
addpredict "/proc/self/task" # bug 926116
mycmakeargs+=(
-DUSE_CUDNN=ON