aboutsummaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorLockywolf Laptop <>2024-05-07 22:51:51 +0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-05-11 06:51:51 +0700
commita99270b8b8476f0009058c0e73b5a16194a5b697 (patch)
tree87fd5e47f6fbf2fd72545bb45858dd8bbd283b1a /libraries
parentba064ae2f8bb6010cf0518bfc4cc4896ffbef41e (diff)
downloadslackbuilds-a99270b8b8476f0009058c0e73b5a16194a5b697.tar.xz
libraries/googlebenchmark: Updated for version 1.8.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/googlebenchmark/googlebenchmark.SlackBuild3
-rw-r--r--libraries/googlebenchmark/googlebenchmark.info6
2 files changed, 5 insertions, 4 deletions
diff --git a/libraries/googlebenchmark/googlebenchmark.SlackBuild b/libraries/googlebenchmark/googlebenchmark.SlackBuild
index fdfa6c16b8..c80d6f04bf 100644
--- a/libraries/googlebenchmark/googlebenchmark.SlackBuild
+++ b/libraries/googlebenchmark/googlebenchmark.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=googlebenchmark
-VERSION=${VERSION:-1.8.0}
+VERSION=${VERSION:-1.8.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -93,6 +93,7 @@ cd build
-DBENCHMARK_ENABLE_GTEST_TESTS=OFF \
-DBENCHMARK_ENABLE_LTO=ON \
-DBENCHMARK_ENABLE_ASSEMBLY_TESTS=OFF \
+ -DBUILD_SHARED_LIBS=ON \
-DCMAKE_BUILD_TYPE=Release ..
make
make install/strip DESTDIR=$PKG
diff --git a/libraries/googlebenchmark/googlebenchmark.info b/libraries/googlebenchmark/googlebenchmark.info
index 5802cdb767..3c66565db8 100644
--- a/libraries/googlebenchmark/googlebenchmark.info
+++ b/libraries/googlebenchmark/googlebenchmark.info
@@ -1,8 +1,8 @@
PRGNAM="googlebenchmark"
-VERSION="1.8.0"
+VERSION="1.8.3"
HOMEPAGE="https://github.com/google/benchmark/"
-DOWNLOAD="https://github.com/google/benchmark/archive/v1.8.0/benchmark-1.8.0.tar.gz"
-MD5SUM="8ddf8571d3f6198d37852bcbd964f817"
+DOWNLOAD="https://github.com/google/benchmark/archive/v1.8.3/benchmark-1.8.3.tar.gz"
+MD5SUM="7b93dd03670665684f1b2e9b70ad17fe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gtest gflags"