From 99221a7072b26b57ba8ce4b3ad5e1716ede5f46a Mon Sep 17 00:00:00 2001 From: Raouf Bencheraiet Date: Mon, 12 Apr 2021 15:23:09 -0400 Subject: sci-libs/pytorch: require 0 or oneof (cuda rocm) instead of exactly oneof (cuda rocm) Signed-off-by: Raouf Bencheraiet Closes: https://github.com/gentoo/sci/pull/1078 Signed-off-by: Aisha Tammy --- sci-libs/pytorch/pytorch-1.7.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sci-libs/pytorch') diff --git a/sci-libs/pytorch/pytorch-1.7.1-r2.ebuild b/sci-libs/pytorch/pytorch-1.7.1-r2.ebuild index dff47d8da..99cc2e750 100644 --- a/sci-libs/pytorch/pytorch-1.7.1-r2.ebuild +++ b/sci-libs/pytorch/pytorch-1.7.1-r2.ebuild @@ -58,7 +58,7 @@ KEYWORDS="~amd64" IUSE="asan blas cuda +fbgemm ffmpeg gflags glog +gloo leveldb lmdb mkldnn mpi namedtensor +nnpack numa +observers opencl opencv +openmp +python +qnnpack redis rocm static test tools zeromq" RESTRICT="!test? ( test )" REQUIRED_USE=" - ^^ ( cuda rocm ) + ?? ( cuda rocm ) " RDEPEND=" -- cgit v1.2.3-65-gdbad