Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
superlu


Commits:
852b65e6 by Antonio Rojas at 2023-11-01T18:30:27+01:00
upgpkg: 6.0.1-1: Update to 6.0.1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,15 @@
+pkgbase = superlu
+       pkgdesc = Set of subroutines to solve a sparse linear system
+       pkgver = 6.0.1
+       pkgrel = 1
+       url = https://github.com/xiaoyeli/superlu/
+       arch = x86_64
+       license = BSD
+       makedepends = cmake
+       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
+
+pkgname = superlu


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 # Contributor: Stefan Paquay <[email protected]>
 
 pkgname=superlu
-pkgver=6.0.0
+pkgver=6.0.1
 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=('5c199eac2dc57092c337cfea7e422053e8f8229f24e029825b0950edd1d17e8e')
+sha256sums=('6c5a3a9a224cb2658e9da15a6034eed44e45f6963f5a771a6b4562f7afb8f549')
 
 build() {
   cmake -S $pkgname-$pkgver -B build -G Ninja \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/superlu/-/commit/852b65e6efde9b1ab0f3c5fca6601d66b1740941

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/superlu/-/commit/852b65e6efde9b1ab0f3c5fca6601d66b1740941
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to