summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-09-20 23:43:55 +0200
committerhaawda2019-09-20 23:43:55 +0200
commitf1727775277b1f4a12fc253833617d1ec1df9c00 (patch)
treee4fa00be35051779a73de521a35db54c40f055b9 /PKGBUILD
parent516bdc3773d18dc56e3f103800a1b35f812a3f3a (diff)
downloadaur-f1727775277b1f4a12fc253833617d1ec1df9c00.tar.gz
disable hpddm
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e6e2b1b8f646..070ae96b279a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=freefem-git
-pkgver=4.3.1r20190619
+pkgver=4.4.1r20190920
epoch=1
pkgrel=1
pkgdesc='A PDE oriented language using the finite element method from git'
@@ -28,8 +28,9 @@ prepare() {
--prefix=/usr \
--sysconfdir=/etc \
--enable-download \
+ --enable-optim \
--disable-mumps \
- --enable-hpddm
+ --disable-hpddm
find . -name Makefile -exec sed -i 's+^gcc+gcc =+' {} \;
find . -name Makefile -exec sed -i 's+^dir+dir =+' {} \;
}