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:           Thu Aug 31 17:22:52 UTC 2023

Modified Files:
        pkgsrc/benchmarks/google-benchmark: Makefile PLIST buildlink3.mk
            distinfo

Log Message:
google-benchmark: updated to 1.8.3

v1.8.3

Fix broken PFM-enabled tests
Update tools.md for missing color meaning
Add pyproject.toml file for PEP518 compliance
pfm: Use a more standard CMake approach for finding libpfm
Bump nanobind to stable v1.4.0 tag
Bump scipy from 1.5.4 to 1.10.0 in /tools
Downgrade bazel to windows-2019
Add tests for Human Readable functionality
Delete unused requirements file, simplify nanobind build file
Update bzlmod support to new rules_python extension API
Re-enable windows-latest tests for newer Bazel
Fix -Werror,-Wold-style-cast build failure on Windows.
Mark internal deps as dev_depenencies so that downstream modules don't require those
bug: Inconsistent suffixes console reporter 1009
Fix IntelLLVM compiler error
fix: added benchmark_counters_tabular for file
[perf-counters] Fix pause/resume
sysinfo.cc: Call getloadavg for Android API >= 29
benchmark.cc: Fix benchmarks_with_threads condition
perf-counters: Make tests pass on Android
State: Initialize counters with kAvgIteration in constructor
perf_counters: Initialize once only when needed
test: Use gtest_main only when needed
StatisticsMedian: Fix bug


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/benchmarks/google-benchmark/Makefile \
    pkgsrc/benchmarks/google-benchmark/distinfo
cvs rdiff -u -r1.5 -r1.6 pkgsrc/benchmarks/google-benchmark/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/benchmarks/google-benchmark/buildlink3.mk

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.23 pkgsrc/benchmarks/google-benchmark/Makefile:1.24
--- pkgsrc/benchmarks/google-benchmark/Makefile:1.23    Mon Aug 14 05:23:50 2023
+++ pkgsrc/benchmarks/google-benchmark/Makefile Thu Aug 31 17:22:52 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2023/08/14 05:23:50 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2023/08/31 17:22:52 adam Exp $
 
-DISTNAME=      benchmark-1.8.2
+DISTNAME=      benchmark-1.8.3
 PKGNAME=       google-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    benchmarks
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=google/}
 GITHUB_PROJECT=        benchmark
Index: pkgsrc/benchmarks/google-benchmark/distinfo
diff -u pkgsrc/benchmarks/google-benchmark/distinfo:1.23 pkgsrc/benchmarks/google-benchmark/distinfo:1.24
--- pkgsrc/benchmarks/google-benchmark/distinfo:1.23    Sun Jul  9 21:09:32 2023
+++ pkgsrc/benchmarks/google-benchmark/distinfo Thu Aug 31 17:22:52 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2023/07/09 21:09:32 adam Exp $
+$NetBSD: distinfo,v 1.24 2023/08/31 17:22:52 adam Exp $
 
-BLAKE2s (benchmark-1.8.2.tar.gz) = b7035cb784f147c1a4f29cbf9e0b78944e2176cfcdb7baebe8e4931e2611e64f
-SHA512 (benchmark-1.8.2.tar.gz) = 532f2cee66cf527ef4452a060cfdedba6417e5d8f72225d6bf50adf6422d9a769b0f54f48982b438fa9ced975ac47bcc5e62c3c23ce871b5cfdbcf9cc0d2b829
-Size (benchmark-1.8.2.tar.gz) = 205926 bytes
+BLAKE2s (benchmark-1.8.3.tar.gz) = 882ed703597b0f01f3b18d9ccf08ea2035c24106d21b6ba62065a31afb10f673
+SHA512 (benchmark-1.8.3.tar.gz) = 4e12114251c79a426873cfba6e27270b69fc980cef9a68e9cb3170f8e2e203f77dee19ab1e65cad51cd67e60991d3bbfdd52553f22522ce5e6c611b5aa07602c
+Size (benchmark-1.8.3.tar.gz) = 250206 bytes

Index: pkgsrc/benchmarks/google-benchmark/PLIST
diff -u pkgsrc/benchmarks/google-benchmark/PLIST:1.5 pkgsrc/benchmarks/google-benchmark/PLIST:1.6
--- pkgsrc/benchmarks/google-benchmark/PLIST:1.5        Sat Nov 26 17:53:02 2022
+++ pkgsrc/benchmarks/google-benchmark/PLIST    Thu Aug 31 17:22:52 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2022/11/26 17:53:02 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2023/08/31 17:22:52 adam Exp $
 include/benchmark/benchmark.h
 include/benchmark/export.h
 lib/cmake/benchmark/benchmarkConfig.cmake
@@ -10,6 +10,10 @@ lib/libbenchmark_main.a
 lib/pkgconfig/benchmark.pc
 share/doc/benchmark/AssemblyTests.md
 share/doc/benchmark/_config.yml
+share/doc/benchmark/assets/images/icon.png
+share/doc/benchmark/assets/images/icon.xcf
+share/doc/benchmark/assets/images/icon_black.png
+share/doc/benchmark/assets/images/icon_black.xcf
 share/doc/benchmark/dependencies.md
 share/doc/benchmark/index.md
 share/doc/benchmark/perf_counters.md

Index: pkgsrc/benchmarks/google-benchmark/buildlink3.mk
diff -u pkgsrc/benchmarks/google-benchmark/buildlink3.mk:1.3 pkgsrc/benchmarks/google-benchmark/buildlink3.mk:1.4
--- pkgsrc/benchmarks/google-benchmark/buildlink3.mk:1.3        Mon Aug 14 05:23:50 2023
+++ pkgsrc/benchmarks/google-benchmark/buildlink3.mk    Thu Aug 31 17:22:52 2023
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2023/08/14 05:23:50 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2023/08/31 17:22:52 adam Exp $
 
 BUILDLINK_TREE+=       google-benchmark
 
@@ -7,7 +7,7 @@ GOOGLE_BENCHMARK_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.google-benchmark+=       google-benchmark>=1.1.0
 BUILDLINK_DEPMETHOD.google-benchmark?=         build
-BUILDLINK_ABI_DEPENDS.google-benchmark?=               google-benchmark>=1.8.2nb1
+BUILDLINK_ABI_DEPENDS.google-benchmark+=       google-benchmark>=1.8.2nb1
 BUILDLINK_PKGSRCDIR.google-benchmark?=         ../../benchmarks/google-benchmark
 .endif # GOOGLE_BENCHMARK_BUILDLINK3_MK
 



Home | Main Index | Thread Index | Old Index