Skip to content

Commit ea6b1ea

Browse files
committed
Fix compat and an import for SuiteSparse_jll
1 parent fa9736c commit ea6b1ea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Pkg = "<0.0.1, 1"
1919
Printf = "<0.0.1, 1"
2020
Random = "<0.0.1, 1"
2121
Serialization = "<0.0.1, 1"
22-
SuiteSparse_jll = "7.10.1"
22+
SuiteSparse_jll = "7.8.3"
2323
Test = "<0.0.1, 1"
2424
julia = "1.11"
2525

src/solvers/cholmod.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ import LinearAlgebra: (\), AdjointFactorization,
2424

2525
using SparseArrays
2626
using SparseArrays: getcolptr, AbstractSparseVecOrMat
27+
using SuiteSparse_jll: libsuitesparseconfig
2728
import Libdl
2829

2930
export

0 commit comments

Comments
 (0)