File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
name = " ConstructionBase"
2
2
uuid = " 187b0558-2788-49d3-abe0-74a17ed4e7c9"
3
3
authors = [" Takafumi Arakaki" , " Rafael Schouten" , " Jan Weidner" ]
4
- version = " 1.5.7 "
4
+ version = " 1.5.8 "
5
5
6
6
[deps ]
7
7
LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8
8
9
9
[weakdeps ]
10
10
IntervalSets = " 8197267c-284f-5f27-9208-e0e47529a953"
11
+ LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
11
12
StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
12
13
13
14
[extensions ]
14
15
ConstructionBaseIntervalSetsExt = " IntervalSets"
16
+ ConstructionBaseLinearAlgebraExt = " LinearAlgebra"
15
17
ConstructionBaseStaticArraysExt = " StaticArrays"
16
18
17
19
[compat ]
Original file line number Diff line number Diff line change 211
211
include (" nonstandard.jl" )
212
212
include (" functions.jl" )
213
213
214
- # unconditionally include the extension for now
215
- include (" ../ext/ConstructionBaseLinearAlgebraExt.jl" )
214
+ if ! isdefined (Base, :get_extension )
215
+ include (" ../ext/ConstructionBaseLinearAlgebraExt.jl" )
216
+ end
216
217
217
218
end # module
You can’t perform that action at this time.
0 commit comments