aboutsummaryrefslogtreecommitdiff
path: root/math/suitesparse-graphblas/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/suitesparse-graphblas/Makefile')
-rw-r--r--math/suitesparse-graphblas/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/math/suitesparse-graphblas/Makefile b/math/suitesparse-graphblas/Makefile
index 1f8f7f092dcd..4aebdb2b0b88 100644
--- a/math/suitesparse-graphblas/Makefile
+++ b/math/suitesparse-graphblas/Makefile
@@ -1,5 +1,5 @@
PORTNAME= ${MPORTNAME:tl}
-PORTVERSION= 10.1.1
+PORTVERSION= 10.2.0
CATEGORIES= math
COMMENT= Graph algorithms in the language of linear algebra
@@ -14,12 +14,8 @@ CMAKE_ARGS+= -DGRAPHBLAS_COMPACT:BOOL=On \
-DGRAPHBLAS_USE_JIT:BOOL=On
USE_LDCONFIG= yes
-PORTDOCS= CSC20_OpenMP_GraphBLAS.pdf Davis_HPEC18.pdf \
- GraphBLAS_API_C_v2.1.0.pdf \
- GraphBLAS_UserGuide.pdf HPEC19.pdf \
- HPEC20_Python_and_MATLAB.pdf lagraph-grapl19.pdf \
- toms_graphblas.pdf toms_parallel_grb2.pdf \
- The_GraphBLAS_in_Julia_and_Python_the_PageRank_and_Triangle_Centralities.pdf
+PORTDOCS= GraphBLAS_API_C_v2.1.0.pdf \
+ GraphBLAS_UserGuide.pdf
.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"