Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/torchvision/
Date: Tue, 05 Jul 2022 14:41:24
Message-Id: 1657032032.e23377f782e7184f960a704d4bbe48c514f7831c.andrewammerlaan@gentoo
1 commit: e23377f782e7184f960a704d4bbe48c514f7831c
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 5 14:40:32 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 5 14:40:32 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=e23377f7
7
8 sci-libs/torchvision: depend on pytorch[cuda?]
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 sci-libs/torchvision/torchvision-0.11.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-libs/torchvision/torchvision-0.11.2.ebuild b/sci-libs/torchvision/torchvision-0.11.2.ebuild
16 index 6df2cbc01..b17ac9007 100644
17 --- a/sci-libs/torchvision/torchvision-0.11.2.ebuild
18 +++ b/sci-libs/torchvision/torchvision-0.11.2.ebuild
19 @@ -23,7 +23,7 @@ RDEPEND="
20 dev-python/six[${PYTHON_USEDEP}]
21 dev-python/tqdm[${PYTHON_USEDEP}]
22 dev-python/scipy[${PYTHON_USEDEP}]
23 - sci-libs/pytorch[${PYTHON_USEDEP}]
24 + sci-libs/pytorch[cuda(-)?,${PYTHON_USEDEP}]
25 media-video/ffmpeg
26 dev-qt/qtcore:5
27 "