This virtual package provides the following dependencies:
Install this version:
emerge -a =virtual/triton-3.7.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =virtual/triton-3.7.1
Or alternatively:
emerge --autounmask-write -a =virtual/triton-3.7.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.7.1 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
inherit python-r1
DESCRIPTION="Virtual for the Triton GPU-kernel compiler (source build or binary wheel)"
SLOT="0"
KEYWORDS="~amd64"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
|| (
~dev-python/triton-${PV}[${PYTHON_USEDEP}]
~dev-python/triton-bin-${PV}[${PYTHON_USEDEP}]
)
"