From 3ed2409faa698340c8a2cc89d9ec9c4bfeb923d4 Mon Sep 17 00:00:00 2001 From: Martin Holters Date: Fri, 4 Oct 2019 17:16:44 +0200 Subject: [PATCH] Drop `Compat.SuiteSparse` from #435 --- src/Compat.jl | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/Compat.jl b/src/Compat.jl index d8ad80032..7c6ace70c 100644 --- a/src/Compat.jl +++ b/src/Compat.jl @@ -32,15 +32,6 @@ import Markdown include("compatmacro.jl") -if VERSION < v"0.7.0-DEV.2609" - @eval module SuiteSparse - if Base.USE_GPL_LIBS - using Compat.SparseArrays: CHOLMOD, SPQR, UMFPACK - end - using Compat.SparseArrays: increment, increment!, decrement, decrement! - end -end - @static if VERSION < v"0.7.0-DEV.3500" const REPL = Base.REPL else