SHA256
1
0
forked from pool/benchmark

- Update to version 1.5.0:

* Bump CMake minimum version to 3.5.1 (see dependencies.md)
  * Add threads and repetitions to the JSON outputa
  * Memory management and reporting hooks
  * Documentation improvements
  * Miscellaneous build fixes
- Disable gtest part of tests untill new gtest is available

OBS-URL: https://build.opensuse.org/package/show/devel:tools/benchmark?expand=0&rev=26
This commit is contained in:
Martin Pluskal 2019-06-24 07:30:35 +00:00 committed by Git OBS Bridge
parent 41461f9f08
commit 097b562d97
4 changed files with 17 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f8e525db3c42efc9c7f3bc5176a8fa893a9a9920bbd08cef30fb56a51854d60d
size 126850

3
benchmark-1.5.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3c6a165b6ecc948967a1ead710d4a181d7b0fbcaa183ef7ea84604994966221a
size 150176

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jun 24 07:26:21 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
- Update to version 1.5.0:
* Bump CMake minimum version to 3.5.1 (see dependencies.md)
* Add threads and repetitions to the JSON outputa
* Memory management and reporting hooks
* Documentation improvements
* Miscellaneous build fixes
- Disable gtest part of tests untill new gtest is available
-------------------------------------------------------------------
Sat Feb 23 10:47:16 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>

View File

@ -19,14 +19,14 @@
%define soname lib%{name}
%define sover 0
Name: benchmark
Version: 1.4.1
Version: 1.5.0
Release: 0
Summary: A microbenchmark support library
License: Apache-2.0
Group: Development/Libraries/C and C++
URL: https://github.com/google/benchmark
Source: https://github.com/google/benchmark/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: cmake >= 3.5.1
BuildRequires: gcc-c++
BuildRequires: git-core
BuildRequires: gmock
@ -64,6 +64,7 @@ sed -e 's|libdir=${prefix}/lib|libdir=${prefix}/%{_lib}|' \
%cmake \
-DBENCHMARK_ENABLE_LTO=on \
-DBENCHMARK_ENABLE_GTEST_TESTS=false \
-DBENCHMARK_ENABLE_TESTING=true
%make_jobs