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: Thu Nov 23 08:54:23 UTC 2023
Modified Files:
pkgsrc/math/py-numpy: Makefile
Log Message:
py-numpy: checks for gcc 8.4+, set GCC_REQD
To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 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.114 pkgsrc/math/py-numpy/Makefile:1.115
--- pkgsrc/math/py-numpy/Makefile:1.114 Tue Nov 21 21:58:01 2023
+++ pkgsrc/math/py-numpy/Makefile Thu Nov 23 08:54:23 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.114 2023/11/21 21:58:01 ryoon Exp $
+# $NetBSD: Makefile,v 1.115 2023/11/23 08:54:23 wiz Exp $
DISTNAME= numpy-1.26.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -25,6 +25,9 @@ FORCE_C_STD= c99
USE_CXX_FEATURES+= c++17
+# checks for gcc 8.4
+GCC_REQD+= 8
+
USE_TOOLS+= pkg-config
.include "../../math/py-numpy/make_env.mk"
Home |
Main Index |
Thread Index |
Old Index