From: W. Michael Petullo Date: Tue, 2 Jun 2026 18:39:33 +0000 (-0500) Subject: hwloc: update to 2.13.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=995e516380153658c41d45c0f61d62f5d8d8fae7;p=openwrt-packages.git hwloc: update to 2.13.0 This upstream release included CPU kind improvements and fixed CUDACoresPerMP on NVIDIA GPUs. Signed-off-by: W. Michael Petullo --- diff --git a/libs/hwloc/Makefile b/libs/hwloc/Makefile index 9015b4e74..fa6a5d02d 100644 --- a/libs/hwloc/Makefile +++ b/libs/hwloc/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hwloc -PKG_VERSION:=2.12.2 +PKG_VERSION:=2.13.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=https://download.open-mpi.org/release/$(PKG_NAME)/v2.12 -PKG_HASH:=563e61d70febb514138af0fac36b97621e01a4aacbca07b86e7bd95b85055ba0 +PKG_SOURCE_URL:=https://download.open-mpi.org/release/$(PKG_NAME)/v2.13 +PKG_HASH:=52e936afb6ebd80f171f763fcf14f7b1f5ce98b125af5dd2f328b873b1fd0dab PKG_MAINTAINER:=W. Michael Petullo PKG_LICENSE:=BSD-3-Clause