numactl: update to 2.0.14.
This commit is contained in:
parent
b39b07050b
commit
809d55b00b
2 changed files with 7 additions and 10 deletions
|
@ -1,11 +1,8 @@
|
||||||
--- Makefile.am.orig 2015-12-12 07:25:52.299910471 +0100
|
diff --git Makefile.am Makefile.am
|
||||||
+++ Makefile.am 2015-12-12 07:26:15.027143050 +0100
|
index 44d0d76..ee66e54 100644
|
||||||
@@ -23,11 +23,11 @@ numastat_CFLAGS = $(AM_CFLAGS) -std=gnu9
|
--- Makefile.am
|
||||||
|
+++ Makefile.am
|
||||||
numademo_SOURCES = numademo.c stream_lib.c stream_lib.h mt.c mt.h clearcache.c clearcache.h
|
@@ -28,7 +28,7 @@ numademo_CFLAGS = $(AM_CFLAGS) -O3 -ffast-math -funroll-loops
|
||||||
numademo_CPPFLAGS = $(AM_CPPFLAGS) -DHAVE_STREAM_LIB -DHAVE_MT -DHAVE_CLEAR_CACHE
|
|
||||||
-numademo_CFLAGS = -O3 -ffast-math -funroll-loops
|
|
||||||
+numademo_CFLAGS = $(AM_CFLAGS) -O3 -ffast-math -funroll-loops
|
|
||||||
if HAVE_TREE_VECTORIZE
|
if HAVE_TREE_VECTORIZE
|
||||||
numademo_CFLAGS += -ftree-vectorize
|
numademo_CFLAGS += -ftree-vectorize
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'numactl'
|
# Template file for 'numactl'
|
||||||
pkgname=numactl
|
pkgname=numactl
|
||||||
version=2.0.13
|
version=2.0.14
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
|
@ -9,7 +9,7 @@ maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
|
||||||
license="LGPL-2.1-only"
|
license="LGPL-2.1-only"
|
||||||
homepage="https://github.com/numactl/numactl"
|
homepage="https://github.com/numactl/numactl"
|
||||||
distfiles="https://github.com/numactl/numactl/archive/v${version}.tar.gz"
|
distfiles="https://github.com/numactl/numactl/archive/v${version}.tar.gz"
|
||||||
checksum=97ee012b2f294903530424b4ff7f28bcaad6a356897ce8777383f87e5c2e325d
|
checksum=1ee27abd07ff6ba140aaf9bc6379b37825e54496e01d6f7343330cf1a4487035
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||||
# XXX
|
# XXX
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue