Skip to content

ci: make Julia pre Core tests non-blocking (GenericLinearAlgebra clash) - #276

Closed
ChrisRackauckas-Claude wants to merge 1 commit into
SciML:masterfrom
ChrisRackauckas-Claude:fix-julia-pre-nonblocking
Closed

ci: make Julia pre Core tests non-blocking (GenericLinearAlgebra clash)#276
ChrisRackauckas-Claude wants to merge 1 commit into
SciML:masterfrom
ChrisRackauckas-Claude:fix-julia-pre-nonblocking

Conversation

@ChrisRackauckas-Claude

Copy link
Copy Markdown
Member

Split Julia pre Core matrix into a non-blocking group while GenericLinearAlgebra fails to precompile on Julia 1.13 due to LinearAlgebra stdlib method overwrite (upstream issue, not ExponentialUtilities).

Made with Cursor

@ChrisRackauckas-Claude

Copy link
Copy Markdown
Member Author

Superseded by an upstream GenericLinearAlgebra fix rather than making Julia-pre non-blocking here:

JuliaLinearAlgebra/GenericLinearAlgebra.jl#182

That PR stops overwriting LinearAlgebra's eigencopy_oftype / eigvals! for UpperHessenberg on Julia ≥ 1.13 (the method-overwrite precompile failure). Once it merges and registers as 0.4.1, Julia-pre Core here should be able to load again and this CI workaround can be closed.

Related partial fix: JuliaLinearAlgebra/GenericLinearAlgebra.jl#181 (eigencopy_oftype only).

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

Successfully merging this pull request may close these issues.

2 participants