summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2023-03-20 08:32:50 +0100
committerMichel Zou2023-03-20 08:32:50 +0100
commit684b2a1ae49d3596e983ea552f01ec6c80bc7cfe (patch)
treea5825d3fa57709d468fc3309bf6fe6970174d1d7 /PKGBUILD
parent6fefb7b36d2e8b66db705e4941a09dcde7fa5a41 (diff)
downloadaur-684b2a1ae49d3596e983ea552f01ec6c80bc7cfe.tar.gz
onetbb
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ea7fcd2631b..58714cb6508c 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-tbb' 'mingw-w64-nlopt' 'mingw-w64-coin-or-ipopt' 'mingw-w64-eigen')
+depends=('mingw-w64-boost' 'mingw-w64-onetbb' 'mingw-w64-nlopt' 'mingw-w64-coin-or-ipopt' 'mingw-w64-eigen')
makedepends=('mingw-w64-cmake')
options=('!buildflags' 'staticlibs' '!strip')
source=("https://github.com/esa/pagmo2/archive/v${pkgver}.tar.gz")