Gentoo Archives: gentoo-commits

From: Aisha Tammy <gentoo@×××××.cc>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/pytorch/
Date: Tue, 20 Apr 2021 15:41:24
Message-Id: 1618933272.99221a7072b26b57ba8ce4b3ad5e1716ede5f46a.epsilon-0@gentoo
1 commit: 99221a7072b26b57ba8ce4b3ad5e1716ede5f46a
2 Author: Raouf Bencheraiet <foufou33 <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 12 19:23:09 2021 +0000
4 Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
5 CommitDate: Tue Apr 20 15:41:12 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=99221a70
7
8 sci-libs/pytorch: require 0 or oneof (cuda rocm)
9
10 instead of exactly oneof (cuda rocm)
11 Signed-off-by: Raouf Bencheraiet <foufou33 <AT> gmail.com>
12 Closes: https://github.com/gentoo/sci/pull/1078
13 Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
14
15 sci-libs/pytorch/pytorch-1.7.1-r2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/sci-libs/pytorch/pytorch-1.7.1-r2.ebuild b/sci-libs/pytorch/pytorch-1.7.1-r2.ebuild
19 index dff47d8da..99cc2e750 100644
20 --- a/sci-libs/pytorch/pytorch-1.7.1-r2.ebuild
21 +++ b/sci-libs/pytorch/pytorch-1.7.1-r2.ebuild
22 @@ -58,7 +58,7 @@ KEYWORDS="~amd64"
23 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"
24 RESTRICT="!test? ( test )"
25 REQUIRED_USE="
26 - ^^ ( cuda rocm )
27 + ?? ( cuda rocm )
28 "
29
30 RDEPEND="