e2f2190723
CCOLAMD computes an column approximate minimum degree ordering algorithm, (like COLAMD), but it can also be given a set of ordering constraints.
8 lines
138 B
Makefile
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>
|