commit 00d94146d28e9408c334b98f351623ab682ef3ac
Author: Pavel Sanda <[email protected]>
Date:   Thu Jun 26 20:23:38 2025 +0200

    Use octave-cli instead of octave for CAS.
    
    Although this should not be needed, some repositories use octave as
    a link to octave-gui and that creates significant lags to load.
    
    https://www.mail-archive.com/[email protected]/msg224392.html
---
 src/mathed/MathExtern.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mathed/MathExtern.cpp b/src/mathed/MathExtern.cpp
index 7f05a5a529..10fa72847e 100644
--- a/src/mathed/MathExtern.cpp
+++ b/src/mathed/MathExtern.cpp
@@ -1411,7 +1411,7 @@ namespace {
                        //
                        string full = comm_left + expr + comm_right;
                        lyxerr << "checking input: '" << full << "'" << endl;
-                       out = captureOutput("octave -q 2>&1", full);
+                       out = captureOutput("octave-cli -q 2>&1", full);
                        lyxerr << "output: '" << out << "'" << endl;
 
                        // leave loop if expression syntax is probably ok
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to