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: wiz
Date: Wed Jan 24 16:31:15 UTC 2024
Modified Files:
pkgsrc/math/py-pandas: Makefile
Log Message:
py-pandas: needs at least gcc 10 because of __has_builtin
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 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.57 pkgsrc/math/py-pandas/Makefile:1.58
--- pkgsrc/math/py-pandas/Makefile:1.57 Sat Jan 20 08:18:55 2024
+++ pkgsrc/math/py-pandas/Makefile Wed Jan 24 16:31:15 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2024/01/20 08:18:55 adam Exp $
+# $NetBSD: Makefile,v 1.58 2024/01/24 16:31:15 wiz Exp $
DISTNAME= pandas-2.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -28,6 +28,9 @@ USE_TOOLS+= pkg-config
USE_CXX_FEATURES= c++11
+# __has_builtin
+GCC_REQD+= 10
+
SUBST_CLASSES+= python
SUBST_STAGE.python= pre-configure
SUBST_MESSAGE.python= Fixing python binary name.
Home |
Main Index |
Thread Index |
Old Index