From 3dc7d68e70e9d385d694ceac54eb832c86476b35 Mon Sep 17 00:00:00 2001 From: Jia Yue Hua <3423893+jiayuehua@users.noreply.github.com> Date: Sat, 27 Jan 2024 01:31:18 +0800 Subject: [PATCH] [hwloc] update to 2.10.0 (#36372) * [hwloc] update to 2.10.0 * [hwloc] update to 2.10.0 --- ports/hwloc/portfile.cmake | 2 +- ports/hwloc/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/h-/hwloc.json | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ports/hwloc/portfile.cmake b/ports/hwloc/portfile.cmake index f46d0d11c2..fc5f140259 100644 --- a/ports/hwloc/portfile.cmake +++ b/ports/hwloc/portfile.cmake @@ -2,7 +2,7 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO open-mpi/hwloc REF "hwloc-${VERSION}" - SHA512 958f385d846ed1b6ab60725b7966374213eff3e304a77c5bc8a26f1900c04eb082119d5147f98b2c7f931f566e2d1b05a2a4e89bda220f45258e497b68735929 + SHA512 e49ccb8ccaf7ce29cf46a99b1fc725dfcb2ac7e5f35ffd8d9bc7f085dae3de73840427efa9fdd38555e389dd948e7cd613481309fbb6e9dac6dc52db5c5da24c PATCHES fix_shared_win_build.patch stdout_fileno.patch diff --git a/ports/hwloc/vcpkg.json b/ports/hwloc/vcpkg.json index 49c5819b36..db2b95a075 100644 --- a/ports/hwloc/vcpkg.json +++ b/ports/hwloc/vcpkg.json @@ -1,6 +1,6 @@ { "name": "hwloc", - "version": "2.9.3", + "version": "2.10.0", "maintainers": "bgoglin", "description": [ "Portable Hardware Locality (hwloc)", diff --git a/versions/baseline.json b/versions/baseline.json index 196db1fdb9..ee5a0fec5f 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3385,7 +3385,7 @@ "port-version": 0 }, "hwloc": { - "baseline": "2.9.3", + "baseline": "2.10.0", "port-version": 0 }, "hyperscan": { diff --git a/versions/h-/hwloc.json b/versions/h-/hwloc.json index 0308b80e1a..ea61f0b69b 100644 --- a/versions/h-/hwloc.json +++ b/versions/h-/hwloc.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f21a1b350aea6164f80b41c45980189c6d561ffa", + "version": "2.10.0", + "port-version": 0 + }, { "git-tree": "8c536aed23026d6f8a30f1815e47f30652112c22", "version": "2.9.3",