Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
superlu
Commits:
49afb4c4 by Antonio Rojas at 2025-03-07T21:42:33+01:00
upgpkg: 7.0.0-1: Update to 7.0.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = superlu
pkgdesc = Set of subroutines to solve a sparse linear system
- pkgver = 6.0.1
+ pkgver = 7.0.0
pkgrel = 1
url = https://github.com/xiaoyeli/superlu/
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = superlu
makedepends = gcc-fortran
makedepends = ninja
depends = blas
- source =
https://github.com/xiaoyeli/superlu/archive/v6.0.1/superlu-6.0.1.tar.gz
- sha256sums =
6c5a3a9a224cb2658e9da15a6034eed44e45f6963f5a771a6b4562f7afb8f549
+ source =
https://github.com/xiaoyeli/superlu/archive/v7.0.0/superlu-7.0.0.tar.gz
+ sha256sums =
d7b91d4e0bb52644ca74c1a4dd466a694ddf1244a7bbf93cb453e8ca1f6527eb
pkgname = superlu
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Stefan Paquay <[email protected]>
pkgname=superlu
-pkgver=6.0.1
+pkgver=7.0.0
pkgrel=1
pkgdesc='Set of subroutines to solve a sparse linear system'
arch=('x86_64')
@@ -13,7 +13,7 @@ license=('BSD')
depends=('blas')
makedepends=('cmake' 'gcc-fortran' 'ninja')
source=("https://github.com/xiaoyeli/$pkgname/archive/v${pkgver}/$pkgname-$pkgver.tar.gz")
-sha256sums=('6c5a3a9a224cb2658e9da15a6034eed44e45f6963f5a771a6b4562f7afb8f549')
+sha256sums=('d7b91d4e0bb52644ca74c1a4dd466a694ddf1244a7bbf93cb453e8ca1f6527eb')
build() {
cmake -S $pkgname-$pkgver -B build -G Ninja \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/superlu/-/commit/49afb4c4f054876d058a5849fc38032d26bbe018
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/superlu/-/commit/49afb4c4f054876d058a5849fc38032d26bbe018
You're receiving this email because of your account on gitlab.archlinux.org.