virtual/triton - 3.7.1 (stuff)

Search

Virtual Group Dependencies

This virtual package provides the following dependencies:

Install

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

Package Information

Description:
Virtual for the Triton GPU-kernel compiler (source build or binary wheel)

Ebuild Details

Version EAPI Keywords Slot
3.7.1 8 ~amd64 0
View Raw Ebuild
# 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}]
	)
"

Inherited Eclasses

Dependencies

RDEPEND

	
	|| (
		~dev-python/triton-3.7.1[]
		~dev-python/triton-bin-3.7.1[]
	)