numactl: update to 2.0.14.

This commit is contained in:
Anthony Iliopoulos 2020-09-20 10:57:16 +02:00 committed by Andrew J. Hesford
parent b39b07050b
commit 809d55b00b
2 changed files with 7 additions and 10 deletions

View file

@ -1,11 +1,8 @@
--- Makefile.am.orig 2015-12-12 07:25:52.299910471 +0100
+++ Makefile.am 2015-12-12 07:26:15.027143050 +0100
@@ -23,11 +23,11 @@ numastat_CFLAGS = $(AM_CFLAGS) -std=gnu9
numademo_SOURCES = numademo.c stream_lib.c stream_lib.h mt.c mt.h clearcache.c clearcache.h
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
diff --git Makefile.am Makefile.am
index 44d0d76..ee66e54 100644
--- Makefile.am
+++ Makefile.am
@@ -28,7 +28,7 @@ numademo_CFLAGS = $(AM_CFLAGS) -O3 -ffast-math -funroll-loops
if HAVE_TREE_VECTORIZE
numademo_CFLAGS += -ftree-vectorize
endif

View file

@ -1,6 +1,6 @@
# Template file for 'numactl'
pkgname=numactl
version=2.0.13
version=2.0.14
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool"
@ -9,7 +9,7 @@ maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
license="LGPL-2.1-only"
homepage="https://github.com/numactl/numactl"
distfiles="https://github.com/numactl/numactl/archive/v${version}.tar.gz"
checksum=97ee012b2f294903530424b4ff7f28bcaad6a356897ce8777383f87e5c2e325d
checksum=1ee27abd07ff6ba140aaf9bc6379b37825e54496e01d6f7343330cf1a4487035
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
# XXX