Files
ports/math/kahip/Makefile
T
Yuri Victorovich d0a1c1b28b math/{,py-}kahip: update 3.22 → 3.25
Reported by:	portscout
2026-03-14 12:34:19 -07:00

25 lines
445 B
Makefile

PORTNAME= kahip
DISTVERSIONPREFIX= v
DISTVERSION= 3.25
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= Karlsruhe high quality graph partitioning
WWW= https://kahip.github.io/ \
https://github.com/KaHIP/KaHIP
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>