app-benchmarks/pmbw - 0.6.3 (gentoo)

Search

Package Information

Description:
Parallel Memory Bandwidth Measurement / Benchmark Tool
Homepage:
https://github.com/bingmann/pmbw
License:
GPL-3+

Ebuild Details

Version EAPI Keywords Slot
0.6.3 8 ~amd64 ~arm ~arm64 ~riscv ~x86 0
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="Parallel Memory Bandwidth Measurement / Benchmark Tool"
HOMEPAGE="https://github.com/bingmann/pmbw"
SRC_URI="https://github.com/bingmann/pmbw/archive/refs/tags/${P}.tar.gz"
S="${WORKDIR}/${PN}-${P}"

LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"

src_prepare() {
	default
	eautoreconf
}

Manifest for 0.6.3

Type File Size Source URLs
DIST pmbw-0.6.3.tar.gz 130254 bytes https://github.com/bingmann/pmbw/archive/refs/tags/pmbw-0.6.3.tar.gz