summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2024-05-09 12:14:44 +0000
committerAuto update bot2024-05-09 12:14:44 +0000
commitedbec3ca638c540179d52de85220c5b348f9b49d (patch)
tree7ee93317e88082fdd41696721975c24d8fe4b43b
parent2bf2f9181a3987f699ba061edae515e521d050bb (diff)
downloadaur-edbec3ca638c540179d52de85220c5b348f9b49d.tar.gz
Auto updated to 9.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cab887cf055..50cf495ce9db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = superlu_dist
pkgdesc = Distributed memory, MPI based SuperLU
- pkgver = 8.2.1
+ pkgver = 9.0.0
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.1.tar.gz::https://github.com/xiaoyeli/superlu_dist/archive/v8.2.1.tar.gz
- sha512sums = 83ce4136e626d880d9563b9167fc7b889cdfd2bd5ad001b889775a7f5409a143d153aed744c74c7aa3dbe0d14d79e73ef141e12051e1a7150458f89653f0fc9b
+ source = superlu_dist-9.0.0.tar.gz::https://github.com/xiaoyeli/superlu_dist/archive/v9.0.0.tar.gz
+ sha512sums = 0e35285780d149e0851d7e62d54d306beed2c81a406d32eaf182c79ba92494b9b87f30fe2e4c4154c8599eacf441329ad93a756ae732bd5b47161cf9aeb7282c
pkgname = superlu_dist
diff --git a/PKGBUILD b/PKGBUILD
index 9a7ed9b4c925..cc0b19d2af64 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.1
+pkgver=9.0.0
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=('83ce4136e626d880d9563b9167fc7b889cdfd2bd5ad001b889775a7f5409a143d153aed744c74c7aa3dbe0d14d79e73ef141e12051e1a7150458f89653f0fc9b')
+sha512sums=('0e35285780d149e0851d7e62d54d306beed2c81a406d32eaf182c79ba92494b9b87f30fe2e4c4154c8599eacf441329ad93a756ae732bd5b47161cf9aeb7282c')
options=('staticlibs')
# -DTPL_ENABLE_COMBBLASLIB=ON \