pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/volk volk: mark as not for Python 2.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e8e6459221d
branches:  trunk
changeset: 387235:0e8e6459221d
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 25 11:18:21 2022 +0000

description:
volk: mark as not for Python 2.7

diffstat:

 math/volk/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c3c5bbb5f052 -r 0e8e6459221d math/volk/Makefile
--- a/math/volk/Makefile        Tue Oct 25 11:18:04 2022 +0000
+++ b/math/volk/Makefile        Tue Oct 25 11:18:21 2022 +0000
@@ -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_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)
 #



Home | Main Index | Thread Index | Old Index