summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-08-09 20:41:07 +0200
committerMichel Zou2019-08-09 20:41:07 +0200
commit9cc657899807ee20d618fbf104f6bac989392612 (patch)
treeef62130eb11f0f67ace2f29b4e1697ed967368ef
parent641aa9924f691f5d6b9670df2d43ff0350370f2f (diff)
downloadaur-9cc657899807ee20d618fbf104f6bac989392612.tar.gz
2.11
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 835f9a2c419f..210017d6bd26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,21 @@
pkgbase = mingw-w64-pagmo
pkgdesc = Perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model (mingw-w64)
- pkgver = 2.10
+ pkgver = 2.11
pkgrel = 1
url = https://github.com/esa/pagmo2
arch = any
license = GPLv3
makedepends = mingw-w64-cmake
depends = mingw-w64-boost
+ depends = mingw-w64-intel-tbb
optdepends = mingw-w64-gsl: Mathematical operations (symbolic)
optdepends = mingw-w64-blas: GSL CBLAS functions
optdepends = mingw-w64-nlopt: Nonlinear optimization algorithms
options = !buildflags
options = staticlibs
options = !strip
- source = https://github.com/esa/pagmo2/archive/v2.10.tar.gz
- sha512sums = 87417c105bc887439a7a089d3569e7df942584bf4af4c3fe2df738498bf17be99e450e02ef3d0bf1fdfab5d37cd7a2218aed39492215ed49d9a029a19d143794
+ source = https://github.com/esa/pagmo2/archive/v2.11.tar.gz
+ sha512sums = 6b7da56db3e2f1e0627cd84d1ccd7d40f4838ef2e54274d802bd040926dd159e88f692fb6e4146e5e620a10298a539992460ebd3efad611db2e998cb8c20f478
pkgname = mingw-w64-pagmo
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"