libraries/highway: Updated for version 1.2.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Vijay Marcel 2024-08-14 21:55:45 +07:00 committed by Willy Sudiarto Raharjo
parent 15b97be908
commit 763247d6a4
No known key found for this signature in database
GPG key ID: 3F617144D7238786
3 changed files with 9 additions and 5 deletions

View file

@ -16,3 +16,7 @@ Updated to version 1.0.7
19/02/2024
Updated to version 1.1.0
14/08/2024:
Updated to version 1.2.0

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=highway
VERSION=${VERSION:-1.1.0}
VERSION=${VERSION:-1.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -89,7 +89,7 @@ cmake -B build -S $TMP/$PRGNAM-$VERSION \
-DBUILD_TESTING:BOOL=OFF \
-DHWY_SYSTEM_GTEST:BOOL=ON \
-DHWY_ENABLE_CONTRIB:BOOL=ON \
-DHWY_ENABLE_EXAMPLES:BOOL=ON \
-DHWY_ENABLE_EXAMPLES:BOOL=OFF \
-DHWY_ENABLE_INSTALL:BOOL=ON
cmake --build build

View file

@ -1,8 +1,8 @@
PRGNAM="highway"
VERSION="1.1.0"
VERSION="1.2.0"
HOMEPAGE="https://github.com/google/highway"
DOWNLOAD="https://github.com/google/highway/archive/1.1.0/highway-1.1.0.tar.gz"
MD5SUM="6a5d433b66626afbd3fcc5884d2f270a"
DOWNLOAD="https://github.com/google/highway/archive/1.2.0/highway-1.2.0.tar.gz"
MD5SUM="8b3d090a2d081730b40bca5ae0d65f11"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gtest"