Liu Yiding 29305b3295
python3-mlcommons-loadgen: upgrade 5.1.2 -> 6.0.14
Update source-date-epoch.patch for 6.0.14

Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-04-15 07:24:54 -07:00

28 lines
1.1 KiB
BlitzBasic

SUMMARY = "MLPerf Inference LoadGen python bindings"
DESCRIPTION = "The LoadGen is a reusable module that efficiently and fairly \
measures the performance of inference systems. It generates \
traffic for scenarios as formulated by a diverse set of experts \
in the MLCommons working group, to emulate the workloads seen in \
mobile devices, autonomous vehicles, robotics, and cloud-based \
setups."
HOMEPAGE = "https://mlcommons.org/"
BUGTRACKER = "https://github.com/mlcommons/inference/issues"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://setup.py;beginline=1;endline=14;md5=2c6e34309ef8d57d59ce119f63bc1b76"
DEPENDS = "python3-pybind11-native"
inherit setuptools3 pypi
SRC_URI += " \
file://source-date-epoch.patch \
"
PYPI_PACKAGE = "mlcommons_loadgen"
UPSTREAM_CHECK_PYPI_PACKAGE = "mlcommons_loadgen"
SRC_URI[sha256sum] = "9a56e361b4614938acdb6a601cc9c57ce551809f831023401bbac6dd7eb00970"
# Because the pyproject.toml contains invalid requirements.
INSANE_SKIP += "pep517-backend"