forked from pool/benchmark
Accepting request 711652 from devel:tools
- 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/request/show/711652 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/benchmark?expand=0&rev=12
This commit is contained in:
commit
6aed1034f0
@ -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
3
benchmark-1.5.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3c6a165b6ecc948967a1ead710d4a181d7b0fbcaa183ef7ea84604994966221a
|
||||||
|
size 150176
|
@ -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>
|
Sat Feb 23 10:47:16 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
@ -19,14 +19,14 @@
|
|||||||
%define soname lib%{name}
|
%define soname lib%{name}
|
||||||
%define sover 0
|
%define sover 0
|
||||||
Name: benchmark
|
Name: benchmark
|
||||||
Version: 1.4.1
|
Version: 1.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A microbenchmark support library
|
Summary: A microbenchmark support library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://github.com/google/benchmark
|
URL: https://github.com/google/benchmark
|
||||||
Source: https://github.com/google/benchmark/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
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: gcc-c++
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
BuildRequires: gmock
|
BuildRequires: gmock
|
||||||
@ -64,6 +64,7 @@ sed -e 's|libdir=${prefix}/lib|libdir=${prefix}/%{_lib}|' \
|
|||||||
|
|
||||||
%cmake \
|
%cmake \
|
||||||
-DBENCHMARK_ENABLE_LTO=on \
|
-DBENCHMARK_ENABLE_LTO=on \
|
||||||
|
-DBENCHMARK_ENABLE_GTEST_TESTS=false \
|
||||||
-DBENCHMARK_ENABLE_TESTING=true
|
-DBENCHMARK_ENABLE_TESTING=true
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user