diff --git a/srcpkgs/xsimd/template b/srcpkgs/xsimd/template index 0edc9a91316..ffc806bd7d1 100644 --- a/srcpkgs/xsimd/template +++ b/srcpkgs/xsimd/template @@ -1,18 +1,20 @@ # Template file for 'xsimd' pkgname=xsimd -version=11.1.0 +version=11.2.0 revision=1 build_style=cmake +checkdepends="doctest-devel" 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 +checksum=509bbfe12e78ee1a0e81711019e7c7a372dabcff566dbf15b95cc94339443242 -if [ -z "$CROSS_BUILD" ]; then +if [ "$XBPS_CHECK_PKGS" ]; then configure_args="-DBUILD_TESTS=ON" - makedepends="doctest-devel" +else + configure_args="-DBUILD_TESTS=OFF" fi post_install() {