Skip to content

Commit c6dcf33

Browse files
Merge pull request #243 from GraphBLAS/v1.1_branch
V1.1 branch
2 parents 7887f54 + 3f0cf78 commit c6dcf33

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+1977
-751
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: LAGraph CI
22

3-
on: [push, pull_request]
3+
on:
4+
workflow_dispatch:
5+
push:
6+
branches-ignore:
7+
- '**/*dev2'
8+
pull_request:
49

510
jobs:
611
linux:

Acknowledgments.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ THIS WORK IS FUNDED IN PART BY:
1616
THIS WORK BUILDS UPON THE FOLLOWING PRIOR WORKS:
1717
1. SuiteSparse:GraphBLAS,
1818
(http://faculty.cse.tamu.edu/davis/GraphBLAS.html)
19-
Copyright 2017-2022 Timothy A. Davis (Author), AldenMath.com.
19+
Copyright 2017-2023 Timothy A. Davis (Author), AldenMath.com.
2020
By Tim Davis, Texas A&M University. Note that while SuiteSparse:GraphBLAS
2121
is itself under the Apache 2 license, any contributions derived from
2222
SuiteSparse:GraphBLAS and incorporated by the Author into LAGraph are

0 commit comments

Comments
 (0)