We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c631e7c commit 090209cCopy full SHA for 090209c
1 file changed
srcpkgs/xsimd/template
@@ -1,15 +1,14 @@
1
# Template file for 'xsimd'
2
pkgname=xsimd
3
-reverts="11.2.0_1"
4
-version=11.1.0
5
-revision=2
+version=14.1.0
+revision=1
6
build_style=cmake
7
-short_desc="C++ wrappers for SIMD intrinsics and parallelized, optimized mathematical functions"
+short_desc="C++ wrappers SIMD intrinsics for parallelized optimized math functions"
8
maintainer="John <me@johnnynator.dev>"
9
license="BSD-3-Clause"
10
homepage="https://github.com/xtensor-stack/xsimd"
11
distfiles="https://github.com/xtensor-stack/xsimd/archive/refs/tags/${version}.tar.gz"
12
-checksum=aa54dba8daade472656eba0d27154f072fec06ee3831aefcac69a5f6c7dbbae7
+checksum=8da77b66214e73565f6111ba494322c853552b7b40cff69779b42e2100eed16f
13
14
if [ -z "$CROSS_BUILD" ]; then
15
configure_args="-DBUILD_TESTS=ON"
0 commit comments