85f2263e29
components of an evolutionary algorithm: -- Random Numbers -- Validation -- Floating- Point Chromosomes -- Roulette Wheels -- Organisms -- Fitness Landscapes -- Evocosms -- Fitness Scaling -- Migration -- Selecting Survivors -- Reproduction -- Mutation Operators WWW: http://www.coyotegulch.com/products/libevocosm/index.html PR: ports/101210 Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
23 lines
588 B
Makefile
23 lines
588 B
Makefile
# New ports collection makefile for: libevocosm
|
|
# Date created: 2006-08-01
|
|
# Whom: trasz <trasz@pin.if.uz.zgora.pl>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libevocosm
|
|
PORTVERSION= 3.1.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.coyotegulch.com/distfiles/
|
|
|
|
MAINTAINER= trasz@pin.if.uz.zgora.pl
|
|
COMMENT= Collection of tools for creating a variety of evolutionary algorithms
|
|
|
|
LIB_DEPENDS= coyotl-3.1.4:${PORTSDIR}/devel/libcoyotl \
|
|
png.5:${PORTSDIR}/graphics/png
|
|
|
|
INSTALLS_SHLIB= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= CPPFLAGS=-I${PREFIX}/include/ LDFLAGS=-L${PREFIX}/lib/
|
|
|
|
.include <bsd.port.mk>
|