From b7489fcc0bb52d732835a7b5f2f024b2a81a214d Mon Sep 17 00:00:00 2001 From: Sharan Yalburgi Date: Wed, 8 Nov 2023 16:11:11 +0530 Subject: [PATCH] Remove SuiteSparse --- Project.toml | 2 -- src/LinearSolve.jl | 1 - 2 files changed, 3 deletions(-) diff --git a/Project.toml b/Project.toml index 4790227e6..1b5614d67 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,6 @@ SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961" Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" Sparspak = "e56a9233-b9d6-4f03-8d0f-1825330902ac" -SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9" UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed" [weakdeps] @@ -88,7 +87,6 @@ SciMLOperators = "0.3" Setfield = "1" SparseArrays = "1.9" Sparspak = "0.3.6" -SuiteSparse = "1.9" UnPack = "1" julia = "1.9" diff --git a/src/LinearSolve.jl b/src/LinearSolve.jl index 38ff9d366..982211e39 100644 --- a/src/LinearSolve.jl +++ b/src/LinearSolve.jl @@ -18,7 +18,6 @@ PrecompileTools.@recompile_invalidations begin using SciMLOperators: AbstractSciMLOperator, IdentityOperator using Setfield using UnPack - using SuiteSparse using KLU using Sparspak using FastLapackInterface