summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2023-11-18 07:56:55 +0000
committerAuto update bot2023-11-18 07:56:55 +0000
commit2bf2f9181a3987f699ba061edae515e521d050bb (patch)
treed81a422681d6664697f25313357805432bf2fd63
parent354fae144287fea15ce29f9984b4066aa93fdc0d (diff)
downloadaur-superlu_dist.tar.gz
Auto updated to 8.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc972e6354b3..8cab887cf055 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = superlu_dist
pkgdesc = Distributed memory, MPI based SuperLU
- pkgver = 8.2.0
+ pkgver = 8.2.1
pkgrel = 1
url = https://github.com/xiaoyeli/superlu_dist
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = superlu_dist
depends = lapack
depends = parmetis
options = staticlibs
- source = superlu_dist-8.2.0.tar.gz::https://github.com/xiaoyeli/superlu_dist/archive/v8.2.0.tar.gz
- sha512sums = 590cfe0682a21d8e4807a0c9f4bbd079216216885202c434848991acdaa00f7d4cf6eb7d86197cc8df3feace787770e9ff2f974b996da80c0762ebc97688fc12
+ source = superlu_dist-8.2.1.tar.gz::https://github.com/xiaoyeli/superlu_dist/archive/v8.2.1.tar.gz
+ sha512sums = 83ce4136e626d880d9563b9167fc7b889cdfd2bd5ad001b889775a7f5409a143d153aed744c74c7aa3dbe0d14d79e73ef141e12051e1a7150458f89653f0fc9b
pkgname = superlu_dist
diff --git a/PKGBUILD b/PKGBUILD
index 8b7554fa46ae..9a7ed9b4c925 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Gianluca Pettinello <g_pet at hotmail dot com>
# Contributor: Christian Pfeiffer <cpfeiffer at live dot de>
pkgname=superlu_dist
-pkgver=8.2.0
+pkgver=8.2.1
pkgrel=1
pkgdesc="Distributed memory, MPI based SuperLU"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('custom')
depends=(lapack parmetis) # openblas combblas
makedepends=(cmake) # gcc-fortran ninja
source=(${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('590cfe0682a21d8e4807a0c9f4bbd079216216885202c434848991acdaa00f7d4cf6eb7d86197cc8df3feace787770e9ff2f974b996da80c0762ebc97688fc12')
+sha512sums=('83ce4136e626d880d9563b9167fc7b889cdfd2bd5ad001b889775a7f5409a143d153aed744c74c7aa3dbe0d14d79e73ef141e12051e1a7150458f89653f0fc9b')
options=('staticlibs')
# -DTPL_ENABLE_COMBBLASLIB=ON \