mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: xsimd-11.1.0
This commit is contained in:
parent
3ef79be26c
commit
5e3d4b4fda
1 changed files with 20 additions and 0 deletions
20
srcpkgs/xsimd/template
Normal file
20
srcpkgs/xsimd/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue