academic/xsimd: Updated for version 10.0.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-12-02 13:52:18 +07:00 committed by Willy Sudiarto Raharjo
parent 992ee292db
commit 7ef099c664
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=xsimd
VERSION=${VERSION:-9.0.1}
VERSION=${VERSION:-10.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="xsimd"
VERSION="9.0.1"
VERSION="10.0.0"
HOMEPAGE="https://github.com/QuantStack/xsimd"
DOWNLOAD="https://github.com/QuantStack/xsimd/archive/9.0.1/xsimd-9.0.1.tar.gz"
MD5SUM="59f38fe3364acd7ed137771258812d6c"
DOWNLOAD="https://github.com/QuantStack/xsimd/archive/10.0.0/xsimd-10.0.0.tar.gz"
MD5SUM="e0dfed5da51b0d34d02b42f5b2ddf830"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gtest"
REQUIRES="doctest"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com"