Skip to content

Commit b347983

Browse files
committed
Update to 6.0.0!
1 parent 33cd78c commit b347983

File tree

4 files changed

+114
-25
lines changed

4 files changed

+114
-25
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
activate-environment: suitesparse-graphblas
3232
- name: Build
3333
run: |
34-
# sh suitesparse.sh refs/tags/6.0.0.alpha16
35-
curl -L https://github.com/DrTimothyAldenDavis/GraphBLAS/archive/refs/tags/v6.0.0.alpha16.tar.gz | tar xzf -
36-
pushd GraphBLAS-6.0.0.alpha16/build
34+
# sh suitesparse.sh refs/tags/6.0.0
35+
curl -L https://github.com/DrTimothyAldenDavis/GraphBLAS/archive/refs/tags/v6.0.0.tar.gz | tar xzf -
36+
pushd GraphBLAS-6.0.0/build
3737
echo ${CONDA_PREFIX}
3838
3939
cmake -DCMAKE_INSTALL_PREFIX=${CONDA_PREFIX} -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release ..

suitesparse_graphblas/create_headers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ def groupby(index, seq):
261261
}
262262

263263
DEFINES = {
264+
"GrB_INDEX_MAX",
264265
"GxB_STDC_VERSION",
265266
"GxB_IMPLEMENTATION_MAJOR",
266267
"GxB_IMPLEMENTATION_MINOR",

0 commit comments

Comments
 (0)