hwloc: update to 2.4.1.
This commit is contained in:
parent
81931ecef6
commit
a7a5778dd1
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'hwloc'
|
||||
pkgname=hwloc
|
||||
version=2.3.0
|
||||
version=2.4.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -10,7 +10,7 @@ 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=b607f6097873f69ef6b4b01e66e0dcb45f9939e8979827284664bbf0d4018a64
|
||||
checksum=392421e69f26120c8ab95d151fe989f2b4b69dab3c7735741c4e0a6d7de5de63
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*|ppc64*) makedepends+=" libnuma-devel";;
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
pattern='hwloc v\K[\d.rc]+'
|
||||
pattern='hwloc \K\d[\d.rc]+'
|
||||
ignore='*rc*'
|
||||
|
|
Loading…
Reference in a new issue