ports/math/kahip/Makefile
Yuri Victorovich 2441cd6da9 math/{,py-}kahip: update 3.15 → 3.16
Reported by:	portscout
2023-12-20 11:21:36 -08:00

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>