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