pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-pandas



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Dec  5 22:42:54 UTC 2022

Modified Files:
        pkgsrc/math/py-pandas: Makefile

Log Message:
py-pandas: needs C++ and GCC >= 8


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/math/py-pandas/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-pandas/Makefile
diff -u pkgsrc/math/py-pandas/Makefile:1.40 pkgsrc/math/py-pandas/Makefile:1.41
--- pkgsrc/math/py-pandas/Makefile:1.40 Mon Nov 28 21:46:51 2022
+++ pkgsrc/math/py-pandas/Makefile      Mon Dec  5 22:42:54 2022
@@ -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>=6.0:
 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