volk: mark as not for Python 2.7

This commit is contained in:
adam 2022-10-25 11:18:21 +00:00
parent b633b54f55
commit 82498201fb

View file

@ -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)
#