pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/benchmarks/google-benchmark



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Nov 26 17:53:02 UTC 2022

Modified Files:
        pkgsrc/benchmarks/google-benchmark: Makefile PLIST distinfo
Removed Files:
        pkgsrc/benchmarks/google-benchmark/patches:
            patch-test_benchmark__setup__teardown__test.cc

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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/benchmarks/google-benchmark/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/benchmarks/google-benchmark/PLIST
cvs rdiff -u -r1.19 -r1.20 pkgsrc/benchmarks/google-benchmark/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/benchmarks/google-benchmark/patches/patch-test_benchmark__setup__teardown__test.cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/benchmarks/google-benchmark/Makefile
diff -u pkgsrc/benchmarks/google-benchmark/Makefile:1.17 pkgsrc/benchmarks/google-benchmark/Makefile:1.18
--- pkgsrc/benchmarks/google-benchmark/Makefile:1.17    Sun Jul 31 09:52:51 2022
+++ pkgsrc/benchmarks/google-benchmark/Makefile Sat Nov 26 17:53:02 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2022/07/31 09:52:51 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2022/11/26 17:53:02 adam Exp $
 
-DISTNAME=      benchmark-1.7.0
+DISTNAME=      benchmark-1.7.1
 PKGNAME=       google-${DISTNAME}
 CATEGORIES=    benchmarks
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=google/}

Index: pkgsrc/benchmarks/google-benchmark/PLIST
diff -u pkgsrc/benchmarks/google-benchmark/PLIST:1.4 pkgsrc/benchmarks/google-benchmark/PLIST:1.5
--- pkgsrc/benchmarks/google-benchmark/PLIST:1.4        Fri Jul 22 08:34:14 2022
+++ pkgsrc/benchmarks/google-benchmark/PLIST    Sat Nov 26 17:53:02 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2022/07/22 08:34:14 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2022/11/26 17:53:02 adam Exp $
 include/benchmark/benchmark.h
 include/benchmark/export.h
 lib/cmake/benchmark/benchmarkConfig.cmake
@@ -16,6 +16,7 @@ share/doc/benchmark/perf_counters.md
 share/doc/benchmark/platform_specific_build_instructions.md
 share/doc/benchmark/python_bindings.md
 share/doc/benchmark/random_interleaving.md
+share/doc/benchmark/reducing_variance.md
 share/doc/benchmark/releasing.md
 share/doc/benchmark/tools.md
 share/doc/benchmark/user_guide.md

Index: pkgsrc/benchmarks/google-benchmark/distinfo
diff -u pkgsrc/benchmarks/google-benchmark/distinfo:1.19 pkgsrc/benchmarks/google-benchmark/distinfo:1.20
--- pkgsrc/benchmarks/google-benchmark/distinfo:1.19    Sun Jul 31 09:52:51 2022
+++ pkgsrc/benchmarks/google-benchmark/distinfo Sat Nov 26 17:53:02 2022
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.19 2022/07/31 09:52:51 wiz Exp $
+$NetBSD: distinfo,v 1.20 2022/11/26 17:53:02 adam Exp $
 
-BLAKE2s (benchmark-1.7.0.tar.gz) = 7adff8265f7ac3b175204c3a3d88082a7f2308b5c481515eb21ad7e08f34f3a6
-SHA512 (benchmark-1.7.0.tar.gz) = 25f81930ce210e298d9cc67c965cc8937f66c53427b18a672338b86424eef32df877ec6b7a7106417464b29c5048b014fcc82cfa773168ed701aa47d01f39f82
-Size (benchmark-1.7.0.tar.gz) = 194165 bytes
-SHA1 (patch-test_benchmark__setup__teardown__test.cc) = d3baa390eb590628fd42c85ce6ec42767e66c15b
+BLAKE2s (benchmark-1.7.1.tar.gz) = 4bba1c9a60763ec248ed489cd05c18a7f6ce801a3b9f801e5ffbb73e5a03e467
+SHA512 (benchmark-1.7.1.tar.gz) = 396af1c1d3eaa2b78c6d23b1472f6088db85a294056ae1c2366dc5c0becdc8f141ba8fc3a235033324ab0a41c2298f5d242ef09b9b6f69d9877de6bcb2062efd
+Size (benchmark-1.7.1.tar.gz) = 196575 bytes



Home | Main Index | Thread Index | Old Index