# Copyright 2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="Virtual for PyTorch Python bindings" HOMEPAGE="https://pytorch.org/" LICENSE="metapackage" SLOT="0" KEYWORDS="~amd64" IUSE="+rocm cuda" REQUIRED_USE="|| ( rocm cuda )" RDEPEND=" rocm? ( ~sci-ml/pytorch-rocm-${PV} ) cuda? ( ~sci-ml/pytorch-cuda-${PV} ) "