File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 1
1
name = " LazyArrays"
2
2
uuid = " 5078a376-72f3-5289-bfd5-ec5146d43c02"
3
- version = " 2.2.1 "
3
+ version = " 2.2.2 "
4
4
5
5
[deps ]
6
6
ArrayLayouts = " 4c555306-a7a7-4459-81d9-ec55ddd5c99a"
7
- BandedMatrices = " aae01518-5342-5314-be14-df237901396f"
8
- BlockArrays = " 8e7c35d0-a365-5155-bbbb-fb81a777f24e"
9
- BlockBandedMatrices = " ffab5731-97b5-5995-9138-79e8c1846df0"
10
7
FillArrays = " 1a297f60-69ca-5386-bcde-b61e274b549b"
11
8
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
12
9
MacroTools = " 1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
13
10
SparseArrays = " 2f01184e-e22b-5df5-ae63-d93ebab69eaf"
14
- StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
15
11
16
12
[weakdeps ]
17
13
BandedMatrices = " aae01518-5342-5314-be14-df237901396f"
Original file line number Diff line number Diff line change @@ -77,11 +77,4 @@ function _mulbanded_copyto! end
77
77
abstract type AbstractLazyBandedLayout <: AbstractBandedLayout end
78
78
struct LazyBandedLayout <: AbstractLazyBandedLayout end
79
79
80
- if ! isdefined (Base, :get_extension )
81
- include (" ../ext/LazyArraysStaticArraysExt.jl" )
82
- include (" ../ext/LazyArraysBandedMatricesExt.jl" )
83
- include (" ../ext/LazyArraysBlockArraysExt.jl" )
84
- include (" ../ext/LazyArraysBlockBandedMatricesExt.jl" )
85
- end
86
-
87
80
end # module
You can’t perform that action at this time.
0 commit comments