New package: xsimd-11.1.0
This commit is contained in:
parent
3ef79be26c
commit
5e3d4b4fda
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue