summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2023-05-05 07:59:11 +0200
committerAlfredo Tupone <tupone@gentoo.org>2023-05-05 08:00:02 +0200
commit9c94203f8b64847edab176509c93ebdc5aef7573 (patch)
treecf56a1c77455433c07e5a80e630fb7d4678e5871 /sci-libs/caffe2
parentdev-ruby/oauth: add 0.6.2 (diff)
downloadgentoo-9c94203f8b64847edab176509c93ebdc5aef7573.tar.gz
gentoo-9c94203f8b64847edab176509c93ebdc5aef7573.tar.bz2
gentoo-9c94203f8b64847edab176509c93ebdc5aef7573.zip
sci-libs/caffe2: fix sandbox error
Closes: https://bugs.gentoo.org/905436 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs/caffe2')
-rw-r--r--sci-libs/caffe2/caffe2-1.13.1-r4.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-libs/caffe2/caffe2-1.13.1-r4.ebuild b/sci-libs/caffe2/caffe2-1.13.1-r4.ebuild
index afc6a29fc8df..efb497856e53 100644
--- a/sci-libs/caffe2/caffe2-1.13.1-r4.ebuild
+++ b/sci-libs/caffe2/caffe2-1.13.1-r4.ebuild
@@ -160,6 +160,7 @@ src_configure() {
if use cuda; then
addpredict "/dev/nvidiactl" # bug 867706
+ addpredict "/dev/char"
mycmakeargs+=(
-DCMAKE_CUDA_FLAGS="$(cuda_gccdir -f | tr -d \")"