summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Wells2019-02-05 13:31:28 -0500
committerDavid Wells2019-02-05 13:31:28 -0500
commit3f43254d3537283fa66c591dedded3c05ce121eb (patch)
treebf6366c3a67003e2bca921959bbf58c3a8924bee
parent2af49ac0ae008935ce47147d0958f7a08aab017c (diff)
downloadaur-3f43254d3537283fa66c591dedded3c05ce121eb.tar.gz
Require gfortran since p4est links against it
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f04af6693bbd..6953ed459c3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
pkgbase = p4est-deal-ii
pkgdesc = The parallel forest (p4est) library, built to work with deal.II (i.e., the deal-ii package)
pkgver = 2.0
- pkgrel = 2
+ pkgrel = 3
url = http://www.p4est.org/
arch = i686
arch = x86_64
license = GPL2
license = MIT
+ makedepends = gcc-fortran
depends = openmpi
depends = zlib
depends = lua
+ depends = gcc-fortran
options = libtool
source = https://p4est.github.io/release/p4est-2.0.tar.gz
sha1sums = f8148c503969a65230c90844f7a33bbda0f2e1c1
diff --git a/PKGBUILD b/PKGBUILD
index 6498ba21796d..bc66d89b3fa2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=p4est-deal-ii
_realname=p4est
pkgver=2.0
-pkgrel=2
+pkgrel=3
pkgdesc="The parallel forest (p4est) library, built to work with deal.II (i.e., the deal-ii package)"
arch=("i686" "x86_64")
url="http://www.p4est.org/"
@@ -12,8 +12,8 @@ license=('GPL2' 'MIT')
options=('libtool')
# There is no way to disable building with lua if it is detected, so, for the
# sake of reproducibility, require it.
-depends=('openmpi' 'zlib' 'lua')
-makedepends=()
+depends=('openmpi' 'zlib' 'lua' 'gcc-fortran')
+makedepends=('gcc-fortran')
source=(https://p4est.github.io/release/p4est-2.0.tar.gz)
sha1sums=('f8148c503969a65230c90844f7a33bbda0f2e1c1')