1 #Contributor: MCMic <come.bernigaud@laposte.net>
6 pkgdesc="Evolving Objects is a template-based, ANSI-C++ evolutionary computation library which helps you to write your own stochastic optimization algorithms insanely fast."
8 url="http://eodev.sourceforge.net/"
11 makedepends=('make' 'cmake')
13 source=('http://sourceforge.net/projects/eodev/files/eo/1.2.0/EO-1.2.0.zip/download'
15 md5sums=('1cb942f7e7d0c9d936dd901479a4af30'
16 'b35475f962cea27c12091e5736104b24')
21 patch -p0 -f < ../size_t.patch
22 cmake -DCMAKE_INSTALL_PREFIX=/usr .
24 make install DESTDIR=$pkgdir