mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
libraries/highway: Updated for version 1.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
15b97be908
commit
763247d6a4
3 changed files with 9 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue