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 12:43:37 UTC 2025
Modified Files:
pkgsrc/math/suitesparse: Makefile
Log Message:
suitesparse: revert again to fortran as language, as there is no fortran8
Apparently the change from fortran77 to fortran8 was already a mistake.
We just have fortran77 and plain fortran for 'modern' Fortran. We might
need fortran2008 and similar like C and C++ versions.
Right now, I do not know where ntnb gets the build failure on NetBSD 10
from. Is it the use of pkg-config and hence the actual use of the chosen
BLAS?
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 pkgsrc/math/suitesparse/Makefile:1.12
--- pkgsrc/math/suitesparse/Makefile:1.11 Tue Jun 17 09:38:01 2025
+++ pkgsrc/math/suitesparse/Makefile Tue Jun 17 12:43:37 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2025/06/17 09:38:01 thor Exp $
+# $NetBSD: Makefile,v 1.12 2025/06/17 12:43:37 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++ fortran8
+USE_LANGUAGES= c c++ fortran
USE_TOOLS= pkg-config
WRKSRC= ${WRKDIR}/${DISTNAME}
Home |
Main Index |
Thread Index |
Old Index