libraries/googlebenchmark: Updated for version 1.8.3.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Lockywolf Laptop 2024-05-07 22:51:51 +08:00 committed by Willy Sudiarto Raharjo
parent ba064ae2f8
commit a99270b8b8
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=googlebenchmark PRGNAM=googlebenchmark
VERSION=${VERSION:-1.8.0} VERSION=${VERSION:-1.8.3}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}
@ -93,6 +93,7 @@ cd build
-DBENCHMARK_ENABLE_GTEST_TESTS=OFF \ -DBENCHMARK_ENABLE_GTEST_TESTS=OFF \
-DBENCHMARK_ENABLE_LTO=ON \ -DBENCHMARK_ENABLE_LTO=ON \
-DBENCHMARK_ENABLE_ASSEMBLY_TESTS=OFF \ -DBENCHMARK_ENABLE_ASSEMBLY_TESTS=OFF \
-DBUILD_SHARED_LIBS=ON \
-DCMAKE_BUILD_TYPE=Release .. -DCMAKE_BUILD_TYPE=Release ..
make make
make install/strip DESTDIR=$PKG make install/strip DESTDIR=$PKG

View file

@ -1,8 +1,8 @@
PRGNAM="googlebenchmark" PRGNAM="googlebenchmark"
VERSION="1.8.0" VERSION="1.8.3"
HOMEPAGE="https://github.com/google/benchmark/" HOMEPAGE="https://github.com/google/benchmark/"
DOWNLOAD="https://github.com/google/benchmark/archive/v1.8.0/benchmark-1.8.0.tar.gz" DOWNLOAD="https://github.com/google/benchmark/archive/v1.8.3/benchmark-1.8.3.tar.gz"
MD5SUM="8ddf8571d3f6198d37852bcbd964f817" MD5SUM="7b93dd03670665684f1b2e9b70ad17fe"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="gtest gflags" REQUIRES="gtest gflags"