c50278f38b
Major changes includes speed improvements when reading large matrices from file and the addition of the clmorder tool. From: maintainer Andreas Kahari <andreas.kahari@gmail.com>
27 lines
474 B
Makefile
27 lines
474 B
Makefile
# $OpenBSD: Makefile,v 1.7 2005/07/26 18:50:43 naddy Exp $
|
|
|
|
COMMENT= "clustering algorithm for graphs"
|
|
|
|
V= 05-118
|
|
DISTNAME= mcl-${V}
|
|
PKGNAME= mcl-${V:S,-,_,}
|
|
CATEGORIES= math
|
|
|
|
HOMEPAGE= http://micans.org/mcl/
|
|
|
|
MAINTAINER= Andreas Kahari <andreas.kahari@gmail.com>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}src/
|
|
|
|
WANTLIB= c m pthread
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|