You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 IntervalLinearAlgebra
Expected 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)
The text was updated successfully, but these errors were encountered:
Bug description
If I'm not wrong,
BLAS.lbt_forward
(as well as the wholelbt.jl
file in@stdlib/LinearAlgebra
) is not defined in Julia 1.6. You should maybe increase the compat version of Julia inProject.toml
.Minimum (non-)working example
On Julia 1.6 REPL:
using IntervalLinearAlgebra
raisesExpected behavior
The package should work on Julia 1.6 following
Project.toml
.Version info
The text was updated successfully, but these errors were encountered: