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: riastradh
Date: Tue Jan 7 15:58:01 UTC 2025
Modified Files:
pkgsrc/math/py-scipy: Makefile
Log Message:
math/py-scipy: Fix dependency versions.
1. Upstream is very clear about requiring only gcc>=9.1 in their
extensive documentation on toolchain dependencies in
doc/source/dev/toolchain.rst. I successfully built this on
netbsd-9 with gcc10. Evidently gcc>=14 is not required.
2. Upstream formally declares it needs meson>=1.5.0, causing
configure to immediately fail with older meson, so reflect that in
our TOOL_DEPENDS.
(The comment over TOOL_DEPENDS on meson seems to be obsolete now,
so I removed it, but feel free to put it back if I misunderstood.)
To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 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.88 pkgsrc/math/py-scipy/Makefile:1.89
--- pkgsrc/math/py-scipy/Makefile:1.88 Tue Jan 7 15:35:30 2025
+++ pkgsrc/math/py-scipy/Makefile Tue Jan 7 15:58:01 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2025/01/07 15:35:30 jperkin Exp $
+# $NetBSD: Makefile,v 1.89 2025/01/07 15:58:01 riastradh Exp $
DISTNAME= scipy-1.15.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,9 +11,7 @@ COMMENT= Scientific Algorithms Library f
LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=3.0.8:../../devel/py-cython
-# 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+= meson>=1.5.0:../../devel/meson
TOOL_DEPENDS+= ${PYPKGPREFIX}-meson_python>=0.15.0:../../devel/py-meson_python
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
TOOL_DEPENDS+= ${PYPKGPREFIX}-pythran>=0.14.0:../../math/py-pythran
@@ -29,7 +27,7 @@ USE_CXX_FEATURES= c++17
USE_LANGUAGES= c c++ fortran
USE_TOOLS+= pkg-config
MAKE_ENV+= ATLAS=None
-GCC_REQD+= 13
+GCC_REQD+= 9
SUBST_CLASSES+= f2py
SUBST_STAGE.f2py= pre-configure
Home |
Main Index |
Thread Index |
Old Index