academic/xsimd: Updated for version 10.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
992ee292db
commit
7ef099c664
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue