upg hwloc
This commit is contained in:
parent
166356168c
commit
989db2c00c
3 changed files with 7 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||
|
||||
pkgname=hwloc
|
||||
pkgver=2.7.0
|
||||
pkgver=2.7.1
|
||||
pkgrel=01
|
||||
pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical architectures'
|
||||
url='https://www.open-mpi.org/projects/hwloc/'
|
||||
|
@ -42,4 +42,4 @@ package() {
|
|||
|
||||
license=('BSD')
|
||||
|
||||
sha256sums=(028cee53ebcfe048283a2b3e87f2fa742c83645fc3ae329134bf5bb8b90384e0) # hwloc-2.7.0.tar.bz2
|
||||
sha256sums=(0d4e1d36c3a72c5d61901bfd477337f5a4c7e0a975da57165237d00e35ef528d) # hwloc-2.7.1.tar.bz2
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Contributor: Hervé YVIQUEL <elldekaa@gmail.com>
|
||||
|
||||
pkgname=hwloc
|
||||
pkgver=2.7.0
|
||||
pkgver=2.7.1
|
||||
pkgrel=1
|
||||
pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical architectures'
|
||||
url='https://www.open-mpi.org/projects/hwloc/'
|
||||
|
@ -15,8 +15,8 @@ makedepends=('cairo' 'libxml2' 'pciutils' 'systemd' 'libx11')
|
|||
optdepends=('cairo' 'libxml2' 'pciutils' 'libx11')
|
||||
options=('!docs')
|
||||
source=(https://www.open-mpi.org/software/hwloc/v${pkgver%.*}/downloads/${pkgname}-${pkgver}.tar.bz2)
|
||||
sha512sums=('9f3a9d66ad9762ca88f9e38950a7c1beb208337517b635c4c363dcfbb050706562511cb12115bd403c0a86c0f7270174dd1888e7803d88557e41ae018e7e7e2f')
|
||||
b2sums=('b101451b1f7b0f4c86a4d009637d40430eca3f127c9a69f3bc95bf91ad7051e158b1310cec5aeddef000cbf461f648c2fd560b5c011e0b4b4a49848188e2ff5c')
|
||||
sha512sums=('35de85de3f5e75de30b5ac72d2c118dcb990a2427c9812910a03772857181fd7259a27352b34a968186d02ffc811644c3411d84ee37f2d0ff9b83628951b4863')
|
||||
b2sums=('26706b8835954b8baa9028eaf2da0f8ae6e57d1841d68daaa04d58a7b24a67e4e171eb439b8dbfb589a70eb1b5cced51f12a99bb7132591919c902374f89025f')
|
||||
|
||||
build() {
|
||||
cd hwloc-${pkgver}
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
libpciaccess
|
||||
cairo
|
||||
libx11
|
||||
freetype2
|
||||
libxml2
|
||||
|
|
Loading…
Reference in a new issue