summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2019-08-09 20:41:07 +0200
committerMichel Zou2019-08-09 20:41:07 +0200
commit9cc657899807ee20d618fbf104f6bac989392612 (patch)
treeef62130eb11f0f67ace2f29b4e1697ed967368ef /PKGBUILD
parent641aa9924f691f5d6b9670df2d43ff0350370f2f (diff)
downloadaur-9cc657899807ee20d618fbf104f6bac989392612.tar.gz
2.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d44403e2ef5d..c9ea22e63e95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
pkgname=mingw-w64-pagmo
-pkgver=2.10
+pkgver=2.11
pkgrel=1
pkgdesc="Perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model (mingw-w64)"
arch=('any')
url="https://github.com/esa/pagmo2"
license=('GPLv3')
-depends=('mingw-w64-boost')
+depends=('mingw-w64-boost' 'mingw-w64-intel-tbb')
optdepends=('mingw-w64-gsl: Mathematical operations (symbolic)'
'mingw-w64-blas: GSL CBLAS functions'
'mingw-w64-nlopt: Nonlinear optimization algorithms')
makedepends=('mingw-w64-cmake')
options=('!buildflags' 'staticlibs' '!strip')
source=("https://github.com/esa/pagmo2/archive/v${pkgver}.tar.gz")
-sha512sums=('87417c105bc887439a7a089d3569e7df942584bf4af4c3fe2df738498bf17be99e450e02ef3d0bf1fdfab5d37cd7a2218aed39492215ed49d9a029a19d143794')
+sha512sums=('6b7da56db3e2f1e0627cd84d1ccd7d40f4838ef2e54274d802bd040926dd159e88f692fb6e4146e5e620a10298a539992460ebd3efad611db2e998cb8c20f478')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"