hwloc: update to 2.12.1.

This commit is contained in:
Leah Neukirchen 2025-05-30 18:10:23 +02:00
parent c46886d43a
commit db0ab2d3d7

View file

@ -1,16 +1,17 @@
# Template file for 'hwloc'
pkgname=hwloc
version=2.11.2
version=2.12.1
revision=1
build_style=gnu-configure
hostmakedepends="pkg-config"
makedepends="cairo-devel ncurses-devel libxml2-devel eudev-libudev-devel"
checkdepends="tar"
short_desc="Portable abstraction of hierarchical hardware architectures"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-3-Clause"
homepage="https://www.open-mpi.org/projects/hwloc/"
distfiles="https://www.open-mpi.org/software/hwloc/v${version%.*}/downloads/${pkgname}-${version}.tar.bz2"
checksum=f7f88fecae067100f1a1a915b658add0f4f71561259482910a69baea22fe8409
checksum=38a90328bb86259f9bb2fe1dc57fd841e111d1e6358012bef23dfd95d21dc66b
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*|ppc64*) makedepends+=" libnuma-devel";;