Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/pytorch/, sci-libs/pytorch/files/
Date: Sat, 30 Jan 2021 15:39:52
Message-Id: 1612021184.b58d722332ff8d22656fe38dcc7509b8194de3fa.andrewammerlaan@gentoo
1 commit: b58d722332ff8d22656fe38dcc7509b8194de3fa
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Sat Jan 30 15:39:44 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sat Jan 30 15:39:44 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b58d7223
7
8 sci-libs/pytorch: add missing RESTRICT="!test? ( test )"
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 sci-libs/pytorch/files/get_third_parties | 0
14 sci-libs/pytorch/pytorch-1.7.1-r2.ebuild | 2 +-
15 2 files changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sci-libs/pytorch/files/get_third_parties b/sci-libs/pytorch/files/get_third_parties
18 old mode 100755
19 new mode 100644
20
21 diff --git a/sci-libs/pytorch/pytorch-1.7.1-r2.ebuild b/sci-libs/pytorch/pytorch-1.7.1-r2.ebuild
22 index 77d314ca9..dff47d8da 100644
23 --- a/sci-libs/pytorch/pytorch-1.7.1-r2.ebuild
24 +++ b/sci-libs/pytorch/pytorch-1.7.1-r2.ebuild
25 @@ -56,7 +56,7 @@ SLOT="0"
26 KEYWORDS="~amd64"
27
28 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"
29 -
30 +RESTRICT="!test? ( test )"
31 REQUIRED_USE="
32 ^^ ( cuda rocm )
33 "