aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/hwloc/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/testing/hwloc/APKBUILD b/testing/hwloc/APKBUILD
index d5fdd3d32b5..3767dbd217d 100644
--- a/testing/hwloc/APKBUILD
+++ b/testing/hwloc/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Sabogal <dsabogalcc@gmail.com>
pkgname=hwloc
-pkgver=1.11.13
-pkgrel=2
+pkgver=2.2.0
+pkgrel=0
pkgdesc="Portable abstraction of hierarchical hardware architectures"
url="https://www.open-mpi.org/"
arch="all"
@@ -14,10 +14,8 @@ esac
options="!check" # fails on multiple arches with different tests
subpackages="$pkgname-dev $pkgname-doc $pkgname-tools:_tools"
source="https://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/$pkgname-$pkgver.tar.bz2"
-builddir="$srcdir/$pkgname-$pkgver"
build() {
- cd "$builddir"
./configure \
--prefix=/usr \
--sbindir=/usr/bin \
@@ -41,4 +39,4 @@ _tools() {
mv "$pkgdir"/usr/bin "$subpkgdir"/usr
}
-sha512sums="dd38bcc9a5df2dcfd3bbd828ab13fdb1c1d21747a0b62e6c87df95d2835c0472590344ff5bda4f6c28e597eaba1ea11c0bc96907ad45f1215f51f95ac9f58138 hwloc-1.11.13.tar.bz2"
+sha512sums="23efd1d5e2df870ca7a0abb9b3c28c5c5d60dd0cc650ee95d20d5934f48947cbe1d3cf4e90e02b2dc61062ddf7afd67f2c1cf6e1862a48397078d66dd798e850 hwloc-2.2.0.tar.bz2"