From 72cc6d6b603f20f48cecba0750c8e0bdc92e2712 Mon Sep 17 00:00:00 2001 From: Registrator Date: Fri, 12 Jan 2024 17:36:13 +0530 Subject: [PATCH] New version: Hwloc v3.0.0 (#98713) UUID: 0e44f5e4-bd66-52a0-8798-143a42290a1d Repo: https://github.com/JuliaParallel/Hwloc.jl.git Tree: be55ff9b66677ff53d431fdaa1d266bdaf268d24 Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a --- H/Hwloc/Compat.toml | 8 +++++++- H/Hwloc/Deps.toml | 9 +++++++-- H/Hwloc/Versions.toml | 3 +++ H/Hwloc/WeakCompat.toml | 2 ++ H/Hwloc/WeakDeps.toml | 2 ++ 5 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 H/Hwloc/WeakCompat.toml create mode 100644 H/Hwloc/WeakDeps.toml diff --git a/H/Hwloc/Compat.toml b/H/Hwloc/Compat.toml index 1f2a2a247586f9f..4d124c78aabb085 100644 --- a/H/Hwloc/Compat.toml +++ b/H/Hwloc/Compat.toml @@ -21,6 +21,12 @@ julia = "1.3.0-1" Statistics = "1.3.0-1" ["2.2-2"] -Hwloc_jll = "2.8.0-2" Statistics = "1.6.0-1" + +["2.2-3"] +Hwloc_jll = "2.8.0-2" julia = "1.6.0-1" + +[3] +AbstractTrees = "0.4.4-0.4" +CEnum = "0.4-0.5" diff --git a/H/Hwloc/Deps.toml b/H/Hwloc/Deps.toml index 5c91a5a28157bd8..0d078f287410fb0 100644 --- a/H/Hwloc/Deps.toml +++ b/H/Hwloc/Deps.toml @@ -11,8 +11,13 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" ["1.0.3-1.0"] BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232" -["1.1-2"] +["1.1-3"] Hwloc_jll = "e33a78d0-f292-5ffc-b300-72abe9b543c8" -["2.1-2"] +["2.1-3"] Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" + +[3] +AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" +CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82" +Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" diff --git a/H/Hwloc/Versions.toml b/H/Hwloc/Versions.toml index 534a4b566ccf0f5..c015d6a9dd34851 100644 --- a/H/Hwloc/Versions.toml +++ b/H/Hwloc/Versions.toml @@ -27,3 +27,6 @@ git-tree-sha1 = "233d590936a9fd68e7f700f4240f032b0a1fce60" ["2.2.0"] git-tree-sha1 = "8338d1bec813d12c4c0d443e3bdf5af564fb37ad" + +["3.0.0"] +git-tree-sha1 = "be55ff9b66677ff53d431fdaa1d266bdaf268d24" diff --git a/H/Hwloc/WeakCompat.toml b/H/Hwloc/WeakCompat.toml new file mode 100644 index 000000000000000..ecbd2b8e023614a --- /dev/null +++ b/H/Hwloc/WeakCompat.toml @@ -0,0 +1,2 @@ +[3] +AbstractTrees = "0.4.4-0.4" diff --git a/H/Hwloc/WeakDeps.toml b/H/Hwloc/WeakDeps.toml new file mode 100644 index 000000000000000..53578e13f5af786 --- /dev/null +++ b/H/Hwloc/WeakDeps.toml @@ -0,0 +1,2 @@ +[3] +AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"