1PORTNAME= ${MPORTNAME:tl} 2PORTVERSION= 8.2.1 3CATEGORIES= math 4 5COMMENT= Graph algorithms in the language of linear algebra 6WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html 7 8LICENSE= Apache-2.0 9 10USES= localbase:ldflags 11 12MPORTNAME= GraphBLAS 13CMAKE_ARGS+= -DNSTATIC:BOOL=false 14USE_LDCONFIG= yes 15 16PORTDOCS= CSC20_OpenMP_GraphBLAS.pdf Davis_HPEC18.pdf \ 17 GraphBLAS_API_C_2.0.0.pdf GraphBLAS_API_C_v13.pdf \ 18 GraphBLAS_UserGuide.pdf HPEC19.pdf \ 19 HPEC20_Python_and_MATLAB.pdf lagraph-grapl19.pdf \ 20 toms_graphblas.pdf toms_parallel_grb2.pdf \ 21 The_GraphBLAS_in_Julia_and_Python_the_PageRank_and_Triangle_Centralities.pdf 22 23.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk" 24 25post-fake-DOCS-on: 26 @${MKDIR} ${FAKE_DESTDIR}${DOCSDIR} 27.for doc in ${PORTDOCS} 28 ${INSTALL_DATA} ${BUILD_WRKSRC}/Doc/${doc} ${FAKE_DESTDIR}${DOCSDIR} 29.endfor 30 31.include <bsd.port.post.mk> 32