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:   gdt
Date:           Wed Jan  8 12:46:26 UTC 2025

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

Log Message:
math/py-scpiy: Fix USE_CC_FEATURES spelling

Thanks ryoon@ for pointing this out.


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 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.90 pkgsrc/math/py-scipy/Makefile:1.91
--- pkgsrc/math/py-scipy/Makefile:1.90  Tue Jan  7 16:54:12 2025
+++ pkgsrc/math/py-scipy/Makefile       Wed Jan  8 12:46:26 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2025/01/07 16:54:12 gdt Exp $
+# $NetBSD: Makefile,v 1.91 2025/01/08 12:46:26 gdt Exp $
 
 DISTNAME=      scipy-1.15.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -22,8 +22,7 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
 
-USE_CC_FEATURES=       c99
-USE_C_FEATURES=                c17
+USE_CC_FEATURES=       c17
 USE_CXX_FEATURES=      c++17
 USE_LANGUAGES=         c c++ fortran
 USE_TOOLS+=            pkg-config



Home | Main Index | Thread Index | Old Index