blob: 33513c2d1c9071a11bd780eb62791311243db4d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
pkgbase = libcmaes-openmp
pkgdesc = C++11 library with Python bindings for high performance blackbox stochastic optimization using the CMA-ES algorithm for Covariance Matrix Adaptation Evolution Strategy. Build with OpenMP support.
pkgver = 0.10
pkgrel = 2
url = https://github.com/CMA-ES/libcmaes
arch = x86_64
arch = i686
license = LGPLv3
makedepends = eigen
makedepends = boost
makedepends = python-numpy
makedepends = clang
makedepends = openmp
makedepends = ninja
makedepends = python-setuptools
depends = gcc-libs
optdepends = boost-libs: Python support
optdepends = python-numpy: Python support
conflicts = libcmaes
conflicts = libcmaes-debug
source = libcmaes-0.10.tar.gz::https://github.com/CMA-ES/libcmaes/archive/v0.10.tar.gz
sha256sums = a77fb892654356c5657dd677161b7c67b196dc732cfb77eaca6708abc4f6cffc
pkgname = libcmaes-openmp
|