mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
23 lines
410 B
Makefile
23 lines
410 B
Makefile
PORTNAME= kahip
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 3.16
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Karlsruhe high quality graph partitioning
|
|
WWW= https://kahip.github.io/
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libmetis.so:math/metis \
|
|
libmpi.so:net/mpich
|
|
|
|
USES= cmake localbase
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= KaHIP
|
|
GH_PROJECT= KaHIP
|
|
|
|
.include <bsd.port.mk>
|