openbsd-ports/math/ccolamd/files/Makefile
pirofti e2f2190723 Import ccolamd, needed for upcoming octave update.
CCOLAMD computes an column approximate minimum degree ordering algorithm,
(like COLAMD), but it can also be given a set of ordering constraints.
2010-05-11 17:14:01 +00:00

8 lines
138 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/05/11 17:14:01 pirofti Exp $
LIB = ccolamd
SRCS = ccolamd_global.c ccolamd.c
.include <bsd.lib.mk>