dev-libs/intel-metrics-discovery - 1.14.183 (gentoo)

Search

Package Information

Description:
A user mode library that provides access to GPU performance data
Homepage:
https://github.com/intel/metrics-discovery
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.14.183 8 amd64 0/1.14.183
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

CMAKE_BUILD_TYPE="Release"
MY_PN="${PN/intel-/}"
MY_P="${MY_PN}-${PV}"

inherit cmake

DESCRIPTION="A user mode library that provides access to GPU performance data"
HOMEPAGE="https://github.com/intel/metrics-discovery"
SRC_URI="https://github.com/intel/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_P}"

LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="amd64"

DEPEND="x11-libs/libdrm"
RDEPEND="${DEPEND}"

PATCHES=( "${FILESDIR}/${PN}-1.12.183-revert-definitions.patch" )

src_configure() {
	local mycmakeargs=( -DLINUX_DISTRO="Gentoo" )
	cmake_src_configure
}

Dependencies

DEPEND

x11-libs/libdrm

RDEPEND

x11-libs/libdrm

Manifest for 1.14.183

Type File Size Source URLs
DIST intel-metrics-discovery-1.14.183.tar.gz 4407816 bytes https://github.com/intel/${PN/intel-/}/archive/refs/tags/1.14.183.tar.gz