mirror of
https://git.freebsd.org/ports.git
synced 2025-06-01 02:46:27 -04:00
Release notes at <https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v6.0.2>. Most notable change: Fortran is no more used in suitesparse-config, only suitesparse-amd depends on it (it could even build without Fortran, but since Fortran is already brought by OpenBlas, there is no interest to remove some functionnalities).
30 lines
1.1 KiB
Makefile
30 lines
1.1 KiB
Makefile
PORTNAME= suitesparse
|
|
PORTVERSION= 6.0.2
|
|
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-spex>0:math/suitesparse-spex \
|
|
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>
|