# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit cmake ROCM_SYSTEMS_COMMIT=6b0e43f341195e203754e08f850e437ff2fc09f9 DESCRIPTION="Library that provides ROCm release version and install path information" HOMEPAGE="https://github.com/ROCm/rocm-systems/tree/develop/projects/rocm-core" 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/rocm-core" LICENSE="MIT" SLOT="0/$(ver_cut 1-2)" KEYWORDS="~amd64" src_configure() { local mycmakeargs=( -DROCM_VERSION=${PV} ) cmake_src_configure } src_install() { cmake_src_install # too broad for standard directory rm "${ED}"/usr/.info/version || die } RDEPEND="!