Install this version:
emerge -a =dev-util/rocminfo-10.0.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/rocminfo-10.0.0
Or alternatively:
emerge --autounmask-write -a =dev-util/rocminfo-10.0.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 10.0.0 | 8 | ~amd64 | 0/$(ver_cut 1-2) |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..14} )
inherit cmake python-r1
DESCRIPTION="ROCm Application for Reporting System Info"
HOMEPAGE="https://github.com/ROCm/rocm-systems/tree/develop/projects/rocminfo"
ROCM_SYSTEMS_COMMIT=6b0e43f341195e203754e08f850e437ff2fc09f9
SRC_URI="https://github.com/ROCm/rocm-systems/archive/${ROCM_SYSTEMS_COMMIT}.tar.gz -> rocm-systems-${ROCM_SYSTEMS_COMMIT}.tar.gz"
S="${WORKDIR}/rocm-systems-${ROCM_SYSTEMS_COMMIT}/projects/rocminfo"
LICENSE="UoI-NCSA"
SLOT="0/$(ver_cut 1-2)"
KEYWORDS="~amd64"
RDEPEND="dev-libs/rocr-runtime:${SLOT}
${PYTHON_DEPS}"
DEPEND="${RDEPEND}"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
src_prepare() {
sed -e "/CPACK_RESOURCE_FILE_LICENSE/d" -i CMakeLists.txt || die
sed -e "/num_change_since_prev_pkg(/cset(NUM_COMMITS 0)" \
-i cmake_modules/utils.cmake || die # Fix QA issue on "git not found"
cmake_src_prepare
}
src_configure() {
local mycmakeargs=( -DROCRTST_BLD_TYPE=Release )
cmake_src_configure
}
src_install() {
cmake_src_install
rm "${ED}/usr/bin/rocm_agent_enumerator" || die
python_foreach_impl python_doexe rocm_agent_enumerator "${BUILD_DIR}"/rocm_agent_enumerator
}
dev-libs/rocr-runtime:0/$(ver_cut 1-2)
dev-libs/rocr-runtime:0/$(ver_cut 1-2)
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | rocm-systems-6b0e43f341195e203754e08f850e437ff2fc09f9.tar.gz | 211666901 bytes | https://github.com/ROCm/rocm-systems/archive/6b0e43f341195e203754e08f850e437ff2fc09f9.tar.gz |