2021-06-06 21:52:39 +02:00
|
|
|
PORTNAME= ${MPORTNAME:tl}
|
2021-05-24 18:44:41 +02:00
|
|
|
PORTVERSION= 1.0.2
|
|
|
|
CATEGORIES= math
|
|
|
|
|
|
|
|
COMMENT= Sparse Left-looking Integer-Preserving LU Factorization
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html
|
2021-05-24 18:44:41 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2021-06-06 21:52:39 +02:00
|
|
|
MPORTNAME= SLIP_LU
|
2021-05-24 18:44:41 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"
|
|
|
|
.include <bsd.port.post.mk>
|