summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2020-06-29 18:44:11 +0200
committerMichel Zou2020-06-29 18:44:11 +0200
commit2146a5d8c19d49766a922af4cf72589911c44119 (patch)
tree0fc0f9dc442c99fd9fb273f199c768be0302ec5a /PKGBUILD
parentc7db5c34b1d24392cc961f34a36959584a739776 (diff)
downloadaur-2146a5d8c19d49766a922af4cf72589911c44119.tar.gz
tbb
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db9c2e937ad1..ae38fed76329 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc="Perform parallel computations of optimisation tasks (global and local)
arch=('any')
url="https://github.com/esa/pagmo2"
license=('GPLv3')
-depends=('mingw-w64-boost' 'mingw-w64-intel-tbb' 'mingw-w64-nlopt' 'mingw-w64-coin-or-ipopt')
+depends=('mingw-w64-boost' 'mingw-w64-tbb' 'mingw-w64-nlopt' 'mingw-w64-coin-or-ipopt')
makedepends=('mingw-w64-cmake' 'mingw-w64-eigen')
options=('!buildflags' 'staticlibs' '!strip')
source=("https://github.com/esa/pagmo2/archive/v${pkgver}.tar.gz")