summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2022-10-25 11:18:21 +0000
committeradam <adam@pkgsrc.org>2022-10-25 11:18:21 +0000
commit12a6addbf96b49fd05c5971f6307238fb9ed5cd2 (patch)
tree55bbf4da6bd5f8bc02f4e3c4b68d7201b7c6e99e
parent7460c0f7af86168cf94fa28db67c270af945b8ae (diff)
downloadpkgsrc-12a6addbf96b49fd05c5971f6307238fb9ed5cd2.tar.gz
volk: mark as not for Python 2.7
-rw-r--r--math/volk/Makefile4
1 files changed, 3 insertions, 1 deletions
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)
#