blob: 9aef333a568a9844b3b39091de84e6abd6a52bae (
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
25
26
|
# Created by: Thierry Thomas (<thierry@pompo.net>)
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>
|