pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/octave
Module Name: pkgsrc
Committed By: thor
Date: Sun Jun 1 21:44:12 UTC 2025
Modified Files:
pkgsrc/math/octave: options.mk
Log Message:
math/octave: add suitesparse option (without clear configure switch)
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/octave/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/math/octave/options.mk
diff -u pkgsrc/math/octave/options.mk:1.9 pkgsrc/math/octave/options.mk:1.10
--- pkgsrc/math/octave/options.mk:1.9 Thu May 8 05:48:57 2025
+++ pkgsrc/math/octave/options.mk Sun Jun 1 21:44:12 2025
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.9 2025/05/08 05:48:57 dbj Exp $
+# $NetBSD: options.mk,v 1.10 2025/06/01 21:44:12 thor Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.octave
-PKG_SUPPORTED_OPTIONS= glpk graphicsmagick hdf5 portaudio qhull
+PKG_SUPPORTED_OPTIONS= glpk graphicsmagick hdf5 portaudio qhull suitesparse
PKG_OPTIONS_REQUIRED_GROUPS= gui
PKG_OPTIONS_GROUP.gui= qt5 qt6
PKG_SUGGESTED_OPTIONS= hdf5 glpk qhull qt6
@@ -53,3 +53,7 @@ CONFIGURE_ARGS+= --with-qt=6
.include "../../x11/qt6-qscintilla/buildlink3.mk"
.include "../../x11/qt6-qtbase/buildlink3.mk"
.endif
+
+.if !empty(PKG_OPTIONS:Msuitesparse)
+.include "../../math/suitesparse/buildlink3.mk"
+.endif
Home |
Main Index |
Thread Index |
Old Index