Skip to content

Commit

Permalink
Remove Pkg dependency from SuiteSparse_jll (#52441)
Browse files Browse the repository at this point in the history
This dependency seems to be superfluous, and `Pkg` brings lots of
dependencies into the project (Downloads, LibGit2, etc.) which makes it
hard to create leaner binary packages via `PackageCompiler` for projects
that depend on `SuiteSparse_jll`.
  • Loading branch information
hycakir committed Dec 8, 2023
1 parent 5dfaef7 commit 3b9c39a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stdlib/SuiteSparse_jll/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ version = "7.2.1+1"

[deps]
libblastrampoline_jll = "8e850b90-86db-534c-a0d3-1478176c7d93"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"

Expand Down

0 comments on commit 3b9c39a

Please sign in to comment.