aboutsummaryrefslogtreecommitdiff
path: root/math/suitesparse-btf/Makefile
blob: 9a531b1d2005996af3f28a8deb3205d5f6733773 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PORTNAME=	${MPORTNAME:tl}
PORTVERSION=	1.2.6
CATEGORIES=	math

COMMENT=	Permutation to block triangular form

LICENSE=	LGPL21+

USES=		localbase:ldflags
OMP_NEEDED=	yes

MPORTNAME=	BTF
USE_LDCONFIG=	yes

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