aboutsummaryrefslogtreecommitdiff
path: root/testing/hwloc
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2020-09-27 19:53:37 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-09-28 00:27:07 +0000
commit6887231abb3d50a8ef1f4b8fca589f554427ac4e (patch)
treee7dfe3d63b8d4681af990018f5bb3e8759a5c0e7 /testing/hwloc
parent7dd43d0834285c208e83770facd2f7b7e8b1352d (diff)
downloadalpine_aports-6887231abb3d50a8ef1f4b8fca589f554427ac4e.tar.bz2
alpine_aports-6887231abb3d50a8ef1f4b8fca589f554427ac4e.tar.xz
alpine_aports-6887231abb3d50a8ef1f4b8fca589f554427ac4e.zip
testing/hwloc: upgrade to 2.2.0
Diffstat (limited to 'testing/hwloc')
-rw-r--r--testing/hwloc/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/testing/hwloc/APKBUILD b/testing/hwloc/APKBUILD
index d5fdd3d32b..3767dbd217 100644
--- a/testing/hwloc/APKBUILD
+++ b/testing/hwloc/APKBUILD
@@ -1,7 +1,7 @@
1# Maintainer: Daniel Sabogal <dsabogalcc@gmail.com> 1# Maintainer: Daniel Sabogal <dsabogalcc@gmail.com>
2pkgname=hwloc 2pkgname=hwloc
3pkgver=1.11.13 3pkgver=2.2.0
4pkgrel=2 4pkgrel=0
5pkgdesc="Portable abstraction of hierarchical hardware architectures" 5pkgdesc="Portable abstraction of hierarchical hardware architectures"
6url="https://www.open-mpi.org/" 6url="https://www.open-mpi.org/"
7arch="all" 7arch="all"
@@ -14,10 +14,8 @@ esac
14options="!check" # fails on multiple arches with different tests 14options="!check" # fails on multiple arches with different tests
15subpackages="$pkgname-dev $pkgname-doc $pkgname-tools:_tools" 15subpackages="$pkgname-dev $pkgname-doc $pkgname-tools:_tools"
16source="https://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/$pkgname-$pkgver.tar.bz2" 16source="https://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/$pkgname-$pkgver.tar.bz2"
17builddir="$srcdir/$pkgname-$pkgver"
18 17
19build() { 18build() {
20 cd "$builddir"
21 ./configure \ 19 ./configure \
22 --prefix=/usr \ 20 --prefix=/usr \
23 --sbindir=/usr/bin \ 21 --sbindir=/usr/bin \
@@ -41,4 +39,4 @@ _tools() {
41 mv "$pkgdir"/usr/bin "$subpkgdir"/usr 39 mv "$pkgdir"/usr/bin "$subpkgdir"/usr
42} 40}
43 41
44sha512sums="dd38bcc9a5df2dcfd3bbd828ab13fdb1c1d21747a0b62e6c87df95d2835c0472590344ff5bda4f6c28e597eaba1ea11c0bc96907ad45f1215f51f95ac9f58138 hwloc-1.11.13.tar.bz2" 42sha512sums="23efd1d5e2df870ca7a0abb9b3c28c5c5d60dd0cc650ee95d20d5934f48947cbe1d3cf4e90e02b2dc61062ddf7afd67f2c1cf6e1862a48397078d66dd798e850 hwloc-2.2.0.tar.bz2"