From 3825ca96fc4593f7679e30960d76d2d92d9e58f1 Mon Sep 17 00:00:00 2001 From: Registrator Date: Thu, 11 Jan 2024 05:26:46 +0530 Subject: [PATCH] New package: AMGCLWrap v0.1.0 (#98420) UUID: 4f76b812-4ba5-496d-b042-d70715554288 Repo: https://github.com/j-fu/AMGCLWrap.jl.git Tree: 0ab74aa024a2af38fd927366c47f7b5359124784 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- A/AMGCLWrap/Compat.toml | 7 +++++++ A/AMGCLWrap/Deps.toml | 6 ++++++ A/AMGCLWrap/Package.toml | 3 +++ A/AMGCLWrap/Versions.toml | 2 ++ Registry.toml | 1 + 5 files changed, 19 insertions(+) create mode 100644 A/AMGCLWrap/Compat.toml create mode 100644 A/AMGCLWrap/Deps.toml create mode 100644 A/AMGCLWrap/Package.toml create mode 100644 A/AMGCLWrap/Versions.toml diff --git a/A/AMGCLWrap/Compat.toml b/A/AMGCLWrap/Compat.toml new file mode 100644 index 000000000000000..0a8a6c828a6a755 --- /dev/null +++ b/A/AMGCLWrap/Compat.toml @@ -0,0 +1,7 @@ +[0] +AMGCL_C_jll = "0.2" +JSON3 = "1.14.0-1" +LinearAlgebra = "1.6.0-1" +SparseArrays = "1.6.0-1" +SparseMatricesCSR = "0.6.7-0.6" +julia = "1.6.0-1" diff --git a/A/AMGCLWrap/Deps.toml b/A/AMGCLWrap/Deps.toml new file mode 100644 index 000000000000000..428f38c5f6594c2 --- /dev/null +++ b/A/AMGCLWrap/Deps.toml @@ -0,0 +1,6 @@ +[0] +AMGCL_C_jll = "e3ba5bb7-5aef-5326-9a13-9617383dcacb" +JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1" +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" +SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" +SparseMatricesCSR = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1" diff --git a/A/AMGCLWrap/Package.toml b/A/AMGCLWrap/Package.toml new file mode 100644 index 000000000000000..cfc4cbe16dbb929 --- /dev/null +++ b/A/AMGCLWrap/Package.toml @@ -0,0 +1,3 @@ +name = "AMGCLWrap" +uuid = "4f76b812-4ba5-496d-b042-d70715554288" +repo = "https://github.com/j-fu/AMGCLWrap.jl.git" diff --git a/A/AMGCLWrap/Versions.toml b/A/AMGCLWrap/Versions.toml new file mode 100644 index 000000000000000..20682bfcedddfa2 --- /dev/null +++ b/A/AMGCLWrap/Versions.toml @@ -0,0 +1,2 @@ +["0.1.0"] +git-tree-sha1 = "0ab74aa024a2af38fd927366c47f7b5359124784" diff --git a/Registry.toml b/Registry.toml index a75f85e68ad785d..d22190f42f6ea00 100644 --- a/Registry.toml +++ b/Registry.toml @@ -3277,6 +3277,7 @@ some amount of consideration when choosing package names. 4f6a8bda-f411-5b8a-a202-ad6453283b07 = { name = "UnivariateDensityEstimate", path = "U/UnivariateDensityEstimate" } 4f6df8df-4739-5653-a877-cf57ee625c27 = { name = "WebAssembly", path = "W/WebAssembly" } 4f75ad7f-53e1-4703-a57b-ee35418d6f20 = { name = "RandomSplit", path = "R/RandomSplit" } +4f76b812-4ba5-496d-b042-d70715554288 = { name = "AMGCLWrap", path = "A/AMGCLWrap" } 4f7c0122-5260-4c96-aca3-bf9f51513501 = { name = "DistributedStwdLDA", path = "D/DistributedStwdLDA" } 4f82f1eb-248c-5f56-a42e-99106d144614 = { name = "CUDA_full_jll", path = "jll/C/CUDA_full_jll" } 4f8305f1-6461-5f12-b534-9c962894ae19 = { name = "asdf_cxx_jll", path = "jll/A/asdf_cxx_jll" }