pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-numpy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jul 13 04:17:54 UTC 2026

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

Log Message:
py-numpy: now requires gcc 10.3


To generate a diff of this commit:
cvs rdiff -u -r1.154 -r1.155 pkgsrc/math/py-numpy/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-numpy/Makefile
diff -u pkgsrc/math/py-numpy/Makefile:1.154 pkgsrc/math/py-numpy/Makefile:1.155
--- pkgsrc/math/py-numpy/Makefile:1.154 Mon Jul  6 07:11:59 2026
+++ pkgsrc/math/py-numpy/Makefile       Mon Jul 13 04:17:54 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.154 2026/07/06 07:11:59 wiz Exp $
+# $NetBSD: Makefile,v 1.155 2026/07/13 04:17:54 wiz Exp $
 
 DISTNAME=      numpy-2.5.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -21,8 +21,8 @@ USE_LANGUAGES=                c c++ fortran
 USE_TOOLS+=            pkg-config
 # error: 'for' loop initial declarations are only allowed in C99 mode
 FORCE_C_STD=           c99
-# meson checks for gcc 9.3
-GCC_REQD+=             9
+# meson checks for gcc 10.3
+GCC_REQD+=             10
 
 PYTHON_VERSIONS_INCOMPATIBLE=  310 311
 



Home | Main Index | Thread Index | Old Index