summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2019-11-26 16:24:59 +0100
committerMartin Diehl2019-11-26 16:24:59 +0100
commit6c25503614ce56deac572c1deabe56c1e69617b4 (patch)
tree79dc81d5c58aad2d45fe142b12eb6e25663e1449
parent49f6a52464b1e5070b98321ca979f6dfb84369e1 (diff)
downloadaur-6c25503614ce56deac572c1deabe56c1e69617b4.tar.gz
gcc-fortran is a build dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8eb1dde16c17..89165660e07e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mumps
pkgdesc = Sparse solver library using Gaussian elimination
pkgver = 5.2.1
- pkgrel = 2
+ pkgrel = 3
url = http://mumps.enseeiht.fr
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 88cf8d632bf5..8f7f082d066d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
# Contributor: Lucas H. Gabrielli
pkgname=mumps
pkgver=5.2.1
-pkgrel=2
+pkgrel=3
pkgdesc='Sparse solver library using Gaussian elimination'
url='http://mumps.enseeiht.fr'
license=('custom')
depends=('lapack' 'openmpi' 'scotch' 'scalapack' 'parmetis' 'zlib' 'bzip2')
-makedepends=()
+makedepends=('gcc-fortran')
provides=('mumps')
conflicts=('mumps-par' 'mumps4')
replaces=()