Install this version:
emerge -a =dev-util/rocprofiler-register-10.0.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-util/rocprofiler-register-10.0.0
Or alternatively:
emerge --autounmask-write -a =dev-util/rocprofiler-register-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
inherit cmake
ROCM_SYSTEMS_COMMIT=6b0e43f341195e203754e08f850e437ff2fc09f9
DESCRIPTION="ROCm profiling registration library"
HOMEPAGE="https://github.com/ROCm/rocm-systems/tree/develop/projects/rocprofiler-register"
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/rocprofiler-register"
LICENSE="MIT"
SLOT="0/$(ver_cut 1-2)"
KEYWORDS="~amd64"
RDEPEND="
dev-cpp/glog
dev-libs/libfmt:=
"
DEPEND="${RDEPEND}"
src_prepare() {
sed -e "s:set(CMAKE_INSTALL_LIBDIR \"lib\"):set(CMAKE_INSTALL_LIBDIR \"$(get_libdir)\"):" \
-i CMakeLists.txt || die
cmake_src_prepare
}
src_configure() {
local mycmakeargs=(
-DCMAKE_DISABLE_FIND_PACKAGE_Git=ON
-DROCPROFILER_REGISTER_BUILD_FMT=OFF
-DROCPROFILER_REGISTER_BUILD_GLOG=OFF
-DROCPROFILER_REGISTER_BUILD_SAMPLES=OFF
-DROCPROFILER_REGISTER_BUILD_TESTS=OFF
)
cmake_src_configure
}
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | rocm-systems-6b0e43f341195e203754e08f850e437ff2fc09f9.tar.gz | 211666901 bytes | https://github.com/ROCm/rocm-systems/archive/6b0e43f341195e203754e08f850e437ff2fc09f9.tar.gz |