pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2022Q1]: pkgsrc/math/py-numpy Pullup ticket #6632 - requested ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00cbf10b7fce
branches:  pkgsrc-2022Q1
changeset: 379617:00cbf10b7fce
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Fri May 20 12:54:08 2022 +0000

description:
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.

diffstat:

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

diffs (18 lines):

diff -r fcaf502b9ef8 -r 00cbf10b7fce math/py-numpy/Makefile
--- a/math/py-numpy/Makefile    Sun May 08 15:29:10 2022 +0000
+++ b/math/py-numpy/Makefile    Fri May 20 12:54:08 2022 +0000
@@ -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}-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