LazyAlgebra.jl icon indicating copy to clipboard operation
LazyAlgebra.jl copied to clipboard

Broken on Julia nightly

Open lassepe opened this issue 1 year ago • 3 comments

For https://github.com/JuliaLang/julia/commit/e3de4a86c795ea64bcc0b0c0ab677485e7b4efc7 I can no longer load this package. I'm seeing the following error

Precompiling project...
  ✗ LazyAlgebra
  0 dependencies successfully precompiled in 1 seconds. 20 already precompiled.
  1 dependency errored. To see a full report either run `import Pkg; Pkg.precompile()` or load the package
[ Info: Precompiling LazyAlgebra [aeaa251e-9d76-11e9-311b-83636bf44738]
ERROR: LoadError: UndefVarError: libblas not defined
Stacktrace:
 [1] include
   @ ./Base.jl:424 [inlined]
 [2] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt64}}, source::Nothing)
   @ Base ./loading.jl:1614
 [3] top-level scope
   @ stdin:1
in expression starting at /home/lassepe/.julia/packages/LazyAlgebra/IpWMr/src/LazyAlgebra.jl:14
in expression starting at stdin:1
ERROR: Failed to precompile LazyAlgebra [aeaa251e-9d76-11e9-311b-83636bf44738] to /home/lassepe/.julia/compiled/v1.9/LazyAlgebra/jl_Kpm5FH.
Stacktrace:
 [1] error(s::String)
   @ Base ./error.jl:35
 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool)
   @ Base ./loading.jl:1765
 [3] compilecache
   @ ./loading.jl:1709 [inlined]
 [4] _require(pkg::Base.PkgId)
   @ Base ./loading.jl:1397
 [5] _require_prelocked(uuidkey::Base.PkgId)
   @ Base ./loading.jl:1260
 [6] macro expansion
   @ ./loading.jl:1240 [inlined]
 [7] macro expansion
   @ ./lock.jl:267 [inlined]
 [8] require(into::Module, mod::Symbol)
   @ Base ./loading.jl:1204

lassepe avatar Jul 26 '22 11:07 lassepe