This virtual package provides the following dependencies:
Install this version:
emerge -a =virtual/aotriton-0.13b
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =virtual/aotriton-0.13b
Or alternatively:
emerge --autounmask-write -a =virtual/aotriton-0.13b
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.13b | 8 | -* ~amd64 | 0/0.13 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Virtual for the AOTriton math library (binary package or source build)"
SLOT="0/${PV%b}"
KEYWORDS="-* ~amd64"
# Binary first: the from-source sci-libs/aotriton is a multi-hour AOT kernel
# compile, so default to sci-libs/aotriton-bin unless the user explicitly
# installs the source build.
RDEPEND="
|| (
~sci-libs/aotriton-bin-${PV}
~sci-libs/aotriton-${PV}
)
"