* update libblastrampoline to 5.10.0-1

This commit is contained in:
Alexander Baldeck 2024-08-09 15:16:37 +02:00
parent 000b348644
commit ecf3eabcd8
3 changed files with 21 additions and 2 deletions

View File

@ -0,0 +1,14 @@
pkgbase = libblastrampoline
pkgdesc = Using PLT trampolines to provide a BLAS and LAPACK demuxing library
pkgver = 5.10.0
pkgrel = 1
url = https://github.com/JuliaLinearAlgebra/libblastrampoline
arch = x86_64
license = MIT
makedepends = git
depends = glibc
options = !lto
source = git+https://github.com/JuliaLinearAlgebra/libblastrampoline#tag=v5.10.0
sha256sums = 81fc4d666654685e7a867cb82008647b7053ff348ad0fbd7b9e7a9213a938d75
pkgname = libblastrampoline

View File

@ -0,0 +1,5 @@
[libblastrampoline]
source = 'github'
github = 'JuliaLinearAlgebra/libblastrampoline'
use_max_tag = true
prefix = 'v'

View File

@ -2,7 +2,7 @@
# Maintainer: Antonio Rojas <arojas@archlinux.org>
pkgname=libblastrampoline
pkgver=5.9.0
pkgver=5.10.0
pkgrel=1
pkgdesc='Using PLT trampolines to provide a BLAS and LAPACK demuxing library'
arch=(x86_64 powerpc64le riscv64)
@ -11,7 +11,7 @@ license=(MIT)
depends=(glibc)
makedepends=(git)
source=(git+https://github.com/JuliaLinearAlgebra/libblastrampoline#tag=v$pkgver)
sha256sums=('96ad29fac6f12ff045795b3c94e18cb64b8b7d4cee8db186a4939ef6344dfb25')
sha256sums=('81fc4d666654685e7a867cb82008647b7053ff348ad0fbd7b9e7a9213a938d75')
options=(!lto)
build() {