File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11name = " ConstructionBase"
22uuid = " 187b0558-2788-49d3-abe0-74a17ed4e7c9"
33authors = [" Takafumi Arakaki" , " Rafael Schouten" , " Jan Weidner" ]
4- version = " 1.5.7 "
4+ version = " 1.5.8 "
55
66[deps ]
77LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
88
99[weakdeps ]
1010IntervalSets = " 8197267c-284f-5f27-9208-e0e47529a953"
11+ LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1112StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
1213
1314[extensions ]
1415ConstructionBaseIntervalSetsExt = " IntervalSets"
16+ ConstructionBaseLinearAlgebraExt = " LinearAlgebra"
1517ConstructionBaseStaticArraysExt = " StaticArrays"
1618
1719[compat ]
Original file line number Diff line number Diff line change 211211include (" nonstandard.jl" )
212212include (" functions.jl" )
213213
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
216217
217218end # module
You can’t perform that action at this time.
0 commit comments