summaryrefslogtreecommitdiffstats
path: root/academic/xsimd
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2023-04-23 23:27:17 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-04-29 18:11:49 +0700
commitc129b245312c5b149ca127240f8df3d388eb8a1d (patch)
treea733b5d19a4dca2fc9322600eb07491b2ed91ec3 /academic/xsimd
parent05d418b789804f9156b655e30b46c370d1072945 (diff)
downloadslackbuilds-c129b245312c5b149ca127240f8df3d388eb8a1d.tar.gz
slackbuilds-c129b245312c5b149ca127240f8df3d388eb8a1d.tar.xz
academic/xsimd: Updated for version 11.0.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/xsimd')
-rw-r--r--academic/xsimd/xsimd.SlackBuild7
-rw-r--r--academic/xsimd/xsimd.info6
2 files changed, 5 insertions, 8 deletions
diff --git a/academic/xsimd/xsimd.SlackBuild b/academic/xsimd/xsimd.SlackBuild
index a039133f1e..53a970b291 100644
--- a/academic/xsimd/xsimd.SlackBuild
+++ b/academic/xsimd/xsimd.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/bash
# Slackware build script for xsimd
-# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com>
+# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=xsimd
-VERSION=${VERSION:-10.0.0}
+VERSION=${VERSION:-11.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -37,9 +37,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
diff --git a/academic/xsimd/xsimd.info b/academic/xsimd/xsimd.info
index e5100bb254..10faeb1a2d 100644
--- a/academic/xsimd/xsimd.info
+++ b/academic/xsimd/xsimd.info
@@ -1,8 +1,8 @@
PRGNAM="xsimd"
-VERSION="10.0.0"
+VERSION="11.0.0"
HOMEPAGE="https://github.com/QuantStack/xsimd"
-DOWNLOAD="https://github.com/QuantStack/xsimd/archive/10.0.0/xsimd-10.0.0.tar.gz"
-MD5SUM="e0dfed5da51b0d34d02b42f5b2ddf830"
+DOWNLOAD="https://github.com/QuantStack/xsimd/archive/11.0.0/xsimd-11.0.0.tar.gz"
+MD5SUM="8b734292633a5f931b7ffad028a53f58"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="doctest"