aboutsummaryrefslogtreecommitdiff
path: root/math/kahip/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-06-26 01:21:05 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-06-26 02:22:57 +0000
commit6c90ba4cc89559afe8ebffd92c8bde97de443191 (patch)
tree5cbe047955ed1501324ff02b660762b47bc8a49d /math/kahip/Makefile
parentd38a583bf0d999688350f5638699d65ef22c71d5 (diff)
math/kahip: New port: Karlsruhe high quality graph partitioning
Diffstat (limited to 'math/kahip/Makefile')
-rw-r--r--math/kahip/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/math/kahip/Makefile b/math/kahip/Makefile
new file mode 100644
index 000000000000..71ea0a64683c
--- /dev/null
+++ b/math/kahip/Makefile
@@ -0,0 +1,23 @@
+PORTNAME= kahip
+DISTVERSIONPREFIX= v
+DISTVERSION= 3.14-19
+DISTVERSIONSUFFIX= -g5956007
+CATEGORIES= math
+
+MAINTAINER= yuri@FreeBSD.org
+COMMENT= Karlsruhe high quality graph partitioning
+
+LICENSE= GPLv3
+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>