We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e17f6da commit cf77387Copy full SHA for cf77387
README.md
@@ -30,4 +30,10 @@ The main environment may become inconsistent so you might need to run `Pkg.insta
30
31
For older (1.8 and before) `SuiteSparse.jl` needs to be bumped too.
32
33
+## Updating SuiteSparse
34
35
+In order to upgrade SparseArrays.jl to use a new release of SuiteSparse, the following steps are necessary:
36
+1. Update SuiteSparse in Yggdrasil
37
+2. Update the SuiteSparse wrappers in SparseArrays.jl/gen and generate the new wrappers
38
+3. Run BumpStdlibs to update the SparseArrays.jl version in julia master
39
+4. Update the relevant stdlibs in Julia to pull in the new releases
0 commit comments