hwloc: update to 1.11.12.
This commit is contained in:
parent
00e1464383
commit
ba7c9bce80
1 changed files with 8 additions and 7 deletions
|
@ -1,19 +1,20 @@
|
|||
# Template file for 'hwloc'
|
||||
pkgname=hwloc
|
||||
version=1.11.11
|
||||
version=1.11.12
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="cairo-devel ncurses-devel libxml2-devel eudev-libudev-devel"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*) makedepends+=" libnuma-devel";;
|
||||
esac
|
||||
short_desc="Portable abstraction of hierarchical hardware architectures"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="http://www.open-mpi.org/projects/hwloc/"
|
||||
distfiles="http://www.open-mpi.org/software/hwloc/v${version%.*}/downloads/${pkgname}-${version}.tar.bz2"
|
||||
checksum=16a061cabd9319eb8cf9c6705c79142520b5b38d28a3f2a1d832bcb2fb7ea5fd
|
||||
homepage="https://www.open-mpi.org/projects/hwloc/"
|
||||
distfiles="https://www.open-mpi.org/software/hwloc/v${version%.*}/downloads/${pkgname}-${version}.tar.bz2"
|
||||
checksum=ddfb7b9b4571551165b0fd824a340e58814c8c2b4af64c818579d4bc695a417d
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*) makedepends+=" libnuma-devel";;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/share/doc
|
||||
|
|
Loading…
Reference in a new issue