dev-libs/intel-metrics-library - 1.0.209.1 (gentoo)

Search

Install

Install this version:

emerge -a =dev-libs/intel-metrics-library-1.0.209.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-libs/intel-metrics-library-1.0.209.1

Or alternatively:

emerge --autounmask-write -a =dev-libs/intel-metrics-library-1.0.209.1

Package Information

Description:
User mode driver helper library that provides access to GPU performance counters
Homepage:
https://github.com/intel/metrics-library
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.0.209.1 8 ~amd64 0/1.0.209.1
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="User mode driver helper library that provides access to GPU performance counters"
HOMEPAGE="https://github.com/intel/metrics-library"
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}"

src_prepare() {
	sed -e '/-Werror/d' -i CMakeLists.txt || die
	cmake_src_prepare
}

Inherited Eclasses

Dependencies

DEPEND

x11-libs/libdrm

RDEPEND

x11-libs/libdrm

Manifest for 1.0.209.1

Type File Size Source URLs
DIST intel-metrics-library-1.0.209.1.tar.gz 269513 bytes https://github.com/intel/metrics-library/archive/refs/tags/1.0.209.1.tar.gz