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:           Tue Jan 14 18:06:55 UTC 2025

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

Log Message:
math/py-scipy: Properly sort USE_LANGUAGES

NFCI


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 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.92 pkgsrc/math/py-scipy/Makefile:1.93
--- pkgsrc/math/py-scipy/Makefile:1.92  Tue Jan 14 08:10:40 2025
+++ pkgsrc/math/py-scipy/Makefile       Tue Jan 14 18:06:55 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2025/01/14 08:10:40 adam Exp $
+# $NetBSD: Makefile,v 1.93 2025/01/14 18:06:55 gdt Exp $
 
 DISTNAME=      scipy-1.15.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -22,9 +22,9 @@ 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_LANGUAGES=         c c++ fortran
 USE_CC_FEATURES=       c17
 USE_CXX_FEATURES=      c++17
-USE_LANGUAGES=         c c++ fortran
 USE_TOOLS+=            pkg-config
 MAKE_ENV+=             ATLAS=None
 # Upstream explicitly checks for 9; see meson.build.



Home | Main Index | Thread Index | Old Index