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

Errors on julia 1.11 due to changes in AbstractTriangular type parameters #204

Closed
KristofferC opened this issue Mar 4, 2024 · 2 comments

Comments

@KristofferC
Copy link

Failed to precompile QuantumStateBase [73ce9c4f-35d1-4161-b9e6-26915895bfed] to "/home/pkgeval/.julia/compiled/v1.11/QuantumStateBase/jl_0DZxw9".
ERROR: LoadError: too many parameters for type AbstractTriangular
Stacktrace:
 [1] top-level scope
   @ ~/.julia/packages/ArrayLayouts/4IG3b/src/memorylayout.jl:712
 [2] include(mod::Module, _path::String)
   @ Base ./Base.jl:556
 [3] include(x::String)
   @ ArrayLayouts ~/.julia/packages/ArrayLayouts/4IG3b/src/ArrayLayouts.jl:1

Ref JuliaLang/julia#26307

@jishnub
Copy link
Member

jishnub commented Mar 4, 2024

The package is using an outdated version of ArrayLayouts (locally, it appears to be capped to v0.8.18, whereas the latest release is v1.6.0). The recent versions of ArrayLayouts don't face this issue.

@KristofferC
Copy link
Author

Thanks, I should have checked that.

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