New package: xsimd-11.1.0

This commit is contained in:
John 2023-10-13 20:20:46 +02:00 committed by John Zimmermann
parent 3ef79be26c
commit 5e3d4b4fda
1 changed files with 20 additions and 0 deletions

20
srcpkgs/xsimd/template Normal file
View File

@ -0,0 +1,20 @@
# Template file for 'xsimd'
pkgname=xsimd
version=11.1.0
revision=1
build_style=cmake
short_desc="C++ wrappers for SIMD intrinsics and parallelized, optimized mathematical functions"
maintainer="John <me@johnnynator.dev>"
license="BSD-3-Clause"
homepage="https://github.com/xtensor-stack/xsimd"
distfiles="https://github.com/xtensor-stack/xsimd/archive/refs/tags/${version}.tar.gz"
checksum=aa54dba8daade472656eba0d27154f072fec06ee3831aefcac69a5f6c7dbbae7
if [ -z "$CROSS_BUILD" ]; then
configure_args="-DBUILD_TESTS=ON"
makedepends="doctest-devel"
fi
post_install() {
vlicense LICENSE
}