HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/math/suitesparse/Makefile
# Created by: Maho Nakata <maho@FreeBSD.org>

PORTNAME=	suitesparse
PORTVERSION=	5.10.1
CATEGORIES=	math

MAINTAINER=	fortran@FreeBSD.org
COMMENT=	Set of packages for sparse matrix calculation

LICENSE=	GPLv2+

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>