summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsevecekp2019-06-10 22:29:44 +0200
committersevecekp2019-06-10 22:29:44 +0200
commitcd183b8ad2ceaf6d98e34f9bb118fa9198c88ee9 (patch)
tree647389d07512102d1df3edc2a7a835d51e3b4eab
parent583dbb6840716917ee5d5712992cb2705cd2d9ba (diff)
downloadaur-cd183b8ad2ceaf6d98e34f9bb118fa9198c88ee9.tar.gz
added use_tbb flag to qmake
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87c241813fa8..d8f5e24bbdb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = opensph
pkgdesc = Smoothed particle hydrodynamics library and visualization tools.
- pkgver = 0.2.2
+ pkgver = 0.2.3
pkgrel = 1
url = https://gitlab.com/sevecekp/sph
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index e6f2c02a38e9..4d33293740d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Pavel Sevecek <sevecek at sirrah.troja.mff.cuni.cz>
pkgname=opensph
-pkgver=0.2.2
+pkgver=0.2.3
pkgrel=1
pkgdesc="Smoothed particle hydrodynamics library and visualization tools."
arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@ prepare() {
build() {
mkdir -p build
cd build
- qmake CONFIG+=release -spec linux-g++ ${srcdir}/sph/sph.pro
+ qmake CONFIG+=release CONFIG+=use_tbb -spec linux-g++ ${srcdir}/sph/sph.pro
make
}