You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.10: Fixed tests for builds without GPL SuiteSparse (#698)
GPL-dependent test imports are gated on Base.USE_GPL_LIBS so the test
suite no longer references solver bindings that are unavailable in
non-GPL builds.
The non-GPL factorization tests fall back to ordinary sparse LU and QR
paths, which need mutable SparseMatrixCSC inputs rather than
fixed-structure matrices. FixedSparseCSC therefore gains the copy and
conversion behavior needed for sparse(a) to produce a normal
SparseMatrixCSC and keep those fallback test paths working.
0 commit comments