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: Mon Mar 31 16:48:30 UTC 2025
Modified Files:
pkgsrc/benchmarks/google-benchmark: Makefile distinfo
Log Message:
google-benchmark: updated to 1.9.2
1.9.2
Add artifact name to download before wheel PyPI upload
Remove if statement from wheel upload job
Fix malformed clang invocation in build_ext.run
Remove wheel merge job, merge artifacts on download
Change SDK version check
[bazel] Remove selects on CPU
cycleclock: Support for PA-RISC (hppa) architecture
fix: remove clang-cl compilation warning
README.md: fix build instructions
cycleclock: Use clock_gettime() as fallback for any Linux architecture
Fix runtime crash when parsing /proc/cpuinfo fails
Get number of CPUs with sysconf() on Linux
Update nanobind-bazel to v2.4.0
ci: Update pre-commit hooks
Lint Python: Add more ruff rules
GitHub Actions: build-and-test on an ARM processor
ruff rule E501: Fix long lines in Python code
[BUG] Fix ProfilerManager number of iterations
Update error message now that /proc/cpuinfo is no longer in use
add back /proc/cpuinfo as a fallback for some platforms
change pacboy compiler target for windows builds
Retrieve the number of online CPUs on OpenBSD and NetBSD
Replace usage of deprecated sysctl on macOS
Try to use the _SC_NPROCESSORS_ONLN sysconf elsewhere
fix sanitizer cmake builds
Remove /proc/cpuinfo fallback path
Build libpfm with rules_cc
remove cxx03 test, fully unblocking c++1X development
run clang-tidy using a common config and reduced set of tests
benchmark declarations can and should be const (clang-tidy)
[clang-tidy] use unique_ptr for benchmark registration
[clang-tidy] fix warning about decaying array to pointer
[clang-tidy] fix missing braces
[clang-tidy] autofix cppcoreguidelines
[clang-tidy] autofix readability issues
dx: Update pre-commit repos, change imports of Python / CC rules
deps: Update nanobind_bazel to v2.5.0
use smart pointers
[clang-tidy] resolve some global clang-tidy issues
Fix build errors on QuRT (Hexagon)
change setup and teardown callback type
Install FindPFM.cmake for bencmarkConfig.cmake
fix memory manager result bug
Compilation example was wrong. Fixed standard
CI: unbreak MSan job
update version of gtest to v1.15.2 (latest) and also the cmake config
Finish cxx version bump
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/benchmarks/google-benchmark/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/benchmarks/google-benchmark/distinfo
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.29 pkgsrc/benchmarks/google-benchmark/Makefile:1.30
--- pkgsrc/benchmarks/google-benchmark/Makefile:1.29 Wed Dec 4 11:23:46 2024
+++ pkgsrc/benchmarks/google-benchmark/Makefile Mon Mar 31 16:48:30 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2024/12/04 11:23:46 adam Exp $
+# $NetBSD: Makefile,v 1.30 2025/03/31 16:48:30 adam Exp $
-DISTNAME= benchmark-1.9.1
+DISTNAME= benchmark-1.9.2
PKGNAME= google-${DISTNAME}
CATEGORIES= benchmarks
MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
Index: pkgsrc/benchmarks/google-benchmark/distinfo
diff -u pkgsrc/benchmarks/google-benchmark/distinfo:1.28 pkgsrc/benchmarks/google-benchmark/distinfo:1.29
--- pkgsrc/benchmarks/google-benchmark/distinfo:1.28 Wed Dec 4 11:23:46 2024
+++ pkgsrc/benchmarks/google-benchmark/distinfo Mon Mar 31 16:48:30 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2024/12/04 11:23:46 adam Exp $
+$NetBSD: distinfo,v 1.29 2025/03/31 16:48:30 adam Exp $
-BLAKE2s (benchmark-1.9.1.tar.gz) = b9b23592e286b53acf3058c5c0104b96333206d36ecebc423768a0785ff01b3a
-SHA512 (benchmark-1.9.1.tar.gz) = fc787d3d60a55abb3edaa575bf947c72e1ad1404a35bfddf585299411bcd04d32503bba563f9a36dccf128fce6261b97d460d6c293ed2c2d0807cf0154c86aa7
-Size (benchmark-1.9.1.tar.gz) = 255148 bytes
+BLAKE2s (benchmark-1.9.2.tar.gz) = 7d8782b15515f00a2bb0e571e05b1787cb8acbc8245b86e1e3c1454bff7c0201
+SHA512 (benchmark-1.9.2.tar.gz) = 64e964f02c118935305ca3e7d3f732f2e093f927371bd1729467f6cb75dc0c42492f9f02c3191e3d8affdc9bab2e66becf10bd4250b768854074bf69efa7e4f2
+Size (benchmark-1.9.2.tar.gz) = 258938 bytes
Home |
Main Index |
Thread Index |
Old Index