aboutsummaryrefslogtreecommitdiff
path: root/math/suitesparse-graphblas/Makefile
blob: ea38b2a4026876d62a0307f57d8e847fc556b969 (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
PORTNAME=	${MPORTNAME:tl}
PORTVERSION=	8.0.2
CATEGORIES=	math

COMMENT=	Graph algorithms in the language of linear algebra
WWW=		https://faculty.cse.tamu.edu/davis/suitesparse.html

LICENSE=	APACHE20

USES=		localbase:ldflags

MPORTNAME=	GraphBLAS
USE_LDCONFIG=	yes

PORTDOCS=	CSC20_OpenMP_GraphBLAS.pdf GraphBLAS_API_C_v13.pdf	\
		GraphBLAS_UserGuide.pdf HPEC19.pdf lagraph-grapl19.pdf	\
		toms_graphblas.pdf

.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"

post-stage-DOCS-on:
	@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for doc in ${PORTDOCS}
	${INSTALL_DATA} ${BUILD_WRKSRC}/Doc/${doc} ${STAGEDIR}${DOCSDIR}
.endfor

.include <bsd.port.post.mk>