Skip to content

Commit 0b92b85

Browse files
authored
Update to SuiteSparse:GraphBLAS 8.2.1 (#110)
* Update to SuiteSparse:GraphBLAS 8.2.1 * turn on echo in add_arm_to_libomp_dylib.sh
1 parent 78456b5 commit 0b92b85

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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", "3.12"]
22-
graphblas-version: ["8.2.0"]
22+
graphblas-version: ["8.2.1"]
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v4

.github/workflows/wheels.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Python wheel package build and publish
22

33
on:
44
release:
5-
types: [created]
5+
types: [published]
66

77
# Enable Run Workflow button in GitHub UI
88
workflow_dispatch:
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ${{ matrix.os }}
4242
env:
4343
# graphblas version to use if another one is not provided
44-
default-graphblas-version: "8.2.0"
44+
default-graphblas-version: "8.2.1"
4545

4646
strategy:
4747
fail-fast: false

add_arm_to_libomp_dylib.sh

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ if [ "$(arch)" != "x86_64" ] && [ "$(arch)" != "i386" ]; then
1919
exit 1;
2020
fi
2121

22+
set -x # echo on
23+
2224
#mkdir x86lib
2325
mkdir armlib
2426

0 commit comments

Comments
 (0)