* update xsimd to 13.0.0-1

This commit is contained in:
Alexander Baldeck 2024-05-13 07:49:34 +02:00
parent cbee402790
commit e2eaa104c1

View File

@ -4,7 +4,7 @@
# Contributor: Fredrik Tegenfeldt <tegenf@gmail.com>
pkgname=xsimd
pkgver=12.1.1
pkgver=13.0.0
pkgrel=1
pkgdesc='QuantStack tools library - Multi-dimensional arrays with broadcasting and lazy computing'
arch=(any)
@ -14,7 +14,7 @@ depends=()
makedepends=(cmake
gtest)
source=(https://github.com/QuantStack/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz)
sha512sums=('8e45a8e9b28358d5f20f713ea19a8c366edc62790c27984149f283dfe808d78a549c8ec465e8b3677d7e30b2cb80093908de364bbb9dc80683f5fdfb843131e1')
sha512sums=('cdc42ddad3353297cf25ea2b6b3f09967f5f388efc26241f2997979fdbbac072819ff771145bc5bfa86cb326cca84b4119e8e6e3f658407961cf203a40603a7f')
build() {
cmake -B build -S $pkgname-$pkgver \