pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-scikit-image



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb 18 11:15:04 UTC 2024

Modified Files:
        pkgsrc/math/py-scikit-image: Makefile

Log Message:
py-scikit-image: requires gcc 8 (configure time check)


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/math/py-scikit-image/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-scikit-image/Makefile
diff -u pkgsrc/math/py-scikit-image/Makefile:1.21 pkgsrc/math/py-scikit-image/Makefile:1.22
--- pkgsrc/math/py-scikit-image/Makefile:1.21   Thu Feb 15 22:14:14 2024
+++ pkgsrc/math/py-scikit-image/Makefile        Sun Feb 18 11:15:04 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2024/02/15 22:14:14 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2024/02/18 11:15:04 wiz Exp $
 
 DISTNAME=      scikit_image-0.22.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
@@ -26,6 +26,7 @@ DEPENDS+=     ${PYPKGPREFIX}-matplotlib>=3.0
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=0:../../devel/py-test
 
 USE_LANGUAGES= c c++
+GCC_REQD+=     8
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38
 



Home | Main Index | Thread Index | Old Index