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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5EA5E158094 for ; Tue, 5 Jul 2022 14:41:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81CB7E0AA3; Tue, 5 Jul 2022 14:41:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5CC8CE0AA3 for ; Tue, 5 Jul 2022 14:41:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4CF8E341A41 for ; Tue, 5 Jul 2022 14:41:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7273B326 for ; Tue, 5 Jul 2022 14:41:20 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1657032032.e23377f782e7184f960a704d4bbe48c514f7831c.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/torchvision/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/torchvision/torchvision-0.11.2.ebuild X-VCS-Directories: sci-libs/torchvision/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e23377f782e7184f960a704d4bbe48c514f7831c X-VCS-Branch: master Date: Tue, 5 Jul 2022 14: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: 7c360584-31c3-47e1-88f7-1d276b39b6cf X-Archives-Hash: 4cdb8969c4345cf89a5e24ca794a13d4 commit: e23377f782e7184f960a704d4bbe48c514f7831c Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Jul 5 14:40:32 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Jul 5 14:40:32 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e23377f7 sci-libs/torchvision: depend on pytorch[cuda?] Signed-off-by: Andrew Ammerlaan gentoo.org> sci-libs/torchvision/torchvision-0.11.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/torchvision/torchvision-0.11.2.ebuild b/sci-libs/torchvision/torchvision-0.11.2.ebuild index 6df2cbc01..b17ac9007 100644 --- a/sci-libs/torchvision/torchvision-0.11.2.ebuild +++ b/sci-libs/torchvision/torchvision-0.11.2.ebuild @@ -23,7 +23,7 @@ RDEPEND=" dev-python/six[${PYTHON_USEDEP}] dev-python/tqdm[${PYTHON_USEDEP}] dev-python/scipy[${PYTHON_USEDEP}] - sci-libs/pytorch[${PYTHON_USEDEP}] + sci-libs/pytorch[cuda(-)?,${PYTHON_USEDEP}] media-video/ffmpeg dev-qt/qtcore:5 "