diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-03-30 20:35:22 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-03-30 20:35:53 +0100 |
commit | 07e13e6234fcd1c25b5b54a70de4ecaae294b669 (patch) | |
tree | 839bf4e7dd10030cb70dc638f96a899d2018ba4e /sci-libs/caffe2 | |
parent | dev-python/ewmh: enable py3.12 (diff) | |
download | gentoo-07e13e6234fcd1c25b5b54a70de4ecaae294b669.tar.gz gentoo-07e13e6234fcd1c25b5b54a70de4ecaae294b669.tar.bz2 gentoo-07e13e6234fcd1c25b5b54a70de4ecaae294b669.zip |
sci-libs/caffe2: addpredict /proc/self/task
Closes: https://bugs.gentoo.org/926116
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs/caffe2')
-rw-r--r-- | sci-libs/caffe2/caffe2-2.2.1-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-libs/caffe2/caffe2-2.2.1-r1.ebuild b/sci-libs/caffe2/caffe2-2.2.1-r1.ebuild index 80dc2b500a0f..9070f758d18b 100644 --- a/sci-libs/caffe2/caffe2-2.2.1-r1.ebuild +++ b/sci-libs/caffe2/caffe2-2.2.1-r1.ebuild @@ -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 |