pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-numpy py-numpy: Expects compiler to default to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9c4f725f60c
branches:  trunk
changeset: 378861:d9c4f725f60c
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun May 08 10:18:31 2022 +0000

description:
py-numpy: Expects compiler to default to C++11.

diffstat:

 math/py-numpy/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a2647016bdb8 -r d9c4f725f60c math/py-numpy/Makefile
--- a/math/py-numpy/Makefile    Sun May 08 10:16:58 2022 +0000
+++ b/math/py-numpy/Makefile    Sun May 08 10:18:31 2022 +0000
@@ -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}-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