Skip to content

Commit ce9f81a

Browse files
authored
Merge pull request #28 from eriknw/v6.1.1
Update to v6.1.3
2 parents 2f36dc2 + 60ded04 commit ce9f81a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/test.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
17+
# os: ["ubuntu-latest", "macos-latest", "windows-latest"] # Waiting on builds
18+
os: ["ubuntu-latest"]
1819
python-version: ["3.7", "3.8", "3.9", "3.10"]
1920
source: ["conda-forge"]
20-
graphblas-version: ["6.0.2"]
21+
graphblas-version: ["6.1.3"]
2122
steps:
2223
- name: Checkout
2324
uses: actions/checkout@v2

suitesparse_graphblas/suitesparse_graphblas.h

+2
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ typedef enum
122122
GxB_API_DATE = 17,
123123
GxB_API_ABOUT = 18,
124124
GxB_API_URL = 19,
125+
GxB_COMPILER_VERSION = 23,
126+
GxB_COMPILER_NAME = 24,
125127
GxB_GLOBAL_NTHREADS = 5,
126128
GxB_GLOBAL_CHUNK = 7,
127129
GxB_BURBLE = 99,

suitesparse_graphblas/suitesparse_graphblas_no_complex.h

+2
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ typedef enum
120120
GxB_API_DATE = 17,
121121
GxB_API_ABOUT = 18,
122122
GxB_API_URL = 19,
123+
GxB_COMPILER_VERSION = 23,
124+
GxB_COMPILER_NAME = 24,
123125
GxB_GLOBAL_NTHREADS = 5,
124126
GxB_GLOBAL_CHUNK = 7,
125127
GxB_BURBLE = 99,

0 commit comments

Comments
 (0)