hwloc: update to 2.9.1.

This commit is contained in:
Leah Neukirchen 2023-04-11 15:01:44 +02:00
parent c3ff009aaa
commit 0070eec3c6

View file

@ -1,6 +1,6 @@
# Template file for 'hwloc' # Template file for 'hwloc'
pkgname=hwloc pkgname=hwloc
version=2.7.2 version=2.9.1
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
@ -10,7 +10,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://www.open-mpi.org/projects/hwloc/" homepage="https://www.open-mpi.org/projects/hwloc/"
distfiles="https://www.open-mpi.org/software/hwloc/v${version%.*}/downloads/${pkgname}-${version}.tar.bz2" distfiles="https://www.open-mpi.org/software/hwloc/v${version%.*}/downloads/${pkgname}-${version}.tar.bz2"
checksum=6d99649822a85cbf2a51de6e96ad0f7b15391fe33641a3e5b6dee38e1cc09115 checksum=7cc4931a20fef457e0933af3f375be6eafa7703fde21e137bfb9685b1409599e
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*|ppc64*) makedepends+=" libnuma-devel";; i686*|x86_64*|ppc64*) makedepends+=" libnuma-devel";;