summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2020-05-15 22:05:55 +0200
committerMartin Diehl2020-05-15 22:05:55 +0200
commit70cd516176954da6c195b45c6b4756db488285e9 (patch)
tree8a7cb4a508a031ed266b124354ec96b723aaed6a
parent468e13d058e48424d5b1ec0fbff316aea0a40b2a (diff)
downloadaur-70cd516176954da6c195b45c6b4756db488285e9.tar.gz
compiles with gfortran 10.x
errors regarding mismatch of arguments need to be downgraded to warnings, MUMPS developers have been contacted. thanks to xantares for reporting
-rw-r--r--.SRCINFO4
-rw-r--r--Makefile.inc2
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53609dad389a..558aaf74b914 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mumps
pkgdesc = Sparse solver library using Gaussian elimination
pkgver = 5.3.1
- pkgrel = 2
+ pkgrel = 3
url = http://mumps.enseeiht.fr
arch = i686
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = mumps
source = http://mumps.enseeiht.fr/MUMPS_5.3.1.tar.gz
source = Makefile.inc
sha256sums = 774fc9411a3ab4704bc907cb7d30090ce6a65b83cde32549c58d3e9f63594e1a
- sha256sums = f0c6ecc355fc11a0213a2acecbe5b196e3678f93344eea724d6a9aba85dcbf52
+ sha256sums = 507c99dacf4e25d72ed9f47aac95bfa28f0ad846bf4698cad005b1cb16e9444c
pkgname = mumps
diff --git a/Makefile.inc b/Makefile.inc
index 1ddb1af4a015..7cd8c3b3a50e 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -150,7 +150,7 @@ LIBOTHERS = -lpthread
CDEFS = -DAdd_
#COMPILER OPTIONS
-OPTF = -DALLOW_NON_INIT ${CFLAGS} -fPIC
+OPTF = -DALLOW_NON_INIT ${CFLAGS} -fPIC -fallow-argument-mismatch
OPTC = ${CFLAGS} -fPIC
OPTL = ${CFLAGS} -fPIC
diff --git a/PKGBUILD b/PKGBUILD
index de9c116e3fb4..1e2469321ca7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Lucas H. Gabrielli
pkgname=mumps
pkgver=5.3.1
-pkgrel=2
+pkgrel=3
pkgdesc='Sparse solver library using Gaussian elimination'
url='http://mumps.enseeiht.fr'
license=('custom')
@@ -18,7 +18,7 @@ arch=('i686' 'x86_64')
source=(http://mumps.enseeiht.fr/MUMPS_${pkgver}.tar.gz
Makefile.inc)
sha256sums=('774fc9411a3ab4704bc907cb7d30090ce6a65b83cde32549c58d3e9f63594e1a'
- 'f0c6ecc355fc11a0213a2acecbe5b196e3678f93344eea724d6a9aba85dcbf52')
+ '507c99dacf4e25d72ed9f47aac95bfa28f0ad846bf4698cad005b1cb16e9444c')
build() {
cd "${srcdir}/MUMPS_${pkgver}"
cp "${srcdir}/Makefile.inc" .