Skip to content

Commit

Permalink
Revert "Update URLs for SuiteSparse.jl and SparseArrays.jl (#43894)" (#…
Browse files Browse the repository at this point in the history
…43897)

This reverts commit 3d2ed5a.
  • Loading branch information
IanButterworth committed Jan 23, 2022
1 parent 3d2ed5a commit f4ee0d2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Standard library changes
#### SparseArrays

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

* New sparse concatenation functions `sparse_hcat`, `sparse_vcat`, and `sparse_hvcat` return
Expand Down
4 changes: 2 additions & 2 deletions julia.spdx.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
{
"name": "SuiteSparse.jl",
"SPDXID": "SPDXRef-JuliaSuiteSparse",
"downloadLocation": "git+https://github.com/JuliaSparse/SuiteSparse.jl.git",
"downloadLocation": "git+https://github.com/JuliaLang/SuiteSparse.jl.git",
"filesAnalyzed": false,
"homepage": "https://julialang.org",
"sourceInfo": "The git hash of the version in use can be found in the file stdlib/SuiteSparse.version",
Expand All @@ -128,7 +128,7 @@
{
"name": "SparseArrays.jl",
"SPDXID": "SPDXRef-JuliaSparseArrays",
"downloadLocation": "git+https://github.com/JuliaSparse/SparseArrays.jl.git",
"downloadLocation": "git+https://github.com/JuliaLang/SparseArrays.jl.git",
"filesAnalyzed": false,
"homepage": "https://julialang.org",
"sourceInfo": "The git hash of the version in use can be found in the file stdlib/SparseArrays.version",
Expand Down
4 changes: 2 additions & 2 deletions stdlib/SparseArrays.version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SPARSEARRAYS_BRANCH = main
SPARSEARRAYS_SHA1 = 16dd9bdfe51260dc4219c748eadbead89be5c046
SPARSEARRAYS_GIT_URL := https://github.com/JuliaSparse/SparseArrays.jl.git
SPARSEARRAYS_TAR_URL = https://api.github.com/repos/JuliaSparse/SparseArrays.jl/tarball/$1
SPARSEARRAYS_GIT_URL := https://github.com/JuliaLang/SparseArrays.jl.git
SPARSEARRAYS_TAR_URL = https://api.github.com/repos/JuliaLang/SparseArrays.jl/tarball/$1
4 changes: 2 additions & 2 deletions stdlib/SuiteSparse.version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SUITESPARSE_BRANCH = master
SUITESPARSE_SHA1 = 5d7d1d69b9bc6597dcaee80a4c2e596237523b79
SUITESPARSE_GIT_URL := https://github.com/JuliaSparse/SuiteSparse.jl.git
SUITESPARSE_TAR_URL = https://api.github.com/repos/JuliaSparse/SuiteSparse.jl/tarball/$1
SUITESPARSE_GIT_URL := https://github.com/JuliaLang/SuiteSparse.jl.git
SUITESPARSE_TAR_URL = https://api.github.com/repos/JuliaLang/SuiteSparse.jl/tarball/$1

2 comments on commit f4ee0d2

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily package evaluation, I will reply here when finished:

@nanosoldier runtests(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your package evaluation job has completed - possible new issues were detected. A full report can be found here.

Please sign in to comment.