blob: 8554d136cc666b0b7ac779347277856d2e9fb07a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
pkgbase = libcmaes
pkgdesc = libcmaes is a multithreaded C++11 library with Python bindings for high performance blackbox stochastic optimization using the CMA-ES algorithm for Covariance Matrix Adaptation Evolution Strategy.
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
depends = gcc-libs
optdepends = boost-libs: Python support
optdepends = python-numpy: Python support
source = libcmaes-0.10.tar.gz::https://github.com/CMA-ES/libcmaes/archive/v0.10.tar.gz
md5sums = 97a8e5b4ccbed04cfa00ad55a0c77c7f
pkgname = libcmaes
|