pkgsrc-wip/metis/buildlink3.mk
Jason Bacon db388093d0 Import metis-4.0 as wip/metis.
METIS is a family of programs for partitioning unstructured graphs and
hypergraphs and computing fill-reducing orderings of sparse matrices.
The underlying algorithms used by METIS are based on the
state-of-the-art multilevel paradigm that has been shown to produce
high quality results and scale to very large problems.  It is
available both as a set of stand-alone programs and as a library.
2012-03-27 16:40:14 +00:00

12 lines
295 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2012/03/27 16:40:14 outpaddling Exp $
BUILDLINK_TREE+= metis
.if !defined(METIS_BUILDLINK3_MK)
METIS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.metis+= metis>=4.0
BUILDLINK_PKGSRCDIR.metis?= ../../math/metis
.endif # METIS_BUILDLINK3_MK
BUILDLINK_TREE+= -metis