pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/py-scipy



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Oct 15 00:11:20 UTC 2023

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

Log Message:
py-scipy: fix minimum meson dependency pattern

We need to force a minimum with the most recent Python multi-version
patching.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/math/py-scipy/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-scipy/Makefile
diff -u pkgsrc/math/py-scipy/Makefile:1.70 pkgsrc/math/py-scipy/Makefile:1.71
--- pkgsrc/math/py-scipy/Makefile:1.70  Thu Sep 28 15:46:30 2023
+++ pkgsrc/math/py-scipy/Makefile       Sun Oct 15 00:11:19 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2023/09/28 15:46:30 adam Exp $
+# $NetBSD: Makefile,v 1.71 2023/10/15 00:11:19 gutteridge Exp $
 
 DISTNAME=      scipy-1.11.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,9 @@ COMMENT=      Scientific Algorithms Library f
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=0.29.35:../../devel/py-cython
-TOOL_DEPENDS+= meson>=1.1:../../devel/meson  # Directly expresses meson minimum
+# Package directly expresses a meson minimum; we need higher to pick up our
+# multi-version build fixes.
+TOOL_DEPENDS+= meson>=1.2.2nb1:../../devel/meson
 TOOL_DEPENDS+= ${PYPKGPREFIX}-meson_python-[0-9]*:../../devel/py-meson_python
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-pybind11>=2.10.4:../../devel/py-pybind11



Home | Main Index | Thread Index | Old Index