We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32b67eb commit 9c306c2Copy full SHA for 9c306c2
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.0.0
+revision=1
6
build_style=cmake
7
-short_desc="C++ wrappers for SIMD intrinsics and parallelized, optimized mathematical functions"
8
-maintainer="John <me@johnnynator.dev>"
+short_desc="C++ wrappers for SIMD intrinsics"
+maintainer="Jason Elswick <jason@jasondavid.us>"
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=17de0236954955c10c09d6938d4c5f3a3b92d31be5dadd1d5d09fc1b15490dce
13
14
if [ -z "$CROSS_BUILD" ]; then
15
configure_args="-DBUILD_TESTS=ON"
0 commit comments