pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/py-pandas py-pandas: needs C++ and GCC >= 8
details: https://anonhg.NetBSD.org/pkgsrc/rev/b0abf5a76559
branches: trunk
changeset: 389542:b0abf5a76559
user: adam <adam%pkgsrc.org@localhost>
date: Mon Dec 05 22:42:54 2022 +0000
description:
py-pandas: needs C++ and GCC >= 8
diffstat:
math/py-pandas/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 6e21f0a02a40 -r b0abf5a76559 math/py-pandas/Makefile
--- a/math/py-pandas/Makefile Mon Dec 05 21:59:01 2022 +0000
+++ b/math/py-pandas/Makefile Mon Dec 05 22:42:54 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2022/11/28 21:46:51 adam Exp $
+# $NetBSD: Makefile,v 1.41 2022/12/05 22:42:54 adam Exp $
DISTNAME= pandas-1.5.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -18,7 +18,9 @@
TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=1.31:../../devel/py-test-xdist
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
+
+GCC_REQD= 8
PYTHON_VERSIONS_INCOMPATIBLE= 27 37 # py-scipy
Home |
Main Index |
Thread Index |
Old Index