Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

4 changes: 2 additions & 2 deletions srcpkgs/xsimd/template
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Template file for 'xsimd'
pkgname=xsimd
version=14.2.0
version=14.3.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
checksum=b3d50e7a73fbf4642ceef30131c93414901d69eee41c2a5302db650b03e2c792

if [ -z "$CROSS_BUILD" ]; then
configure_args="-DBUILD_TESTS=ON"
Expand Down