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: nia
Date: Sun May 8 10:18:31 UTC 2022
Modified Files:
pkgsrc/math/py-numpy: Makefile
Log Message:
py-numpy: Expects compiler to default to C++11.
To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 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.91 pkgsrc/math/py-numpy/Makefile:1.92
--- pkgsrc/math/py-numpy/Makefile:1.91 Sat Apr 9 12:14:27 2022
+++ pkgsrc/math/py-numpy/Makefile Sun May 8 10:18:31 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.91 2022/04/09 12:14:27 adam Exp $
+# $NetBSD: Makefile,v 1.92 2022/05/08 10:18:31 nia Exp $
DISTNAME= numpy-1.22.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -16,7 +16,7 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
# error: 'for' loop initial declarations are only allowed in C99 mode
-USE_LANGUAGES= c99 c++ fortran
+USE_LANGUAGES= c99 c++11 fortran
.include "../../math/py-numpy/Makefile.make_env"
Home |
Main Index |
Thread Index |
Old Index