Skip to content

[bug] BLAS.lbt_forward undefined in Julia 1.6 #136

@adrienbanse

Description

@adrienbanse

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 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions