mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/hwloc to 1.11.11-1
This commit is contained in:
parent
e3f9097101
commit
19c71484e8
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
# - remove numactl dependency
|
# - remove numactl dependency
|
||||||
|
|
||||||
pkgname=hwloc
|
pkgname=hwloc
|
||||||
pkgver=1.11.10
|
pkgver=1.11.11
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical architectures'
|
pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical architectures'
|
||||||
url='https://www.open-mpi.org/projects/hwloc/'
|
url='https://www.open-mpi.org/projects/hwloc/'
|
||||||
|
@ -17,8 +17,8 @@ depends=('libtool' 'libsystemd')
|
||||||
makedepends=('cairo' 'libxml2' 'pciutils' 'systemd')
|
makedepends=('cairo' 'libxml2' 'pciutils' 'systemd')
|
||||||
optdepends=('cairo' 'libxml2' 'pciutils')
|
optdepends=('cairo' 'libxml2' 'pciutils')
|
||||||
options=('!docs')
|
options=('!docs')
|
||||||
source=(https://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
|
source=(https://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
|
||||||
sha256sums=('2be808383d8337846fe77ce49c7ad3336fb6857505494d85c0ac03f22c5bd1e7')
|
sha256sums=('16a061cabd9319eb8cf9c6705c79142520b5b38d28a3f2a1d832bcb2fb7ea5fd')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd hwloc-${pkgver}
|
cd hwloc-${pkgver}
|
||||||
|
|
Loading…
Reference in a new issue