aboutsummaryrefslogblamecommitdiff
path: root/math/suitesparse-colamd/Makefile
blob: fdd6765eeca333296685d056a300e8b735c0e812 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13

                                                  
                               









                                                                    
                      



                                                               
# Created by: Thierry Thomas (<thierry@pompo.net>)

PORTNAME=	${MPORTNAME:tl}
PORTVERSION=	2.9.6
CATEGORIES=	math

COMMENT=	Column approximate minimum degree ordering algorithm

LICENSE=	BSD3CLAUSE

USES=		localbase:ldflags
OMP_NEEDED=	yes

MPORTNAME=	COLAMD
USE_LDCONFIG=	yes

.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"
.include <bsd.port.post.mk>