diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-05-07 00:53:32 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-05-14 19:27:54 +0700 |
commit | 2373e38e5925657d0cd1bd1af962b9c56f920eaf (patch) | |
tree | cb1b869fdc4368904ee210bf92fc3422d74c89ad /academic/xsimd | |
parent | 8de2e14cd81e78d5046e40b11d9caff6f61a4965 (diff) | |
download | slackbuilds-2373e38e5925657d0cd1bd1af962b9c56f920eaf.tar.gz |
academic/xsimd: Updated for version 8.1.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.SlackBuild | 2 | ||||
-rw-r--r-- | academic/xsimd/xsimd.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/academic/xsimd/xsimd.SlackBuild b/academic/xsimd/xsimd.SlackBuild index 0315852d79..a88f321c44 100644 --- a/academic/xsimd/xsimd.SlackBuild +++ b/academic/xsimd/xsimd.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xsimd -VERSION=${VERSION:-8.0.5} +VERSION=${VERSION:-8.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/academic/xsimd/xsimd.info b/academic/xsimd/xsimd.info index b31d41f303..cf1d4b7475 100644 --- a/academic/xsimd/xsimd.info +++ b/academic/xsimd/xsimd.info @@ -1,8 +1,8 @@ PRGNAM="xsimd" -VERSION="8.0.5" +VERSION="8.1.0" HOMEPAGE="https://github.com/QuantStack/xsimd" -DOWNLOAD="https://github.com/QuantStack/xsimd/archive/8.0.5/xsimd-8.0.5.tar.gz" -MD5SUM="422319f3086df66ae901151fd00e40f7" +DOWNLOAD="https://github.com/QuantStack/xsimd/archive/8.1.0/xsimd-8.1.0.tar.gz" +MD5SUM="e3edf90fcdf1d11297ed74bda96d7fbd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gtest" |