mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/googlebenchmark: Updated for version 1.8.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ba064ae2f8
commit
a99270b8b8
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue