From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F1CB81382C5 for ; Tue, 20 Apr 2021 15:41:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 388C7E084A; Tue, 20 Apr 2021 15:41:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18EA7E084A for ; Tue, 20 Apr 2021 15:41:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 801D9340E39 for ; Tue, 20 Apr 2021 15:41:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D418C59C for ; Tue, 20 Apr 2021 15:41:20 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1618933272.99221a7072b26b57ba8ce4b3ad5e1716ede5f46a.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/pytorch/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/pytorch/pytorch-1.7.1-r2.ebuild X-VCS-Directories: sci-libs/pytorch/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 99221a7072b26b57ba8ce4b3ad5e1716ede5f46a X-VCS-Branch: master Date: Tue, 20 Apr 2021 15:41:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8cb81a37-2e2d-461a-80df-366a96d4ab42 X-Archives-Hash: b21bbdd8cdc82886389e861b63b399c3 commit: 99221a7072b26b57ba8ce4b3ad5e1716ede5f46a Author: Raouf Bencheraiet gmail com> AuthorDate: Mon Apr 12 19:23:09 2021 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Tue Apr 20 15:41:12 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=99221a70 sci-libs/pytorch: require 0 or oneof (cuda rocm) instead of exactly oneof (cuda rocm) Signed-off-by: Raouf Bencheraiet gmail.com> Closes: https://github.com/gentoo/sci/pull/1078 Signed-off-by: Aisha Tammy aisha.cc> sci-libs/pytorch/pytorch-1.7.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="