Skip to content

Commit 2865d97

Browse files
authored
Fix sparse checksums (#43898)
* Fix sparse checksums * Update URLs for SuiteSparse.jl and SparseArrays.jl (#43894) They are now in the JuliaSparse org. (cherry picked from commit 3d2ed5a) * Bump SuiteSparse.jl and SparseArrays.jl Update their checksums
1 parent f4ee0d2 commit 2865d97

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Standard library changes
160160
#### SparseArrays
161161

162162
* The code for SparseArrays has been moved from the Julia repo to the external
163-
repo at https://github.com/JuliaLang/SparseArrays.jl. This is only a code
163+
repo at https://github.com/JuliaSparse/SparseArrays.jl. This is only a code
164164
movement and does not impact any usage ([#43813]).
165165

166166
* New sparse concatenation functions `sparse_hcat`, `sparse_vcat`, and `sparse_hvcat` return

deps/checksums/SparseArrays-16dd9bdfe51260dc4219c748eadbead89be5c046.tar.gz/md5

Lines changed: 0 additions & 1 deletion
This file was deleted.

deps/checksums/SparseArrays-16dd9bdfe51260dc4219c748eadbead89be5c046.tar.gz/sha512

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
8bc8173f903f23958b6d17d5adf1e0bb
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
516f34b23e93e9601d5f8d9a674781ed1be2969bf3e9966986dbe76c2e76e9b8cd2a315d54fb110b00a9de195246c35bb16f2c64a70d7d7a0e5042f2e682ebe7

deps/checksums/suitesparse

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SuiteSparse-5.10.1.tar.gz/md5/68bb912f3cf3d2b01f30ebafef690302
22
SuiteSparse-5.10.1.tar.gz/sha512/8f85c6d63b76cba95707dfa732c51200df7794cb4c2599dbd92100475747b8d02b05089a47096e85c60b89bc852a8e768e0670f24902a82d29494a80ccf2bb5f
3-
SuiteSparse-5d7d1d69b9bc6597dcaee80a4c2e596237523b79.tar.gz/md5/23254c30c50f71682193df93d9cc78a8
4-
SuiteSparse-5d7d1d69b9bc6597dcaee80a4c2e596237523b79.tar.gz/sha512/316af7423ac15c78714d2079b3a9959d49cb59f30b5b99b654714e54d0667c29bd3f08c1bd8e9b9890bdc22779e71e0e352ecf1a81ad61fb85ca745eea2ea855
3+
SuiteSparse-cea4d3767280547cd3975edd4763db74ea71d828.tar.gz/md5/d9f1f5cfc09f8f2c900bffaa8c1bcf83
4+
SuiteSparse-cea4d3767280547cd3975edd4763db74ea71d828.tar.gz/sha512/1a879ce28b1ea6e10b365ea2a868e4cf776bbfa7207fb73a4f25c7b7318b580675f2b74f458e98ecc79b3b91abb854d3a3f6de345bc568307a2a0956524ec95f
55
SuiteSparse.v5.10.1+0.aarch64-apple-darwin.tar.gz/md5/b9392f8e71c0c40d37489e7b2071c5ad
66
SuiteSparse.v5.10.1+0.aarch64-apple-darwin.tar.gz/sha512/109d67cb009e3b2931b94d63cbdaaee29d60dc190b731ebe3737181cd48d913b8a1333043c67be8179c73e4d3ae32ed1361ab4e34312c0f42e4b29f8a7afda3e
77
SuiteSparse.v5.10.1+0.aarch64-linux-gnu.tar.gz/md5/1b2651ede4a74cd57f65505a65093314

julia.spdx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
{
117117
"name": "SuiteSparse.jl",
118118
"SPDXID": "SPDXRef-JuliaSuiteSparse",
119-
"downloadLocation": "git+https://github.com/JuliaLang/SuiteSparse.jl.git",
119+
"downloadLocation": "git+https://github.com/JuliaSparse/SuiteSparse.jl.git",
120120
"filesAnalyzed": false,
121121
"homepage": "https://julialang.org",
122122
"sourceInfo": "The git hash of the version in use can be found in the file stdlib/SuiteSparse.version",
@@ -128,7 +128,7 @@
128128
{
129129
"name": "SparseArrays.jl",
130130
"SPDXID": "SPDXRef-JuliaSparseArrays",
131-
"downloadLocation": "git+https://github.com/JuliaLang/SparseArrays.jl.git",
131+
"downloadLocation": "git+https://github.com/JuliaSparse/SparseArrays.jl.git",
132132
"filesAnalyzed": false,
133133
"homepage": "https://julialang.org",
134134
"sourceInfo": "The git hash of the version in use can be found in the file stdlib/SparseArrays.version",

stdlib/SparseArrays.version

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
SPARSEARRAYS_BRANCH = main
2-
SPARSEARRAYS_SHA1 = 16dd9bdfe51260dc4219c748eadbead89be5c046
3-
SPARSEARRAYS_GIT_URL := https://github.com/JuliaLang/SparseArrays.jl.git
4-
SPARSEARRAYS_TAR_URL = https://api.github.com/repos/JuliaLang/SparseArrays.jl/tarball/$1
2+
SPARSEARRAYS_SHA1 = 8d397ccc5a2fa6ac6832623ae291cb3acff72d4f
3+
SPARSEARRAYS_GIT_URL := https://github.com/JuliaSparse/SparseArrays.jl.git
4+
SPARSEARRAYS_TAR_URL = https://api.github.com/repos/JuliaSparse/SparseArrays.jl/tarball/$1

stdlib/SuiteSparse.version

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
SUITESPARSE_BRANCH = master
2-
SUITESPARSE_SHA1 = 5d7d1d69b9bc6597dcaee80a4c2e596237523b79
3-
SUITESPARSE_GIT_URL := https://github.com/JuliaLang/SuiteSparse.jl.git
4-
SUITESPARSE_TAR_URL = https://api.github.com/repos/JuliaLang/SuiteSparse.jl/tarball/$1
2+
SUITESPARSE_SHA1 = cea4d3767280547cd3975edd4763db74ea71d828
3+
SUITESPARSE_GIT_URL := https://github.com/JuliaSparse/SuiteSparse.jl.git
4+
SUITESPARSE_TAR_URL = https://api.github.com/repos/JuliaSparse/SuiteSparse.jl/tarball/$1

0 commit comments

Comments
 (0)