Skip to content

Commit 55636d9

Browse files
Merge pull request GraphBLAS#380 from GraphBLAS/v1.2.1
V1.2.1: performance fix for maxflow, and github CI fix for macos
2 parents 50cd0c8 + c3d297a commit 55636d9

File tree

6 files changed

+319
-177
lines changed

6 files changed

+319
-177
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878

7979
- name: Install dependencies
8080
run: |
81+
brew uninstall cmake
8182
brew tap-new libomp/cask
8283
brew extract --version=14.0.6 libomp libomp/cask
8384
brew install [email protected]

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Sept 1, 2025: version 1.2.1
2+
3+
* MaxFlow: performance bug fix for results in HPEC'25 paper.
4+
15
July 25, 2025: version 1.2.0
26

37
* v2.1 C API: using the new GrB_get/set methods in the C API;

0 commit comments

Comments
 (0)