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:   maya
Date:           Wed Mar 18 15:47:44 UTC 2026

Modified Files:
        pkgsrc/math/octave: Makefile

Log Message:
octave: Add a dependency to resolve configure failure on NetBSD 10.

This version of NetBSD ships with a libstdc++ that is missing std::from_chars.
Octave has the ability to use this dependency instead of requiring a newer
libstdc++.


To generate a diff of this commit:
cvs rdiff -u -r1.279 -r1.280 pkgsrc/math/octave/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/octave/Makefile
diff -u pkgsrc/math/octave/Makefile:1.279 pkgsrc/math/octave/Makefile:1.280
--- pkgsrc/math/octave/Makefile:1.279   Thu Feb 26 15:45:32 2026
+++ pkgsrc/math/octave/Makefile Wed Mar 18 15:47:44 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.279 2026/02/26 15:45:32 adam Exp $
+# $NetBSD: Makefile,v 1.280 2026/03/18 15:47:44 maya Exp $
 
 DISTNAME=      octave-11.1.0
 CATEGORIES=    math
@@ -108,6 +108,10 @@ post-install:
 .include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .endif
+
+# Alternative to std::from_chars in the C++ library (GCC 10, NetBSD 10)
+.include "../../math/fast_float/buildlink3.mk"
+
 .include "../../audio/libsndfile/buildlink3.mk"
 .include "../../devel/gperf/buildlink3.mk"
 .include "../../devel/ncurses/buildlink3.mk"



Home | Main Index | Thread Index | Old Index