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:   wiz
Date:           Sun Jul 31 09:52:51 UTC 2022

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

Log Message:
google-benchmark: update to 1.7.0.

Small release to replace broken v1.6.2 release

What's Changed

    Stop generating the export header and just check it in by @dominichamon in #1435
    use target_compile_definitions by @dominichamon in #1440
    simplified code by @maochongxin in #1439

New Contributors

    @maochongxin made their first contribution in #1439


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/benchmarks/google-benchmark/Makefile
cvs rdiff -u -r1.18 -r1.19 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.16 pkgsrc/benchmarks/google-benchmark/Makefile:1.17
--- pkgsrc/benchmarks/google-benchmark/Makefile:1.16    Fri Jul 22 08:34:14 2022
+++ pkgsrc/benchmarks/google-benchmark/Makefile Sun Jul 31 09:52:51 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2022/07/22 08:34:14 adam Exp $
+# $NetBSD: Makefile,v 1.17 2022/07/31 09:52:51 wiz Exp $
 
-DISTNAME=      benchmark-1.6.2
+DISTNAME=      benchmark-1.7.0
 PKGNAME=       google-${DISTNAME}
 CATEGORIES=    benchmarks
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=google/}
@@ -17,15 +17,11 @@ USE_LANGUAGES=      c c++
 CMAKE_ARGS+=   -DBENCHMARK_ENABLE_GTEST_TESTS=OFF
 CMAKE_ARGS+=   -DCMAKE_BUILD_TYPE=Release
 
-# as of 1.6.2
-# 91% tests passed, 6 tests failed out of 67
+# as of 1.7.0
+# 97% tests passed, 2 tests failed out of 64
 # The following tests FAILED:
-# 50 - reporter_output_test (Subprocess aborted)
-# 52 - user_counters_test (Subprocess aborted)
-# 57 - user_counters_tabular_test (Subprocess aborted)
-# 65 - run_donotoptimize_assembly_test_CHECK (Failed)
-# 66 - run_state_assembly_test_CHECK (Failed)
-# 67 - run_clobber_memory_assembly_test_CHECK (Failed)
+# 55 - user_counters_test (Subprocess aborted)
+# 60 - user_counters_tabular_test (Subprocess aborted)
 TEST_TARGET=   test
 
 BUILDLINK_TRANSFORM+=  rm:-Werror

Index: pkgsrc/benchmarks/google-benchmark/distinfo
diff -u pkgsrc/benchmarks/google-benchmark/distinfo:1.18 pkgsrc/benchmarks/google-benchmark/distinfo:1.19
--- pkgsrc/benchmarks/google-benchmark/distinfo:1.18    Fri Jul 22 08:34:14 2022
+++ pkgsrc/benchmarks/google-benchmark/distinfo Sun Jul 31 09:52:51 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2022/07/22 08:34:14 adam Exp $
+$NetBSD: distinfo,v 1.19 2022/07/31 09:52:51 wiz Exp $
 
-BLAKE2s (benchmark-1.6.2.tar.gz) = ec8d8201001f777b5de5606e0ee1f216bf161b24b539501559cc40473c3d76eb
-SHA512 (benchmark-1.6.2.tar.gz) = cac5bcb412b18124075ab953b51c745b9d3427c3157e38356d616661c190741b749bcd8450ed08644c43edff2cc59c4fec02fcc2ec81be66609ce8d25fc121b4
-Size (benchmark-1.6.2.tar.gz) = 196771 bytes
+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



Home | Main Index | Thread Index | Old Index