From c75d067555662330a984252c39afb8fc18db16bc Mon Sep 17 00:00:00 2001 From: alihanozturk Date: Wed, 2 Mar 2016 17:51:16 +0200 Subject: [PATCH] numactl:version bump --- system/devel/numactl/actions.py | 4 +--- system/devel/numactl/pspec.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/system/devel/numactl/actions.py b/system/devel/numactl/actions.py index f37008a7..e84eb9a2 100644 --- a/system/devel/numactl/actions.py +++ b/system/devel/numactl/actions.py @@ -6,12 +6,10 @@ from pisi.actionsapi import autotools from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools from pisi.actionsapi import get def setup(): - shelltools.system("./autogen.sh") - + autotools.autoreconf("-vfi") autotools.configure("--prefix=/usr") diff --git a/system/devel/numactl/pspec.xml b/system/devel/numactl/pspec.xml index bfb2f432..68a11af2 100644 --- a/system/devel/numactl/pspec.xml +++ b/system/devel/numactl/pspec.xml @@ -14,7 +14,7 @@ app:console Library for tuning NUMA machines numactl consists of a numactl program to run other programs with a specific NUMA policy and a libnuma to do allocations with NUMA policy in applications. - ftp://oss.sgi.com/www/projects/libnuma/download/numactl-2.0.10.tar.gz + ftp://oss.sgi.com/www/projects/libnuma/download/numactl-2.0.11.tar.gz @@ -40,6 +40,13 @@ + + 2016-03-02 + 2.0.11 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + 2015-05-16 2.0.10