diff options
author | 2024-01-21 11:09:44 +0100 | |
---|---|---|
committer | 2024-01-21 11:10:07 +0100 | |
commit | 580d5b265f60162f18b90ccd5ec23c4e37219574 (patch) | |
tree | 8bf4221abe3727a497051faba8bfc1c15d09bd7d /sci-libs | |
parent | dev-java/guava: Stabilize 33.0.0 amd64, #922593 (diff) | |
download | gentoo-580d5b265f60162f18b90ccd5ec23c4e37219574.tar.gz gentoo-580d5b265f60162f18b90ccd5ec23c4e37219574.tar.bz2 gentoo-580d5b265f60162f18b90ccd5ec23c4e37219574.zip |
sci-libs/pytorch: IndirectInherits
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/pytorch/pytorch-1.13.1-r2.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/pytorch/pytorch-2.0.1-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/pytorch/pytorch-2.1.2-r1.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sci-libs/pytorch/pytorch-1.13.1-r2.ebuild b/sci-libs/pytorch/pytorch-1.13.1-r2.ebuild index f93b9a108820..14b2e8d56547 100644 --- a/sci-libs/pytorch/pytorch-1.13.1-r2.ebuild +++ b/sci-libs/pytorch/pytorch-1.13.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_SINGLE_IMPL=1 -inherit distutils-r1 +inherit distutils-r1 multibuild DESCRIPTION="Tensors and Dynamic neural networks in Python" HOMEPAGE="https://pytorch.org/" diff --git a/sci-libs/pytorch/pytorch-2.0.1-r1.ebuild b/sci-libs/pytorch/pytorch-2.0.1-r1.ebuild index 11f7d447a1e1..2ee51ce0e418 100644 --- a/sci-libs/pytorch/pytorch-2.0.1-r1.ebuild +++ b/sci-libs/pytorch/pytorch-2.0.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2023 Gentoo Authors +# Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_EXT=1 -inherit distutils-r1 prefix +inherit distutils-r1 multibuild prefix DESCRIPTION="Tensors and Dynamic neural networks in Python" HOMEPAGE="https://pytorch.org/" diff --git a/sci-libs/pytorch/pytorch-2.1.2-r1.ebuild b/sci-libs/pytorch/pytorch-2.1.2-r1.ebuild index eeedad68bd1b..e3bdd2b2f216 100644 --- a/sci-libs/pytorch/pytorch-2.1.2-r1.ebuild +++ b/sci-libs/pytorch/pytorch-2.1.2-r1.ebuild @@ -7,7 +7,7 @@ DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..12} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_EXT=1 -inherit distutils-r1 prefix +inherit distutils-r1 multibuild prefix DESCRIPTION="Tensors and Dynamic neural networks in Python" HOMEPAGE="https://pytorch.org/" |