pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/benchmarks/google-benchmark benchmark/google-benchmark...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/791255b05e6a
branches:  trunk
changeset: 428266:791255b05e6a
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Apr 26 13:32:18 2020 +0000

description:
benchmark/google-benchmark: remove runtime dependency on Python

diffstat:

 benchmarks/google-benchmark/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 1b1a5a512f50 -r 791255b05e6a benchmarks/google-benchmark/Makefile
--- a/benchmarks/google-benchmark/Makefile      Sun Apr 26 13:31:28 2020 +0000
+++ b/benchmarks/google-benchmark/Makefile      Sun Apr 26 13:32:18 2020 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2020/03/21 17:27:24 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2020/04/26 13:32:18 rillig Exp $
 
 DISTNAME=      benchmark-1.5
 PKGNAME=       google-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    benchmarks
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=google/}
 GITHUB_PROJECT=        benchmark
@@ -20,6 +21,7 @@
 
 BUILDLINK_TRANSFORM+=  rm:-Werror
 
+PYTHON_FOR_BUILD_ONLY= yes
 REPLACE_PYTHON=                *.py */*.py */*/*.py
 
 .include "../../lang/python/application.mk"



Home | Main Index | Thread Index | Old Index