blob: dccd2ad5540a3b5c85ba3322877ed26bfddb42c9 (
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
27
28
29
30
|
PORTNAME= suitesparse
PORTVERSION= 5.13.0
CATEGORIES= math
MAINTAINER= fortran@FreeBSD.org
COMMENT= Set of packages for sparse matrix calculation
WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html
RUN_DEPENDS= suitesparse-amd>0:math/suitesparse-amd \
suitesparse-btf>0:math/suitesparse-btf \
suitesparse-ccolamd>0:math/suitesparse-ccolamd \
suitesparse-cholmod>0:math/suitesparse-cholmod \
suitesparse-colamd>0:math/suitesparse-colamd \
suitesparse-config>0:math/suitesparse-config \
suitesparse-cxsparse>0:math/suitesparse-cxsparse \
suitesparse-graphblas>0:math/suitesparse-graphblas \
suitesparse-klu>0:math/suitesparse-klu \
suitesparse-ldl>0:math/suitesparse-ldl \
suitesparse-mongoose>0:math/suitesparse-mongoose \
suitesparse-rbio>0:math/suitesparse-rbio \
suitesparse-slip_lu>0:math/suitesparse-slip_lu \
suitesparse-spqr>0:math/suitesparse-spqr \
suitesparse-umfpack>0:math/suitesparse-umfpack
.if !defined(PACKAGE_BUILDING)
RUN_DEPENDS+= suitesparse-csparse>0:math/suitesparse-csparse
.endif
USES= metaport
.include <bsd.port.mk>
|