Skip to content

Commit cf77387

Browse files
authored
Update README.md (#368)
1 parent e17f6da commit cf77387

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,10 @@ The main environment may become inconsistent so you might need to run `Pkg.insta
3030

3131
For older (1.8 and before) `SuiteSparse.jl` needs to be bumped too.
3232

33+
## Updating SuiteSparse
3334

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

Comments
 (0)