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: wiz
Date: Thu Jun 26 20:38:14 UTC 2025
Modified Files:
pkgsrc/math/suitesparse: Makefile
Log Message:
suitesparse: remove fortran from USE_LANGUAGES
Fixes build on NetBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 pkgsrc/math/suitesparse/Makefile:1.13
--- pkgsrc/math/suitesparse/Makefile:1.12 Tue Jun 17 12:43:37 2025
+++ pkgsrc/math/suitesparse/Makefile Thu Jun 26 20:38:14 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2025/06/17 12:43:37 thor Exp $
+# $NetBSD: Makefile,v 1.13 2025/06/26 20:38:14 wiz 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++
USE_TOOLS= pkg-config
WRKSRC= ${WRKDIR}/${DISTNAME}
Home |
Main Index |
Thread Index |
Old Index