numactl: update to 2.0.8.

This commit is contained in:
Juan RP 2012-11-13 11:10:43 +01:00
parent a39e208011
commit e9f2212ef4
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'libnuma-devel '. # Template file for 'libnuma-devel '.
# #
noarch=yes noarch=yes
depends="libnuma>=${version}" depends="libnuma-${version}_${revision}"
short_desc="${short_desc} -- development files" short_desc="${short_desc} -- development files"
long_desc=" long_desc="
The libnuma library provides convenient ways for you to add NUMA memory The libnuma library provides convenient ways for you to add NUMA memory

View File

@ -1,6 +1,6 @@
# Template file for 'numactl' # Template file for 'numactl'
pkgname=numactl pkgname=numactl
version=2.0.7 version=2.0.8
revision=1 revision=1
subpackages="libnuma libnuma-devel" subpackages="libnuma libnuma-devel"
short_desc="Simple NUMA policy support" short_desc="Simple NUMA policy support"
@ -8,7 +8,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1" license="LGPL-2.1"
homepage="http://oss.sgi.com/projects/libnuma/" homepage="http://oss.sgi.com/projects/libnuma/"
distfiles="ftp://oss.sgi.com/www/projects/libnuma/download/${pkgname}-${version}.tar.gz" distfiles="ftp://oss.sgi.com/www/projects/libnuma/download/${pkgname}-${version}.tar.gz"
checksum=0a1e237a98649c5cd2db7c684afe33bb81d290b406cf00d0469bdba9a11b39ef checksum=2f5bb6d1d5556235ec3b1ed40094d5bc2502e5bacc213d324088d63fa531c9ea
long_desc=" long_desc="
The numactl program allows you to run your application program on specific The numactl program allows you to run your application program on specific
cpu's and memory nodes. It does this by supplying a NUMA memory policy to cpu's and memory nodes. It does this by supplying a NUMA memory policy to