Skip to content

Commit eefd1ee

Browse files
committed
Fix LTS
1 parent 2d71688 commit eefd1ee

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/SparseMatrixColorings.jl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ end
7171

7272
@static if !isdefined(Base, :get_extension)
7373
function __init__()
74-
@require BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
75-
return include("../ext/SparseMatrixColoringsBandedMatricesExt.jl")
74+
@require BandedMatrices = "aae01518-5342-5314-be14-df237901396f" include(
75+
"../ext/SparseMatrixColoringsBandedMatricesExt.jl"
76+
)
7677
end
7778
end
7879

test/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
33
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
44
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
5+
BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
56
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
67
Chairmarks = "0ca39b1e-fe0b-4e98-acfc-b1656634c4de"
78
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"

0 commit comments

Comments
 (0)