Skip to content

Update to SuiteSparse:GraphBLAS 8.2.1 #110

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# os: ["ubuntu-latest"]
# source: ["source"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
graphblas-version: ["8.2.0"]
graphblas-version: ["8.2.1"]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Python wheel package build and publish

on:
release:
types: [created]
types: [published]

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

strategy:
fail-fast: false
Expand Down
2 changes: 2 additions & 0 deletions add_arm_to_libomp_dylib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ if [ "$(arch)" != "x86_64" ] && [ "$(arch)" != "i386" ]; then
exit 1;
fi

set -x # echo on

#mkdir x86lib
mkdir armlib

Expand Down