diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-05-16 12:16:15 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-20 11:17:22 +0700 |
commit | 8503a561365cf8ea4223e4d6d320ccae6a03e6f4 (patch) | |
tree | 23028d2071276a65f2e90356009b2eae3eefaadd /academic/xsimd | |
parent | a28f0d63d8c45b575bb67dcb8cd2dc91009b4f04 (diff) |
academic/xsimd: Updated for version 11.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 | 3 | ||||
-rw-r--r-- | academic/xsimd/xsimd.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/academic/xsimd/xsimd.SlackBuild b/academic/xsimd/xsimd.SlackBuild index 53a970b291f7..625c7c4d3f5c 100644 --- a/academic/xsimd/xsimd.SlackBuild +++ b/academic/xsimd/xsimd.SlackBuild @@ -1,6 +1,7 @@ #!/bin/bash # Slackware build script for xsimd + # Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # @@ -24,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xsimd -VERSION=${VERSION:-11.0.0} +VERSION=${VERSION:-11.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/academic/xsimd/xsimd.info b/academic/xsimd/xsimd.info index 10faeb1a2d5c..2ae87ac2fea6 100644 --- a/academic/xsimd/xsimd.info +++ b/academic/xsimd/xsimd.info @@ -1,8 +1,8 @@ PRGNAM="xsimd" -VERSION="11.0.0" +VERSION="11.1.0" HOMEPAGE="https://github.com/QuantStack/xsimd" -DOWNLOAD="https://github.com/QuantStack/xsimd/archive/11.0.0/xsimd-11.0.0.tar.gz" -MD5SUM="8b734292633a5f931b7ffad028a53f58" +DOWNLOAD="https://github.com/QuantStack/xsimd/archive/11.1.0/xsimd-11.1.0.tar.gz" +MD5SUM="29ffd841d6491fddfbfaedeffc637f02" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="doctest" |