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:           Fri Jul 11 08:11:20 UTC 2025

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

Log Message:
py-numpy: meson checks for gcc 9.3+


To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 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.137 pkgsrc/math/py-numpy/Makefile:1.138
--- pkgsrc/math/py-numpy/Makefile:1.137 Thu Jul  3 19:18:08 2025
+++ pkgsrc/math/py-numpy/Makefile       Fri Jul 11 08:11:20 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.137 2025/07/03 19:18:08 wiz Exp $
+# $NetBSD: Makefile,v 1.138 2025/07/11 08:11:20 wiz Exp $
 
 DISTNAME=      numpy-2.3.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
-# checks for gcc 8.4
-GCC_REQD+=             8
+# meson checks for gcc 9.3
+GCC_REQD+=             9
 
 PYTHON_VERSIONS_INCOMPATIBLE=  39 310
 



Home | Main Index | Thread Index | Old Index