hwloc: update to 1.11.6.
This commit is contained in:
parent
7eb57fd42a
commit
25b720bdf8
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'hwloc'
|
||||
pkgname=hwloc
|
||||
version=1.11.5
|
||||
version=1.11.6
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -9,11 +9,11 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
i686*|x86_64*) makedepends+=" libnuma-devel";;
|
||||
esac
|
||||
short_desc="Portable abstraction of hierarchical hardware architectures"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="BSD"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="3-clause-BSD"
|
||||
homepage="http://www.open-mpi.org/projects/hwloc/"
|
||||
distfiles="http://www.open-mpi.org/software/hwloc/v${version%.*}/downloads/${pkgname}-${version}.tar.bz2"
|
||||
checksum=95d80286dfe658a3f79e2ac90698782bb36e5504f4bac1bba2394ba14dbbad24
|
||||
checksum=7685f7b96c7c79412c494633862612b36f8745f05f84d35ab495d38b456d87fa
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/share/doc
|
||||
|
|
Loading…
Reference in New Issue