pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/volk
Module Name: pkgsrc
Committed By: adam
Date: Tue Oct 25 11:18:21 UTC 2022
Modified Files:
pkgsrc/math/volk: Makefile
Log Message:
volk: mark as not for Python 2.7
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/math/volk/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/volk/Makefile
diff -u pkgsrc/math/volk/Makefile:1.13 pkgsrc/math/volk/Makefile:1.14
--- pkgsrc/math/volk/Makefile:1.13 Tue Oct 4 09:54:03 2022
+++ pkgsrc/math/volk/Makefile Tue Oct 25 11:18:21 2022
@@ -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)
#
Home |
Main Index |
Thread Index |
Old Index