Subject: CVS commit: pkgsrc/benchmarks/google-benchmark
From: Adam Ciarcinski
Date: 2022-11-26 18:53:02
Message id: 20221126175302.5B5B1FA90@cvs.NetBSD.org

Log Message:
google-benchmark: updated to 1.7.1

v1.7.1
What's Changed

Remove stray comment and added missing header
Initialize help hook before actually parsing the command line
remove unnecessary generated include directory
Fixed build issues on window
Explicitly cast int literals to int8_t in tests to silence implicit-conversion \ 
warnings
Ensure we don't need benchmark installed to pass c++ feature checks
Avoid deprecation warning in NVHPC
run ClearRegisteredBenchmarks at exit
FIx typo in benchmark.h
add debug option for enabling more output for failed cxxfeaturechecks
Fix link error when use as static library on windows.
use CMAKE_INSTALL_FULL in pkg-config file (fixes nix package)
Clean up test documentation formatting
Enable aarch64 Linux wheel builds, use cibuildwheel action directly
Eliminate usage of deprecated API in sysinfo.cc
Stop using pandas.Timedelta
Discuss sources of variance in the user guide
Bump pybind11 version to enable Python 3.11 wheel builds
bump cmake dep and docs
Support for QuRT OS (Hexagon RTOS)
Fix Solaris compilation
Do not depend on unversioned python binary
Partially revert "Do not depend on unversioned python binary"
Add information for supported Python versions to setup.py
[bazel] Build libpfm as a dependency to allow collection of perf counters

Files:
RevisionActionfile
1.18modifypkgsrc/benchmarks/google-benchmark/Makefile
1.5modifypkgsrc/benchmarks/google-benchmark/PLIST
1.20modifypkgsrc/benchmarks/google-benchmark/distinfo
1.1removepkgsrc/benchmarks/google-benchmark/patches/patch-test_benchmark__setup__teardown__test.cc