summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Wells2017-07-11 07:26:09 -0400
committerDavid Wells2017-07-11 07:26:09 -0400
commita60761542a1644d1ff31cc16c27e27dce64d319c (patch)
treea1bf78671c27de7057b8e1827cdf6d3c1f1d4444
parent79ba172ce642fd59c5d84a7b9b58ee054dfd946a (diff)
downloadaur-a60761542a1644d1ff31cc16c27e27dce64d319c.tar.gz
Fix the location of the patch.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6b3f91e787c..59bf878e82af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = deal-ii
pkgdesc = An Open Source Finite Element Differential Equations Analysis Library
pkgver = 8.5.0
- pkgrel = 3
+ pkgrel = 4
url = http://www.dealii.org/
install = deal-ii.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 0e65b9dd789b..be3794075311 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=deal-ii
_realname=dealii
pkgver=8.5.0
-pkgrel=3
+pkgrel=4
pkgdesc="An Open Source Finite Element Differential Equations Analysis Library"
arch=("i686" "x86_64")
url="http://www.dealii.org/"
@@ -44,8 +44,7 @@ installation_prefix=/usr
prepare() {
cd "${srcdir}/${_realname}-${pkgver}/"
- pwd
- patch -Np1 -i ../../fix-compilation-with-BOOST-1.64.patch
+ patch -Np1 -i ${srcdir}/fix-compilation-with-BOOST-1.64.patch
}
build() {
@@ -107,7 +106,7 @@ build() {
# deal.II needs about 2 GB/compilation process so use fewer jobs if your
# machine does not have the memory to support the maximum number.
- make -j10 $MAKEFLAGS
+ make $MAKEFLAGS
cd "${srcdir}/build"
echo "export DEAL_II_DIR=$installation_prefix" > ./deal-ii.sh