diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-05-15 08:25:19 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-05-15 08:26:07 +0200 |
commit | 956d531c9b11328f220abea0bdc319ed3ccfe891 (patch) | |
tree | 32164a029bd796e7a6ab64ebb218f97a36da9a5a /sci-libs/caffe2 | |
parent | profiles/updates: fix OldPackageUpdate (dev-python/Pyro4) (diff) | |
download | gentoo-956d531c9b11328f220abea0bdc319ed3ccfe891.tar.gz gentoo-956d531c9b11328f220abea0bdc319ed3ccfe891.tar.bz2 gentoo-956d531c9b11328f220abea0bdc319ed3ccfe891.zip |
sci-libs/caffe2: if cuda require tensorpipe[cuda]
Bug: https://bugs.gentoo.org/906204
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs/caffe2')
-rw-r--r-- | sci-libs/caffe2/caffe2-2.0.1-r1.ebuild (renamed from sci-libs/caffe2/caffe2-2.0.1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/caffe2/caffe2-2.0.1.ebuild b/sci-libs/caffe2/caffe2-2.0.1-r1.ebuild index 558e1671f543..65814fb3e0e6 100644 --- a/sci-libs/caffe2/caffe2-2.0.1.ebuild +++ b/sci-libs/caffe2/caffe2-2.0.1-r1.ebuild @@ -57,7 +57,7 @@ RDEPEND=" opencl? ( virtual/opencl ) opencv? ( media-libs/opencv:= ) qnnpack? ( sci-libs/QNNPACK ) - tensorpipe? ( sci-libs/tensorpipe ) + tensorpipe? ( sci-libs/tensorpipe[cuda?] ) xnnpack? ( >=sci-libs/XNNPACK-2022.12.22 ) " DEPEND=" |