From 12a6addbf96b49fd05c5971f6307238fb9ed5cd2 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 25 Oct 2022 11:18:21 +0000 Subject: volk: mark as not for Python 2.7 --- math/volk/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/math/volk/Makefile b/math/volk/Makefile index 49bd3d74b8f..7189086ee98 100644 --- a/math/volk/Makefile +++ b/math/volk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2022/10/04 09:54:03 adam Exp $ +# $NetBSD: Makefile,v 1.14 2022/10/25 11:18:21 adam Exp $ DISTNAME= volk-2.5.2 CATEGORIES= math ham @@ -19,6 +19,8 @@ USE_LANGUAGES= c c++17 USE_TOOLS+= pkg-config TEST_TARGET= test +PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-mako + # XXX this doesn't work because VolkPython.cmake doesn't conform # to PEP 3147 (doesn't place files in __pycache__ when using python 3) # -- cgit v1.2.3