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

Broken on Julia nightly #5

Open
lassepe opened this issue Jul 26, 2022 · 3 comments
Open

Broken on Julia nightly #5

lassepe opened this issue Jul 26, 2022 · 3 comments

Comments

@lassepe
Copy link

lassepe commented Jul 26, 2022

For JuliaLang/julia@e3de4a8 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
@emmt
Copy link
Owner

emmt commented Jul 27, 2022

Are you using a new version of Julia ? I think that BLAS location has changed recently. I will fix that but not before a few weeks. I am currently in vacations.

@lassepe
Copy link
Author

lassepe commented Aug 2, 2022

Thanks for the quick reply. Yes, this is on Julia master. This is not a very urgent issue for me. I just wanted to bring this to your attention in case this upcoming breakage wasn't already known.

@emmt
Copy link
Owner

emmt commented Oct 16, 2022

There seems to be no such issue on Julia 1.8.2 can you check if you still have the problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants