* update xsimd to 13.1.0-1

This commit is contained in:
Alexander Baldeck 2025-01-03 20:55:02 +01:00
parent a353eeb62e
commit c51ce31236
2 changed files with 7 additions and 14 deletions

View File

@ -1,14 +1,14 @@
pkgbase = xsimd
pkgdesc = QuantStack tools library - Multi-dimensional arrays with broadcasting and lazy computing
pkgver = 13.0.0
pkgrel = 2
pkgver = 13.1.0
pkgrel = 1
url = https://github.com/QuantStack/xsimd
arch = any
license = BSD-3-Clause
makedepends = cmake
makedepends = git
makedepends = gtest
source = git+https://github.com/QuantStack/xsimd#tag=13.0.0
sha512sums = 5c9f4cb16d0a2e835ebea58e15f290f8aab4f1d5bf7ae79500ad521fabfeb33892062431e7faa9b106c294de9e4f2041af228383c38d9a8f070dd7ec3c6f9c0b
source = git+https://github.com/QuantStack/xsimd#tag=13.1.0
sha512sums = 67045964072964e7907a6ee1ae97199ef24aae49d69f378353aa900a1e783d1da0365cc3bee9ff16d9d70bfa68eaa39fb39efb06075681823a9015ecd8ed50bb
pkgname = xsimd

View File

@ -4,8 +4,8 @@
# Contributor: Fredrik Tegenfeldt <tegenf@gmail.com>
pkgname=xsimd
pkgver=13.0.0
pkgrel=2.1
pkgver=13.1.0
pkgrel=1
pkgdesc='QuantStack tools library - Multi-dimensional arrays with broadcasting and lazy computing'
arch=(any)
url='https://github.com/QuantStack/xsimd'
@ -15,14 +15,7 @@ makedepends=(cmake
git
gtest)
source=(git+https://github.com/QuantStack/$pkgname#tag=$pkgver)
sha512sums=('5c9f4cb16d0a2e835ebea58e15f290f8aab4f1d5bf7ae79500ad521fabfeb33892062431e7faa9b106c294de9e4f2041af228383c38d9a8f070dd7ec3c6f9c0b')
prepare() {
cd $pkgname
# Backport fixes for Krita
git cherry-pick -n 80a59235e3ffa51659aaa06f002bfd088b77023c
git cherry-pick -n 96edf0340492fa9c080f5182b38358ca85baef5e
}
sha512sums=('67045964072964e7907a6ee1ae97199ef24aae49d69f378353aa900a1e783d1da0365cc3bee9ff16d9d70bfa68eaa39fb39efb06075681823a9015ecd8ed50bb')
build() {
cmake -B build -S $pkgname \