summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2023-05-23 08:16:34 +0200
committerMartin Diehl2023-05-23 08:16:34 +0200
commitf62684759253d37a37f624c96e3fde1872c7aadc (patch)
treedc6687e0e9ca2a76034062a7bade6c140d429c0e
parent2e4b46b19beb8104e2e22dab8f0d6c3ab63e95b6 (diff)
downloadaur-f62684759253d37a37f624c96e3fde1872c7aadc.tar.gz
correct include directories
-rw-r--r--.SRCINFO4
-rw-r--r--Makefile.inc4
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66c9e66e9c46..3e4615cc6c63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mumps
pkgdesc = Sparse solver library using Gaussian elimination
pkgver = 5.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://graal.ens-lyon.fr/MUMPS/index.php
arch = i686
arch = x86_64
@@ -19,6 +19,6 @@ pkgbase = mumps
source = http://graal.ens-lyon.fr/MUMPS/MUMPS_5.6.0.tar.gz
source = Makefile.inc
sha512sums = 65ec704d4add646245992772196cb445705031586c72be46e6e068f362bc70926cae63351cc01c525b7c7177f684ac7d13fdba3c4cb99d99f557f6c0322a9fb3
- sha512sums = bd1d72ab2638b4d28c560c182c5b5bd2c67d269ddcbe27afd7077caad4007fd0475a442710f27edaca293ecaf4ae70e7b2adc1e16e81e683929634c89c30a43f
+ sha512sums = 348dc692cb66f428d38808e4ec50c259a7a841d6c09ccd9fce829a731967358e7b9db2be5436b86e20539ddcc014b7c577fb5dd0d114a418a91573f49cf38ef0
pkgname = mumps
diff --git a/Makefile.inc b/Makefile.inc
index 57735b552a44..a17c9289c14b 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -41,7 +41,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
@@ -58,7 +58,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 c3e7eec88927..6fcd13d78d33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Lucas H. Gabrielli
pkgname=mumps
pkgver=5.6.0
-pkgrel=1
+pkgrel=2
pkgdesc='Sparse solver library using Gaussian elimination'
url='https://graal.ens-lyon.fr/MUMPS/index.php'
license=('custom')
@@ -16,7 +16,7 @@ arch=('i686' 'x86_64')
source=(http://graal.ens-lyon.fr/MUMPS/MUMPS_${pkgver}.tar.gz
Makefile.inc)
sha512sums=('65ec704d4add646245992772196cb445705031586c72be46e6e068f362bc70926cae63351cc01c525b7c7177f684ac7d13fdba3c4cb99d99f557f6c0322a9fb3'
- 'bd1d72ab2638b4d28c560c182c5b5bd2c67d269ddcbe27afd7077caad4007fd0475a442710f27edaca293ecaf4ae70e7b2adc1e16e81e683929634c89c30a43f')
+ '348dc692cb66f428d38808e4ec50c259a7a841d6c09ccd9fce829a731967358e7b9db2be5436b86e20539ddcc014b7c577fb5dd0d114a418a91573f49cf38ef0')
prepare () {
cd "${srcdir}/MUMPS_${pkgver}"