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:           Fri Jul 19 06:49:06 UTC 2024

Modified Files:
        pkgsrc/benchmarks/google-benchmark: Makefile distinfo

Log Message:
google-benchmark: updated to 1.8.5

v1.8.5

Improve compatibility with Hexagon hardware
hotfix: Correct pypi-publishing action tag to v1.8.14
CMake: unbreak version handling for tarballs
cycleclock: Fix type conversion to match function return type
bump standard to C++14
Docs: Bump minimum required C++ version from C++11 to C++14
cycleclock: Fix type conversion to match function return type on riscv64
[bazel] Use includes instead of strip_include_prefix
Find libpfm dependency in installed CMake configs
Add -lkstat to the .pc for Solaris
add PERF_FORMAT_TOTAL_TIME_{ENABLED,RUNNING} to support multiplexing
Clarify the difference between BENCHMARK_TEMPLATE_F and BENCHMARK_TEMPLATE_DEFINE_F + BENCHMARK_REGISTER_F
[FR] Add API to provide custom profilers


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/benchmarks/google-benchmark/Makefile \
    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.25 pkgsrc/benchmarks/google-benchmark/Makefile:1.26
--- pkgsrc/benchmarks/google-benchmark/Makefile:1.25    Mon May 27 12:17:19 2024
+++ pkgsrc/benchmarks/google-benchmark/Makefile Fri Jul 19 06:49:06 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2024/05/27 12:17:19 adam Exp $
+# $NetBSD: Makefile,v 1.26 2024/07/19 06:49:06 adam Exp $
 
-DISTNAME=      benchmark-1.8.4
+DISTNAME=      benchmark-1.8.5
 PKGNAME=       google-${DISTNAME}
 CATEGORIES=    benchmarks
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=google/}
@@ -12,17 +12,13 @@ HOMEPAGE=   https://github.com/google/benc
 COMMENT=       Microbenchmark support library
 LICENSE=       apache-2.0
 
-USE_LANGUAGES= c c++
+USE_CXX_FEATURES=      c++14
+USE_LANGUAGES=         c c++
+TEST_TARGET=           test
+
 CMAKE_ARGS+=   -DBENCHMARK_ENABLE_GTEST_TESTS=OFF
 CMAKE_ARGS+=   -DCMAKE_BUILD_TYPE=Release
 
-# as of 1.7.0
-# 97% tests passed, 2 tests failed out of 64
-# The following tests FAILED:
-# 55 - user_counters_test (Subprocess aborted)
-# 60 - user_counters_tabular_test (Subprocess aborted)
-TEST_TARGET=   test
-
 BUILDLINK_TRANSFORM+=  rm:-Werror
 
 PYTHON_FOR_BUILD_ONLY= yes
Index: pkgsrc/benchmarks/google-benchmark/distinfo
diff -u pkgsrc/benchmarks/google-benchmark/distinfo:1.25 pkgsrc/benchmarks/google-benchmark/distinfo:1.26
--- pkgsrc/benchmarks/google-benchmark/distinfo:1.25    Mon May 27 12:17:19 2024
+++ pkgsrc/benchmarks/google-benchmark/distinfo Fri Jul 19 06:49:06 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2024/05/27 12:17:19 adam Exp $
+$NetBSD: distinfo,v 1.26 2024/07/19 06:49:06 adam Exp $
 
-BLAKE2s (benchmark-1.8.4.tar.gz) = c2733e2889eadd13693ca072225a9e44e48cbed775c331505a99253c040b23ba
-SHA512 (benchmark-1.8.4.tar.gz) = 835d12b88fe52309ce6b2ffbc8b3c178ac594be7d249b5daca0373d1d03ec83ea3c7b94224f67f22d21919376985867eeff0d1c0721501cfd8a9e9b8a9c48882
-Size (benchmark-1.8.4.tar.gz) = 253916 bytes
+BLAKE2s (benchmark-1.8.5.tar.gz) = 7aa954772f44a65174223ceb186844ab6da75226b3c7b0ce79dc57840e06a19b
+SHA512 (benchmark-1.8.5.tar.gz) = 86b16abf64961f5f9b8a539f81eefac580e8793e3270e826cf5c624cde2e64ed7e67a5f1c34c3d7250a11c61b1660c9287643df4502de598c1d9581c4a1df752
+Size (benchmark-1.8.5.tar.gz) = 253306 bytes



Home | Main Index | Thread Index | Old Index