mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/hwloc to 1.11.12-1
This commit is contained in:
parent
17a8fd9e3e
commit
8c0feb3f88
1 changed files with 3 additions and 3 deletions
|
@ -7,18 +7,18 @@
|
|||
# - remove numactl dependency
|
||||
|
||||
pkgname=hwloc
|
||||
pkgver=1.11.11
|
||||
pkgver=1.11.12
|
||||
pkgrel=1
|
||||
pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical architectures'
|
||||
url='https://www.open-mpi.org/projects/hwloc/'
|
||||
arch=('x86_64')
|
||||
license=('BSD')
|
||||
depends=('libtool' 'libsystemd')
|
||||
depends=('libtool' 'systemd-libs')
|
||||
makedepends=('cairo' 'libxml2' 'pciutils' 'systemd')
|
||||
optdepends=('cairo' 'libxml2' 'pciutils')
|
||||
options=('!docs')
|
||||
source=(https://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
|
||||
sha256sums=('16a061cabd9319eb8cf9c6705c79142520b5b38d28a3f2a1d832bcb2fb7ea5fd')
|
||||
sha256sums=('ddfb7b9b4571551165b0fd824a340e58814c8c2b4af64c818579d4bc695a417d')
|
||||
|
||||
build() {
|
||||
cd hwloc-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue