aboutsummaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorVijay Marcel <vijaymarcel@outlook.com>2024-08-14 21:55:45 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-08-14 22:40:53 +0700
commit763247d6a4e26620981f02ba4295239d8d2b7057 (patch)
tree17851ee5abb33b87b2a54692b32a303fe776690f /libraries
parent15b97be9081daf090427eb101babfa93690eb00e (diff)
libraries/highway: Updated for version 1.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/highway/changelog4
-rw-r--r--libraries/highway/highway.SlackBuild4
-rw-r--r--libraries/highway/highway.info6
3 files changed, 9 insertions, 5 deletions
diff --git a/libraries/highway/changelog b/libraries/highway/changelog
index 7b5e3a7be1048..d3732fa44e8a4 100644
--- a/libraries/highway/changelog
+++ b/libraries/highway/changelog
@@ -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
diff --git a/libraries/highway/highway.SlackBuild b/libraries/highway/highway.SlackBuild
index 72566af773168..2e179d6a55e34 100644
--- a/libraries/highway/highway.SlackBuild
+++ b/libraries/highway/highway.SlackBuild
@@ -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
diff --git a/libraries/highway/highway.info b/libraries/highway/highway.info
index 3ab7ea09b4c44..48b0a0e02a44e 100644
--- a/libraries/highway/highway.info
+++ b/libraries/highway/highway.info
@@ -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"