summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2023-05-24 13:03:26 +0800
committerJingbei Li2023-05-24 13:03:26 +0800
commitf4fe72a1d51d7fbbca9f088b7959f6f5913bd48b (patch)
tree770b7defc5c1473dd212421b125f9a9d2803b788
parent8ae5e9d589c9a58ee56d7ba2d8dc0861d4f12474 (diff)
downloadaur-f4fe72a1d51d7fbbca9f088b7959f6f5913bd48b.tar.gz
upgraded to 5.6.0
-rw-r--r--.SRCINFO8
-rw-r--r--Makefile.inc4
-rw-r--r--PKGBUILD6
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7dd788c6888..11446dba529e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mumps-par
pkgdesc = Sparse solver library using Gaussian elimination, with parmetis implementation
- pkgver = 5.5.1
+ pkgver = 5.6.0
pkgrel = 1
url = https://graal.ens-lyon.fr/MUMPS/index.php
arch = i686
@@ -17,9 +17,9 @@ pkgbase = mumps-par
depends = bzip2
provides = mumps
conflicts = mumps
- source = https://graal.ens-lyon.fr/MUMPS/MUMPS_5.5.1.tar.gz
+ source = https://graal.ens-lyon.fr/MUMPS/MUMPS_5.6.0.tar.gz
source = Makefile.inc
- sha256sums = 1abff294fa47ee4cfd50dfd5c595942b72ebfcedce08142a75a99ab35014fa15
- sha256sums = 4bcc8c53626ed69e63d9f086e4262c586c534b9817b7236df63a4164387e2ea7
+ sha256sums = 3e08c1bdea7aaaba303d3cf03059f3b4336fa49bef93f4260f478f067f518289
+ sha256sums = d3695d7c8f16aef345f293418bf222e5bf52968a79ea8ad44060c568d8126602
pkgname = mumps-par
diff --git a/Makefile.inc b/Makefile.inc
index 9661c4146073..fdccb47af435 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -17,7 +17,7 @@
#
SCOTCHDIR = /usr
-ISCOTCH = -I$(SCOTCHDIR)/include/scotch
+ISCOTCH = -I$(SCOTCHDIR)/include
# You have to choose one among the following two lines depending on
# the type of analysis you want to perform. If you want to perform only
# sequential analysis choose the first (remember to add -Dscotch in the ORDERINGSF
@@ -33,7 +33,7 @@ IPORD = -I$(topdir)/PORD/include/
LPORD = -L$(LPORDDIR) -lpord
LMETISDIR = /usr/lib
-IMETIS = -I/usr/include/metis
+IMETIS = -I/usr/include
# You have to choose one among the following two lines depending on
# the type of analysis you want to perform. If you want to perform only
diff --git a/PKGBUILD b/PKGBUILD
index 4ac2ad9db3ff..a83fccee69fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Guillaume Dollé < dolle dot guillaume at gmail dot com >
# Contributor: Lucas H. Gabrielli
pkgname=mumps-par
-pkgver=5.5.1
+pkgver=5.6.0
pkgrel=1
pkgdesc="Sparse solver library using Gaussian elimination, with parmetis implementation"
url="https://graal.ens-lyon.fr/MUMPS/index.php"
@@ -14,8 +14,8 @@ conflicts=('mumps')
arch=('i686' 'x86_64')
source=(https://graal.ens-lyon.fr/MUMPS/MUMPS_${pkgver}.tar.gz
Makefile.inc)
-sha256sums=('1abff294fa47ee4cfd50dfd5c595942b72ebfcedce08142a75a99ab35014fa15'
- '4bcc8c53626ed69e63d9f086e4262c586c534b9817b7236df63a4164387e2ea7')
+sha256sums=('3e08c1bdea7aaaba303d3cf03059f3b4336fa49bef93f4260f478f067f518289'
+ 'd3695d7c8f16aef345f293418bf222e5bf52968a79ea8ad44060c568d8126602')
prepare() {
cd "${srcdir}/MUMPS_${pkgver}"