GraphBLAS / LAGraph

This is a library plus a test harness for collecting algorithms that use the GraphBLAS. For test coverage reports, see https://graphblas.org/LAGraph/ . Documentation: https://lagraph.readthedocs.org
Other
225 stars 59 forks source link

LAGraph v1.0.1 requires SuiteSparse:GraphBLAS v7.x; doesn't work with v8.x #230

Closed DrTimothyAldenDavis closed 12 months ago

DrTimothyAldenDavis commented 1 year ago

GxB_SelectOp_new and _free was removed from SuiteSparse:GraphbLAS v8.x (they conflict with the new JIT). Two methods in experimental/algorithms in v1.0.1 created user-defined GxB_SelectOps. The fix appears in the dev branch already, but it should be added to a stable v1.0.2 release of LAGraph so the latest stable LAGraph can work with the latest stable SuiteSparse:GraphBLAS.