Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/pytorch/
Date: Tue, 18 Jan 2022 18:58:57
Message-Id: 1642532324.c1b59fbed7d118800f417014de364aed7b98913a.chymera@gentoo
1 commit: c1b59fbed7d118800f417014de364aed7b98913a
2 Author: Horea Christian <chr <AT> chymera <DOT> eu>
3 AuthorDate: Tue Jan 18 18:58:44 2022 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Tue Jan 18 18:58:44 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c1b59fbe
7
8 sci-libs/pytorch: removed deprecated sys-fabric/libibverbs dep
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
12
13 sci-libs/pytorch/pytorch-1.10.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-libs/pytorch/pytorch-1.10.1.ebuild b/sci-libs/pytorch/pytorch-1.10.1.ebuild
17 index 59947e530..8ba76f1bd 100644
18 --- a/sci-libs/pytorch/pytorch-1.10.1.ebuild
19 +++ b/sci-libs/pytorch/pytorch-1.10.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=8
26 @@ -114,7 +114,7 @@ DEPEND="${RDEPEND}
27 dev-python/pybind11[${PYTHON_USEDEP}]
28 dev-python/typing-extensions[${PYTHON_USEDEP}]
29 ')
30 - sys-fabric/libibverbs
31 + sys-cluster/rdma-core
32 sys-process/numactl
33 "