21 lines
581 B
Bash
21 lines
581 B
Bash
# Template file for 'xsimd'
|
|
pkgname=xsimd
|
|
version=14.2.0
|
|
revision=1
|
|
build_style=cmake
|
|
short_desc="C++ wrappers for SIMD intrinsics and parallel, optimized math 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=21e841ab684b05331e81e7f782431753a029ef7b7d9d6d3ddab837e7782a40ee
|
|
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
configure_args="-DBUILD_TESTS=ON"
|
|
makedepends="doctest-devel"
|
|
fi
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|