volk: mark as not for Python 2.7
This commit is contained in:
parent
b633b54f55
commit
82498201fb
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue