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:   jperkin
Date:           Tue Jan  7 15:35:30 UTC 2025

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

Log Message:
py-scipy: Lower GCC_REQD requirement to 13.

I don't like this change, but the previous setting of 14 is far far worse,
and it is unclear why it was made when this project continues to state that
GCC 9 is sufficient.  GCC 13 certainly builds it absolutely fine.

I would recommend that those with even older compilers test them and make
any necessary changes to continue to lower the value, or better yet, convert
it to USE_*_FEATURES.


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 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.87 pkgsrc/math/py-scipy/Makefile:1.88
--- pkgsrc/math/py-scipy/Makefile:1.87  Sun Jan  5 08:58:47 2025
+++ pkgsrc/math/py-scipy/Makefile       Tue Jan  7 15:35:30 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.87 2025/01/05 08:58:47 adam Exp $
+# $NetBSD: Makefile,v 1.88 2025/01/07 15:35:30 jperkin Exp $
 
 DISTNAME=      scipy-1.15.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -29,7 +29,7 @@ USE_CXX_FEATURES=     c++17
 USE_LANGUAGES=         c c++ fortran
 USE_TOOLS+=            pkg-config
 MAKE_ENV+=             ATLAS=None
-GCC_REQD+=             14
+GCC_REQD+=             13
 
 SUBST_CLASSES+=                f2py
 SUBST_STAGE.f2py=      pre-configure



Home | Main Index | Thread Index | Old Index