-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug description
If I'm not wrong,BLAS.lbt_forward (as well as the whole lbt.jl file in @stdlib/LinearAlgebra) is not defined in Julia 1.6. You should maybe increase the compat version of Julia in Project.toml.
Minimum (non-)working example
On Julia 1.6 REPL: using IntervalLinearAlgebra raises
ERROR: InitError: UndefVarError: lbt_forward not defined
Stacktrace:
[1] getproperty
@ ./Base.jl:26 [inlined]
[2] __init__()
@ IntervalLinearAlgebra ~/.julia/dev/IntervalLinearAlgebra/src/IntervalLinearAlgebra.jl:60
[3] _include_from_serialized(path::String, depmods::Vector{Any})
@ Base ./loading.jl:696
[4] _require_from_serialized(path::String)
@ Base ./loading.jl:749
[5] _require(pkg::Base.PkgId)
@ Base ./loading.jl:1053
[6] require(uuidkey::Base.PkgId)
@ Base ./loading.jl:936
[7] require(into::Module, mod::Symbol)
@ Base ./loading.jl:923
during initialization of module IntervalLinearAlgebraExpected behavior
The package should work on Julia 1.6 following Project.toml.
Version info
- IntervalLinearAlgebra.jl version: 0.1.6
- System information: Macbook Pro 2023 with M2 chip with macOS Sonoma (14.6.1)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working