Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
adrienbanse opened this issue Sep 2, 2024 · 1 comment
Open

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

adrienbanse opened this issue Sep 2, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@adrienbanse
Copy link

adrienbanse commented Sep 2, 2024

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)
@adrienbanse adrienbanse added the bug Something isn't working label Sep 2, 2024
@lucaferranti
Copy link
Member

@orkolorko this might be related about our recent changes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants