Skip to content

Commit 95d5fdc

Browse files
authored
Update to v7.3.2 (#55)
* Update to v7.3.2 Checking source build first (waiting on conda-forge) * Update headers * Use conda-forge in CI
1 parent 59a9e9b commit 95d5fdc

File tree

5 files changed

+6
-1
lines changed

5 files changed

+6
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# os: ["ubuntu-latest"]
2020
# source: ["source"]
2121
python-version: ["3.8", "3.9", "3.10", "3.11"]
22-
graphblas-version: ["7.3.0"]
22+
graphblas-version: ["7.3.2"]
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v3

suitesparse_graphblas/create_headers.py

+2
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,8 @@ def groupby(index, seq):
323323
"GxB_SUITESPARSE_GRAPHBLAS",
324324
"NMACRO",
325325
"RMM_WRAP_H",
326+
"GXB_COMPLEX_H",
327+
"GxB_STATIC_INLINE_VOID",
326328
# deprecated
327329
"GxB_HYPER",
328330
}

suitesparse_graphblas/suitesparse_graphblas.h

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ typedef enum
128128
GxB_API_URL = 19,
129129
GxB_COMPILER_VERSION = 23,
130130
GxB_COMPILER_NAME = 24,
131+
GxB_LIBRARY_OPENMP = 25,
131132
GxB_GLOBAL_NTHREADS = 5,
132133
GxB_GLOBAL_CHUNK = 7,
133134
GxB_BURBLE = 99,

suitesparse_graphblas/suitesparse_graphblas_arm64.h

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ typedef enum
128128
GxB_API_URL = 19,
129129
GxB_COMPILER_VERSION = 23,
130130
GxB_COMPILER_NAME = 24,
131+
GxB_LIBRARY_OPENMP = 25,
131132
GxB_GLOBAL_NTHREADS = 5,
132133
GxB_GLOBAL_CHUNK = 7,
133134
GxB_BURBLE = 99,

suitesparse_graphblas/suitesparse_graphblas_no_complex.h

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ typedef enum
126126
GxB_API_URL = 19,
127127
GxB_COMPILER_VERSION = 23,
128128
GxB_COMPILER_NAME = 24,
129+
GxB_LIBRARY_OPENMP = 25,
129130
GxB_GLOBAL_NTHREADS = 5,
130131
GxB_GLOBAL_CHUNK = 7,
131132
GxB_BURBLE = 99,

0 commit comments

Comments
 (0)