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:           Sat Sep  2 21:52:49 UTC 2023

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

Log Message:
py-scipy: reflect meson >= 1.1 tool dependency

This looks unorthodox, but this package directly expresses a meson
minimum, irrespective of meson_python.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 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.68 pkgsrc/math/py-scipy/Makefile:1.69
--- pkgsrc/math/py-scipy/Makefile:1.68  Fri Aug 25 15:19:19 2023
+++ pkgsrc/math/py-scipy/Makefile       Sat Sep  2 21:52:49 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2023/08/25 15:19:19 adam Exp $
+# $NetBSD: Makefile,v 1.69 2023/09/02 21:52:49 gutteridge Exp $
 
 DISTNAME=      scipy-1.11.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,6 +11,7 @@ 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
 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