pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/suitesparse
Module Name: pkgsrc
Committed By: thor
Date: Tue Jun 17 09:38:01 UTC 2025
Modified Files:
pkgsrc/math/suitesparse: Makefile
Log Message:
suitesparse: require fortran8 again, got downgraded by accident before
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/math/suitesparse/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/suitesparse/Makefile
diff -u pkgsrc/math/suitesparse/Makefile:1.10 pkgsrc/math/suitesparse/Makefile:1.11
--- pkgsrc/math/suitesparse/Makefile:1.10 Sun Jun 1 19:18:20 2025
+++ pkgsrc/math/suitesparse/Makefile Tue Jun 17 09:38:01 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2025/06/01 19:18:20 thor Exp $
+# $NetBSD: Makefile,v 1.11 2025/06/17 09:38:01 thor Exp $
DISTNAME= SuiteSparse-7.10.3
PKGREVISION= 1
@@ -12,7 +12,7 @@ HOMEPAGE= https://people.engr.tamu.edu/d
COMMENT= Set of packages for sparse matrices calculation
LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2
-USE_LANGUAGES= c c++ fortran
+USE_LANGUAGES= c c++ fortran8
USE_TOOLS= pkg-config
WRKSRC= ${WRKDIR}/${DISTNAME}
Home |
Main Index |
Thread Index |
Old Index