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
Add SparseArrays dependency for NonlinearSolvePETScExt
The PETSc extension uses SparseArrays.AbstractSparseMatrix but was missing
SparseArrays from its extension dependencies. This fixes:
- Add SparseArrays to NonlinearSolvePETScExt extension dependencies
- Add SparseArrays back to [weakdeps] (needed by PETSc extension)
- Add SparseArrays compat entry
All other extensions checked and have correct dependencies.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments