pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [pkgsrc-2022Q1] pkgsrc/math/py-numpy
Module Name: pkgsrc
Committed By: bsiegert
Date: Fri May 20 12:54:08 UTC 2022
Modified Files:
pkgsrc/math/py-numpy [pkgsrc-2022Q1]: Makefile
Log Message:
Pullup ticket #6632 - requested by nia
math/py-numpy: build fix
Revisions pulled up:
- math/py-numpy/Makefile 1.92
---
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.90 -r1.90.2.1 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.90 pkgsrc/math/py-numpy/Makefile:1.90.2.1
--- pkgsrc/math/py-numpy/Makefile:1.90 Sat Jan 29 07:46:10 2022
+++ pkgsrc/math/py-numpy/Makefile Fri May 20 12:54:08 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2022/01/29 07:46:10 wiz Exp $
+# $NetBSD: Makefile,v 1.90.2.1 2022/05/20 12:54:08 bsiegert Exp $
DISTNAME= numpy-1.21.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,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