From 5e3d4b4fda3edb42b753b8df89123449d768aed2 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 13 Oct 2023 20:20:46 +0200 Subject: [PATCH] New package: xsimd-11.1.0 --- srcpkgs/xsimd/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/xsimd/template diff --git a/srcpkgs/xsimd/template b/srcpkgs/xsimd/template new file mode 100644 index 00000000000..0edc9a91316 --- /dev/null +++ b/srcpkgs/xsimd/template @@ -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 " +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 +}