Skip to content

Commit

Permalink
math/suitesparse-graphblas: upgrade to 8.3.1
Browse files Browse the repository at this point in the history
Enable the GRAPHBLAS_COMPACT mode but keep the JIT compiler enabled: this
should shorten the build time.
  • Loading branch information
thierry-FreeBSD committed Dec 31, 2023
1 parent 29ccd80 commit 0c4fedf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
9 changes: 5 additions & 4 deletions math/suitesparse-graphblas/Makefile
@@ -1,20 +1,21 @@
PORTNAME= ${MPORTNAME:tl}
PORTVERSION= 8.2.1
PORTVERSION= 8.3.1
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
USES= localbase:ldflags pathfix

MPORTNAME= GraphBLAS
CMAKE_ARGS+= -DNSTATIC:BOOL=false
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_2.0.0.pdf GraphBLAS_API_C_v13.pdf \
GraphBLAS_API_C_2.0.0.pdf \
GraphBLAS_UserGuide.pdf HPEC19.pdf \
HPEC20_Python_and_MATLAB.pdf lagraph-grapl19.pdf \
toms_graphblas.pdf toms_parallel_grb2.pdf \
Expand Down
3 changes: 1 addition & 2 deletions math/suitesparse-graphblas/pkg-plist
Expand Up @@ -3,8 +3,7 @@ lib/cmake/GraphBLAS/GraphBLASConfig.cmake
lib/cmake/GraphBLAS/GraphBLASConfigVersion.cmake
lib/cmake/GraphBLAS/GraphBLASTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/GraphBLAS/GraphBLASTargets.cmake
lib/libgraphblas.a
lib/libgraphblas.so
lib/libgraphblas.so.8
lib/libgraphblas.so.8.2.1
lib/libgraphblas.so.%%VER%%
libdata/pkgconfig/GraphBLAS.pc

0 comments on commit 0c4fedf

Please sign in to comment.