pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-pywavelets



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 25 08:37:56 UTC 2024

Modified Files:
        pkgsrc/math/py-pywavelets: Makefile

Log Message:
py-pywavelets: needs C17


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/math/py-pywavelets/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/py-pywavelets/Makefile
diff -u pkgsrc/math/py-pywavelets/Makefile:1.15 pkgsrc/math/py-pywavelets/Makefile:1.16
--- pkgsrc/math/py-pywavelets/Makefile:1.15     Tue Aug 20 14:24:09 2024
+++ pkgsrc/math/py-pywavelets/Makefile  Sun Aug 25 08:37:56 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2024/08/20 14:24:09 adam Exp $
+# $NetBSD: Makefile,v 1.16 2024/08/25 08:37:56 wiz Exp $
 
 DISTNAME=      pywavelets-1.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -17,6 +17,7 @@ REPLACE_PYTHON+=      pywt/data/create_dat.py
 REPLACE_PYTHON+=       pywt/tests/*.py
 
 PYTHON_VERSIONS_INCOMPATIBLE=  38
+USE_CC_FEATURES=               c17
 
 pre-configure:
        ${LN} -sf ${PREFIX}/bin/cython-${PYVERSSUFFIX} ${BUILDLINK_DIR}/bin/cython



Home | Main Index | Thread Index | Old Index