summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-05-08 10:18:31 +0000
committernia <nia@pkgsrc.org>2022-05-08 10:18:31 +0000
commit840eef2017e7f735eb961d37592ef4413724f751 (patch)
tree21c73db862e6ce0f7163a209be34579f32024dbc /math
parent2d1c4d81aaad788008d64130f247575a8c35bf3f (diff)
downloadpkgsrc-840eef2017e7f735eb961d37592ef4413724f751.tar.gz
py-numpy: Expects compiler to default to C++11.
Diffstat (limited to 'math')
-rw-r--r--math/py-numpy/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile
index 973c206295b..d18a7412f74 100644
--- a/math/py-numpy/Makefile
+++ b/math/py-numpy/Makefile
@@ -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]*:../../devel/py-nose
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"