From ecf3eabcd82582598e18706b2d69af8f39716179 Mon Sep 17 00:00:00 2001 From: kth5 Date: Fri, 9 Aug 2024 15:16:37 +0200 Subject: [PATCH] * update libblastrampoline to 5.10.0-1 --- libblastrampoline/.SRCINFO | 14 ++++++++++++++ libblastrampoline/.nvchecker.toml | 5 +++++ libblastrampoline/PKGBUILD | 4 ++-- 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 libblastrampoline/.SRCINFO create mode 100644 libblastrampoline/.nvchecker.toml diff --git a/libblastrampoline/.SRCINFO b/libblastrampoline/.SRCINFO new file mode 100644 index 0000000000..a6c6adb85d --- /dev/null +++ b/libblastrampoline/.SRCINFO @@ -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 diff --git a/libblastrampoline/.nvchecker.toml b/libblastrampoline/.nvchecker.toml new file mode 100644 index 0000000000..78b9eff83f --- /dev/null +++ b/libblastrampoline/.nvchecker.toml @@ -0,0 +1,5 @@ +[libblastrampoline] +source = 'github' +github = 'JuliaLinearAlgebra/libblastrampoline' +use_max_tag = true +prefix = 'v' diff --git a/libblastrampoline/PKGBUILD b/libblastrampoline/PKGBUILD index 6f4d4b4908..626e6269df 100644 --- a/libblastrampoline/PKGBUILD +++ b/libblastrampoline/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Antonio Rojas 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() {