# $Id: Portfile 25299 2007-05-17 15:12:45Z jochen@macports.org $ PortSystem 1.0 name eo categories science version 1.0.1 revision 1 categories science math maintainers openmaintainer@macports.org jochen@macports.org description an evolutionary computation library long_description Evolving Objects (EO) is a templates-based, \ ANSI-C++ compliant evolutionary computation \ library. It contains classes for almost any \ kind of evolutionary computation you might \ come up to - at least for the ones we could \ think of. It is component-based, so that if \ you don't find the class you need in it, it is \ very easy to subclass existing abstract or \ concrete classes. homepage http://eodev.sourceforge.net master_sites sourceforge:eodev use_bzip2 yes checksums md5 79ac9bd4a0f1ad857845c8fd65418db1 default_variants +gnuplot configure.args-append --disable-applications --disable-gnuplot --disable-tutorial configure.args-delete --enable-applications --enable-gnuplot --enable-tutorial variant applications { configure.args-append --enable-applications configure.args-delete --disable-applications } variant gnuplot { depends_lib port:gnuplot configure.args-append --enable-gnuplot configure.args-delete --disable-gnuplot } variant tutorial { configure.args-append --enable-tutorial configure.args-delete --disable-tutorial }