hwloc: update to 2.12.1
authorW. Michael Petullo <[email protected]>
Sat, 31 May 2025 02:12:36 +0000 (21:12 -0500)
committerHannu Nyman <[email protected]>
Sun, 1 Jun 2025 07:16:09 +0000 (10:16 +0300)
Upstream list of changes is available at
https://github.com/open-mpi/hwloc/blob/master/NEWS.

Signed-off-by: W. Michael Petullo <[email protected]>
libs/hwloc/Makefile

index 2518d60a605535c0709ccc9cad2901b996001888..e36c750a1812f4084e2bd8d160c84f2c7069b4f8 100644 (file)
@@ -6,12 +6,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=hwloc
-PKG_VERSION:=2.11.2
+PKG_VERSION:=2.12.1
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=https://download.open-mpi.org/release/$(PKG_NAME)/v2.11
-PKG_HASH:=f7f88fecae067100f1a1a915b658add0f4f71561259482910a69baea22fe8409
+PKG_SOURCE_URL:=https://download.open-mpi.org/release/$(PKG_NAME)/v2.12
+PKG_HASH:=38a90328bb86259f9bb2fe1dc57fd841e111d1e6358012bef23dfd95d21dc66b
 
 PKG_MAINTAINER:=W. Michael Petullo <[email protected]>
 PKG_LICENSE:=BSD-3-Clause
@@ -67,6 +67,7 @@ endef
 
 CONFIGURE_ARGS += \
        --disable-libxml2 \
+       --disable-opencl \
        --disable-libudev
 
 define Build/InstallDev