Skip to content

Commit

Permalink
[SuiteSparse] Update to 7.6.1 (#8355)
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert authored Mar 25, 2024
1 parent 4be8e8a commit 9e60794
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion S/SuiteSparse/SuiteSparse@7/build_tarballs.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include("../common.jl")

name = "SuiteSparse"
version = v"7.6.0"
version = v"7.6.1"

sources = suitesparse_sources(version)

Expand Down
5 changes: 4 additions & 1 deletion S/SuiteSparse/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ function suitesparse_sources(version::VersionNumber; kwargs...)
GitSource("https://github.com/DrTimothyAldenDavis/SuiteSparse.git",
"1a4d4fb0c399b261f4ed11aa980c6bab754aefa6")
],

v"7.6.1" => [
GitSource("https://github.com/DrTimothyAldenDavis/SuiteSparse.git",
"d4dad6c1d0b5cb3e7c5d7d01ef55653713567662")
],
)
return Any[
suitesparse_version_sources[version]...,
Expand Down

0 comments on commit 9e60794

Please sign in to comment.