From 9e60794ef9e2d1dddf952763c3ecadcbc0cd9f35 Mon Sep 17 00:00:00 2001 From: FX Coudert Date: Mon, 25 Mar 2024 23:20:45 +0100 Subject: [PATCH] [SuiteSparse] Update to 7.6.1 (#8355) --- S/SuiteSparse/SuiteSparse@7/build_tarballs.jl | 2 +- S/SuiteSparse/common.jl | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/S/SuiteSparse/SuiteSparse@7/build_tarballs.jl b/S/SuiteSparse/SuiteSparse@7/build_tarballs.jl index a3e67a54e88..14814902628 100644 --- a/S/SuiteSparse/SuiteSparse@7/build_tarballs.jl +++ b/S/SuiteSparse/SuiteSparse@7/build_tarballs.jl @@ -1,7 +1,7 @@ include("../common.jl") name = "SuiteSparse" -version = v"7.6.0" +version = v"7.6.1" sources = suitesparse_sources(version) diff --git a/S/SuiteSparse/common.jl b/S/SuiteSparse/common.jl index cf2af540926..14214cc8d4d 100644 --- a/S/SuiteSparse/common.jl +++ b/S/SuiteSparse/common.jl @@ -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]...,