pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/py-contourpy
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jul 3 04:29:55 UTC 2024
Modified Files:
pkgsrc/graphics/py-contourpy: Makefile
Log Message:
py-contourpy: disable -Werror to fix build on -current
Upstream bug report filed.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/py-contourpy/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/py-contourpy/Makefile
diff -u pkgsrc/graphics/py-contourpy/Makefile:1.9 pkgsrc/graphics/py-contourpy/Makefile:1.10
--- pkgsrc/graphics/py-contourpy/Makefile:1.9 Sun Apr 7 11:38:36 2024
+++ pkgsrc/graphics/py-contourpy/Makefile Wed Jul 3 04:29:55 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2024/04/07 11:38:36 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2024/07/03 04:29:55 wiz Exp $
DISTNAME= contourpy-1.2.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -21,6 +21,9 @@ USE_CXX_FEATURES+= c++17
PYTHON_VERSIONS_INCOMPATIBLE= 27 38
+# https://github.com/contourpy/contourpy/issues/400
+BUILDLINK_TRANSFORM+= rm:-Werror
+
do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
Home |
Main Index |
Thread Index |
Old Index