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 Mar 21 22:16:26 UTC 2019

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

Log Message:
google-benchmark: updated to 1.4.1

v1.4.1
Bug-fix release on v1.4.
Realign expectation that State::iterations() returns 0 before the main benchmark loop begins.
CMake error message fixes
Enscripten check fix
OpenBSD porting
Windows bazel fixes
Bazel pthread linking
Negative regexes
gmock fix

v1.4.0
Removal of deprecated headers
Improved CPU cache info reporting
Support State::KeepRunningBatch()
Support int64_t for AddRange()
New platform support: NetBSD, s390x, Solaris
Bazel build support
Support googletest unit tests
Add assembler tests
Various warnings fixed

v1.3.0
Ranged for loop optimization!
Make installation optional
Better stats including user-provided ones
JSON reporter format fixes
Documentation improvements


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/benchmarks/google-benchmark/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/benchmarks/google-benchmark/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/benchmarks/google-benchmark/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/benchmarks/google-benchmark/patches/patch-include_benchmark_benchmark__api.h

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.2 pkgsrc/benchmarks/google-benchmark/Makefile:1.3
--- pkgsrc/benchmarks/google-benchmark/Makefile:1.2     Fri Mar 24 11:41:58 2017
+++ pkgsrc/benchmarks/google-benchmark/Makefile Thu Mar 21 22:16:25 2019
@@ -1,22 +1,22 @@
-# $NetBSD: Makefile,v 1.2 2017/03/24 11:41:58 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2019/03/21 22:16:25 adam Exp $
 
-DISTNAME=      benchmark-1.1.0
+DISTNAME=      benchmark-1.4.1
 PKGNAME=       google-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    benchmarks
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=google/}
 GITHUB_PROJECT=        benchmark
 GITHUB_TAG=    v${PKGVERSION_NOREV}
 
 MAINTAINER=    minskim%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/google/benchmark/
+HOMEPAGE=      https://github.com/google/benchmark
 COMMENT=       Microbenchmark support library
 LICENSE=       apache-2.0
 
 USE_CMAKE=     yes
 USE_LANGUAGES= c c++
-
-CMAKE_ARGS=    -DCMAKE_BUILD_TYPE=Release
+CMAKE_ARGS+=   -DBENCHMARK_ENABLE_GTEST_TESTS=OFF
+CMAKE_ARGS+=   -DCMAKE_BUILD_TYPE=Release
+TEST_TARGET=   test
 
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/benchmarks/google-benchmark/PLIST
diff -u pkgsrc/benchmarks/google-benchmark/PLIST:1.1 pkgsrc/benchmarks/google-benchmark/PLIST:1.2
--- pkgsrc/benchmarks/google-benchmark/PLIST:1.1        Mon Nov 21 18:20:30 2016
+++ pkgsrc/benchmarks/google-benchmark/PLIST    Thu Mar 21 22:16:25 2019
@@ -1,6 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2016/11/21 18:20:30 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/03/21 22:16:25 adam Exp $
 include/benchmark/benchmark.h
-include/benchmark/benchmark_api.h
-include/benchmark/macros.h
-include/benchmark/reporter.h
+lib/cmake/benchmark/benchmarkConfig.cmake
+lib/cmake/benchmark/benchmarkConfigVersion.cmake
+lib/cmake/benchmark/benchmarkTargets-release.cmake
+lib/cmake/benchmark/benchmarkTargets.cmake
 lib/libbenchmark.a
+lib/libbenchmark_main.a
+lib/pkgconfig/benchmark.pc

Index: pkgsrc/benchmarks/google-benchmark/distinfo
diff -u pkgsrc/benchmarks/google-benchmark/distinfo:1.3 pkgsrc/benchmarks/google-benchmark/distinfo:1.4
--- pkgsrc/benchmarks/google-benchmark/distinfo:1.3     Fri Mar 24 11:41:58 2017
+++ pkgsrc/benchmarks/google-benchmark/distinfo Thu Mar 21 22:16:25 2019
@@ -1,8 +1,7 @@
-$NetBSD: distinfo,v 1.3 2017/03/24 11:41:58 joerg Exp $
+$NetBSD: distinfo,v 1.4 2019/03/21 22:16:25 adam Exp $
 
-SHA1 (benchmark-1.1.0.tar.gz) = 8c539bbe2a212618fa87b6c38fba087100b6e4ae
-RMD160 (benchmark-1.1.0.tar.gz) = 7e7f2d687ef515a846c04933545f7c63752d2de5
-SHA512 (benchmark-1.1.0.tar.gz) = 533061531e6a37723a626addc9e779018c4c2cfc8634ae45860eec0d3800103b5b562f865ac1dc0c8dbe045579b81e59de887e1c48318cebf160f03c18321831
-Size (benchmark-1.1.0.tar.gz) = 87199 bytes
+SHA1 (benchmark-1.4.1.tar.gz) = 29d9dacea24ed352d77da6edc52972bba1299acd
+RMD160 (benchmark-1.4.1.tar.gz) = b3018488a233be21e99324640d1f9e7a705f5867
+SHA512 (benchmark-1.4.1.tar.gz) = e9d71b4679cb4e4d755f7bb4101e131b37e209b6aebd0853e0c63eb11c42b75faa5da4ff8c265149808a475f3a1cfb140c5b49f877acfda908a4bb7add983aae
+Size (benchmark-1.4.1.tar.gz) = 126850 bytes
 SHA1 (patch-CMakeLists.txt) = b76675097fde2b85fc3c7e9601666007654c1d0c
-SHA1 (patch-include_benchmark_benchmark__api.h) = 1fa32704d75d2f23fbc3fc9aa0d9b44e12b4c82b



Home | Main Index | Thread Index | Old Index