diff --git a/L/LinearSolve/Compat.toml b/L/LinearSolve/Compat.toml new file mode 100644 index 000000000000000..c6ae33498059253 --- /dev/null +++ b/L/LinearSolve/Compat.toml @@ -0,0 +1,8 @@ +[0] +ArrayInterface = "3" +Krylov = "0.7" +Reexport = "1" +SciMLBase = "1.18.6-1" +Setfield = "0.7-0.8" +UnPack = "1" +julia = "1" diff --git a/L/LinearSolve/Deps.toml b/L/LinearSolve/Deps.toml new file mode 100644 index 000000000000000..b3ab9290a0bf0ed --- /dev/null +++ b/L/LinearSolve/Deps.toml @@ -0,0 +1,8 @@ +[0] +ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" +Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" +Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46" +UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed" diff --git a/L/LinearSolve/Package.toml b/L/LinearSolve/Package.toml new file mode 100644 index 000000000000000..50b9a26f3f4a77b --- /dev/null +++ b/L/LinearSolve/Package.toml @@ -0,0 +1,3 @@ +name = "LinearSolve" +uuid = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae" +repo = "https://github.com/SciML/LinearSolve.jl.git" diff --git a/L/LinearSolve/Versions.toml b/L/LinearSolve/Versions.toml new file mode 100644 index 000000000000000..588811a35380667 --- /dev/null +++ b/L/LinearSolve/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "a0b28e92ff2fe1f7ceccb15a29f3126483c85f7b" diff --git a/Registry.toml b/Registry.toml index dd3334050c8ad78..1d27a4eb2a3e5bc 100644 --- a/Registry.toml +++ b/Registry.toml @@ -3254,6 +3254,7 @@ some amount of consideration when choosing package names. 7ebbc34c-24a4-5a3f-b49a-24be4b3feaef = { name = "GrowableArrays", path = "G/GrowableArrays" } 7ec7c78e-fb05-449e-ad6d-89bad1428a9b = { name = "StructViews", path = "S/StructViews" } 7ec9b9c5-1998-51e1-b7fc-fc3590c18259 = { name = "Humanize", path = "H/Humanize" } +7ed4a6bd-45f5-4d41-b270-4a48e9bafcae = { name = "LinearSolve", path = "L/LinearSolve" } 7ed9a814-9cab-54e9-8e9e-d9e95b4d61b1 = { name = "SSGraphBLAS_jll", path = "S/SSGraphBLAS_jll" } 7ef05209-3a99-504a-91f2-5551118e1dbe = { name = "CUDAatomics", path = "C/CUDAatomics" } 7ef17fd6-a797-4899-824e-453c4c44979c = { name = "WinKnownPaths", path = "W/WinKnownPaths" }