summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2021-06-20 19:12:23 +0200
committerbartus2021-06-20 19:12:23 +0200
commitdb24d11225807a01b3fd67ba1c6645beeeda8b3d (patch)
tree081e0e3b5e641bbd50503d7c72c353853bf3f53f
parent0db67f607d4ef9113ba69c765dcaa42f65d26f55 (diff)
downloadaur-db24d11225807a01b3fd67ba1c6645beeeda8b3d.tar.gz
Enable multithreaded build, drop static libs
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3afa7597055e..281103f814d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -27,7 +27,7 @@ pkgbase = elmerfem-git
provides = elmerfem
conflicts = elmerfem
options = !emptydirs
- options = !makeflags
+ options = !staticlibs
source = git+https://github.com/ElmerCSC/elmerfem.git
source = elmerfem.desktop
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 871c1ab96a5e..6bc12f1d8fe3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,7 +44,7 @@ depends+=('arpack' 'blas' 'qt5-script' 'python-pyqt5' 'qwt' 'netcdf-fortran-open
makedepends=('git' 'gcc-fortran' 'cmake')
provides=('elmerfem')
conflicts=('elmerfem')
-options=(!emptydirs !makeflags)
+options=(!emptydirs !staticlibs)
source=('git+https://github.com/ElmerCSC/elmerfem.git'
"$_pkgname.desktop")