blob: ca39f6955bd927fc72cdd41e013920887a6fafbc (
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
|
# Created by: Thierry Thomas (<thierry@pompo.net>)
PORTNAME= SLIP_LU
PORTVERSION= 1.0.2
CATEGORIES= math
COMMENT= Sparse Left-looking Integer-Preserving LU Factorization
LICENSE= GPLv2+ LGPL3+
LICENSE_COMB= dual
LICENSE_FILE= ${BUILD_WRKSRC}/License/license.txt
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr \
libamd.so:math/suitesparse-amd \
libcolamd.so:math/suitesparse-colamd
USES= localbase:ldflags
OMP_NEEDED= yes
BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}
USE_LDCONFIG= yes
.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"
.include <bsd.port.post.mk>
|