Skip to content

Commit a86848f

Browse files
committed
Update to v7.0.2 (from source; waiting on conda-forge)
1 parent c9b4fcb commit a86848f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
18-
# os: ["ubuntu-latest"]
17+
# os: ["ubuntu-latest", "macos-latest", "windows-latest"]
18+
os: ["ubuntu-latest"]
1919
python-version: ["3.8", "3.9", "3.10"]
20-
source: ["conda-forge"]
21-
# source: ["source"]
22-
graphblas-version: ["7.0.1"]
20+
# source: ["conda-forge"]
21+
source: ["source"]
22+
graphblas-version: ["7.0.2"]
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v2

suitesparse_graphblas/suitesparse_graphblas.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3064,7 +3064,7 @@ extern GrB_Info GB_BinaryOp_new(GrB_BinaryOp *binaryop, GxB_binary_function func
30643064
/* iterator */
30653065
extern GrB_Info GB_Iterator_rc_bitmap_next(GxB_Iterator iterator);
30663066
extern GrB_Info GB_Iterator_rc_seek(GxB_Iterator iterator, GrB_Index j, bool jth_vector);
3067-
extern GrB_Info GB_Vector_Iterator_bitmap_seek(GxB_Iterator iterator, GrB_Index p);
3067+
extern GrB_Info GB_Vector_Iterator_bitmap_seek(GxB_Iterator iterator, GrB_Index unused);
30683068

30693069
/* matrix */
30703070
extern GrB_Info GB_Iterator_attach(GxB_Iterator iterator, GrB_Matrix A, GxB_Format_Value format, GrB_Descriptor desc);

suitesparse_graphblas/suitesparse_graphblas_no_complex.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2890,7 +2890,7 @@ extern GrB_Info GB_BinaryOp_new(GrB_BinaryOp *binaryop, GxB_binary_function func
28902890
/* iterator */
28912891
extern GrB_Info GB_Iterator_rc_bitmap_next(GxB_Iterator iterator);
28922892
extern GrB_Info GB_Iterator_rc_seek(GxB_Iterator iterator, GrB_Index j, bool jth_vector);
2893-
extern GrB_Info GB_Vector_Iterator_bitmap_seek(GxB_Iterator iterator, GrB_Index p);
2893+
extern GrB_Info GB_Vector_Iterator_bitmap_seek(GxB_Iterator iterator, GrB_Index unused);
28942894

28952895
/* matrix */
28962896
extern GrB_Info GB_Iterator_attach(GxB_Iterator iterator, GrB_Matrix A, GxB_Format_Value format, GrB_Descriptor desc);

0 commit comments

Comments
 (0)