Skip to content

Commit 97982e2

Browse files
committed
benchmark-1.9.2
1 parent 6ca8d4b commit 97982e2

File tree

3 files changed

+20
-17
lines changed

3 files changed

+20
-17
lines changed

benchmark/README

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,44 +3,44 @@ benchmark
33
A library to support the benchmarking of functions, similar to unit-tests.
44

55
Runtime requirements:
6-
cygwin-3.5.4-1
7-
libbenchmark-devel-1.9.1-1bl1
8-
libbenchmark1-1.9.1-1bl1
6+
cygwin-3.6.0-1
7+
libbenchmark-devel-1.9.2-1bl1
8+
libbenchmark1-1.9.2-1bl1
99
libgcc1-12.4.0-3
1010
libstdc++6-12.4.0-3
11-
pkg-config-2.3.0-1
11+
pkg-config-2.4.3-1
1212

1313
Build requirements:
1414
(besides corresponding -devel packages)
15-
binutils-2.43.1-1
15+
binutils-2.44-1
1616
cmake-3.28.3-1
1717
cygport-0.36.9-1
1818
gcc-core-12.4.0-3
1919
gcc-g++-12.4.0-3
20-
libgmock-devel-1.15.2-1bl1
21-
libgtest-devel-1.15.2-1bl1
22-
ninja-1.12.0-1
20+
libgmock-devel-1.16.0-1bl1
21+
libgtest-devel-1.16.0-1bl1
22+
ninja-1.12.1-1
2323

2424
Canonical website:
2525
https://github.com/google/benchmark
2626

2727
Canonical download:
28-
https://github.com/google/benchmark/archive/refs/tags/v1.9.1.tar.gz
28+
https://github.com/google/benchmark/archive/refs/tags/v1.9.2.tar.gz
2929

3030
-------------------------------------------
3131

3232
Build instructions:
33-
1. unpack benchmark-1.9.1-X-src.tar.xz
33+
1. unpack benchmark-1.9.2-X-src.tar.xz
3434
2. if you use setup to install this src package,
3535
it will be unpacked under /usr/src automatically
3636
% cd /usr/src
37-
% cygport ./benchmark-1.9.1-X.cygport all
37+
% cygport ./benchmark-1.9.2-X.cygport all
3838

3939
This will create:
40-
/usr/src/benchmark-1.9.1-X-src.tar.xz
41-
/usr/src/benchmark-1.9.1-X.tar.xz
42-
/usr/src/libbenchmark1-1.9.1-X.tar.xz
43-
/usr/src/libbenchmark-devel-1.9.1-X.tar.xz
40+
/usr/src/benchmark-1.9.2-X-src.tar.xz
41+
/usr/src/benchmark-1.9.2-X.tar.xz
42+
/usr/src/libbenchmark1-1.9.2-X.tar.xz
43+
/usr/src/libbenchmark-devel-1.9.2-X.tar.xz
4444

4545
-------------------------------------------
4646

@@ -90,6 +90,9 @@ Files included in the binary package:
9090

9191
Port Notes:
9292

93+
----- version 1.9.2-1bl1 -----
94+
Version bump.
95+
9396
----- version 1.9.1-1bl1 -----
9497
Version bump.
9598

benchmark/benchmark-1.9.1-1bl1.src.patch renamed to benchmark/benchmark-1.9.2-1bl1.src.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
--- origsrc/benchmark-1.9.1/CMakeLists.txt 2024-11-29 01:51:38.000000000 +0900
2-
+++ src/benchmark-1.9.1/CMakeLists.txt 2024-12-12 16:08:51.583054600 +0900
1+
--- origsrc/benchmark-1.9.2/CMakeLists.txt 2025-03-25 18:17:34.000000000 +0900
2+
+++ src/benchmark-1.9.2/CMakeLists.txt 2025-04-08 18:08:15.227704300 +0900
33
@@ -98,6 +98,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_C
44
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
55

0 commit comments

Comments
 (0)