aboutsummaryrefslogtreecommitdiff
path: root/math/suitesparse-umfpack/Makefile
blob: 8f67183641f927b8abe5ea6ba3f5a0e87057ac2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	${MPORTNAME:tl}
PORTVERSION=	5.7.9
CATEGORIES=	math

COMMENT=	Sparse multifrontal LU factorization

LICENSE=	GPLv2+

LIB_DEPENDS=	libmetis.so:math/metis	\
		libamd.so:math/suitesparse-amd	\
		libcamd.so:math/suitesparse-camd	\
		libcolamd.so:math/suitesparse-colamd	\
		libccolamd.so:math/suitesparse-ccolamd	\
		libcholmod.so:math/suitesparse-cholmod

USES=		localbase:ldflags
BLAS_NEEDED=	yes
OMP_NEEDED=	yes

MPORTNAME=	UMFPACK
USE_LDCONFIG=	yes

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